// 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 _AppDef_MyLineTool_HeaderFile #define _AppDef_MyLineTool_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Approx_Status_HeaderFile #include #endif class AppDef_MultiLine; class TColgp_Array1OfPnt; class TColgp_Array1OfPnt2d; class TColgp_Array1OfVec; class TColgp_Array1OfVec2d; class AppDef_MyLineTool { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } //! Returns the first index of multipoints of the MultiLine.
Standard_EXPORT static Standard_Integer FirstPoint(const AppDef_MultiLine& ML) ; //! Returns the last index of multipoints of the MultiLine.
Standard_EXPORT static Standard_Integer LastPoint(const AppDef_MultiLine& ML) ; //! Returns the number of 2d points of a MultiLine.
Standard_EXPORT static Standard_Integer NbP2d(const AppDef_MultiLine& ML) ; //! Returns the number of 3d points of a MultiLine.
Standard_EXPORT static Standard_Integer NbP3d(const AppDef_MultiLine& ML) ; //! returns the 3d points of the multipoint
//! when only 3d points exist.
Standard_EXPORT static void Value(const AppDef_MultiLine& ML,const Standard_Integer MPointIndex,TColgp_Array1OfPnt& tabPt) ; //! returns the 2d points of the multipoint
//! when only 2d points exist.
Standard_EXPORT static void Value(const AppDef_MultiLine& ML,const Standard_Integer MPointIndex,TColgp_Array1OfPnt2d& tabPt2d) ; //! returns the 3d and 2d points of the multipoint
//! .
Standard_EXPORT static void Value(const AppDef_MultiLine& ML,const Standard_Integer MPointIndex,TColgp_Array1OfPnt& tabPt,TColgp_Array1OfPnt2d& tabPt2d) ; //! returns the 3d points of the multipoint
//! when only 3d points exist.
Standard_EXPORT static Standard_Boolean Tangency(const AppDef_MultiLine& ML,const Standard_Integer MPointIndex,TColgp_Array1OfVec& tabV) ; //! returns the 2d tangency points of the multipoint
//! only when 2d points exist.
Standard_EXPORT static Standard_Boolean Tangency(const AppDef_MultiLine& ML,const Standard_Integer MPointIndex,TColgp_Array1OfVec2d& tabV2d) ; //! returns the 3d and 2d points of the multipoint
//! .
Standard_EXPORT static Standard_Boolean Tangency(const AppDef_MultiLine& ML,const Standard_Integer MPointIndex,TColgp_Array1OfVec& tabV,TColgp_Array1OfVec2d& tabV2d) ; //! returns the 3d curvatures of the multipoint
//! when only 3d points exist.
Standard_EXPORT static Standard_Boolean Curvature(const AppDef_MultiLine& ML,const Standard_Integer MPointIndex,TColgp_Array1OfVec& tabV) ; //! returns the 2d curvatures of the multipoint
//! only when 2d points exist.
Standard_EXPORT static Standard_Boolean Curvature(const AppDef_MultiLine& ML,const Standard_Integer MPointIndex,TColgp_Array1OfVec2d& tabV2d) ; //! returns the 3d and 2d curvatures of the multipoint
//! .
Standard_EXPORT static Standard_Boolean Curvature(const AppDef_MultiLine& ML,const Standard_Integer MPointIndex,TColgp_Array1OfVec& tabV,TColgp_Array1OfVec2d& tabV2d) ; //! returns NoPointsAdded
Standard_EXPORT static Approx_Status WhatStatus(const AppDef_MultiLine& ML,const Standard_Integer I1,const Standard_Integer I2) ; //! Is never called in the algorithms.
//! Nothing is done.
Standard_EXPORT static AppDef_MultiLine& MakeMLBetween(const AppDef_MultiLine& ML,const Standard_Integer I1,const Standard_Integer I2,const Standard_Integer NbPMin) ; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif