// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _GeomFill_Line_HeaderFile #define _GeomFill_Line_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_GeomFill_Line_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif class GeomFill_Line : public MMgt_TShared { public: Standard_EXPORT GeomFill_Line(); Standard_EXPORT GeomFill_Line(const Standard_Integer NbPoints); Standard_Integer NbPoints() const; Standard_Integer Point(const Standard_Integer Index) const; DEFINE_STANDARD_RTTI(GeomFill_Line) protected: private: Standard_Integer myNbPoints; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif