// 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 _IntSurf_LineOn2S_HeaderFile #define _IntSurf_LineOn2S_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IntSurf_LineOn2S_HeaderFile #include #endif #ifndef _IntSurf_SequenceOfPntOn2S_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif class Standard_OutOfRange; class IntSurf_PntOn2S; class IntSurf_LineOn2S : public MMgt_TShared { public: Standard_EXPORT IntSurf_LineOn2S(); //! Adds a point in the line.
void Add(const IntSurf_PntOn2S& P) ; //! Returns the number of points in the line.
Standard_Integer NbPoints() const; //! Returns the point of range Index in the line.
const IntSurf_PntOn2S& Value(const Standard_Integer Index) const; //! Reverses the order of points of the line.
void Reverse() ; //! Keeps in the points 1 to Index-1, and returns
//! the items Index to the end.
Standard_EXPORT Handle_IntSurf_LineOn2S Split(const Standard_Integer Index) ; //! Replaces the point of range Index in the line.
void Value(const Standard_Integer Index,const IntSurf_PntOn2S& P) ; //! Sets the parametric coordinates on one of the surfaces
//! of the point of range Index in the line.
void SetUV(const Standard_Integer Index,const Standard_Boolean OnFirst,const Standard_Real U,const Standard_Real V) ; void Clear() ; Standard_EXPORT void InsertBefore(const Standard_Integer I,const IntSurf_PntOn2S& P) ; Standard_EXPORT void RemovePoint(const Standard_Integer I) ; DEFINE_STANDARD_RTTI(IntSurf_LineOn2S) protected: private: IntSurf_SequenceOfPntOn2S mySeq; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif