// 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 _ChFiDS_StripeMap_HeaderFile #define _ChFiDS_StripeMap_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _ChFiDS_IndexedDataMapOfVertexListOfStripe_HeaderFile #include #endif #ifndef _Handle_ChFiDS_Stripe_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif class TopoDS_Vertex; class ChFiDS_Stripe; class ChFiDS_ListOfStripe; class ChFiDS_StripeMap { 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); } Standard_EXPORT ChFiDS_StripeMap(); Standard_EXPORT void Add(const TopoDS_Vertex& V,const Handle(ChFiDS_Stripe)& F) ; Standard_Integer Extent() const; Standard_EXPORT const ChFiDS_ListOfStripe& FindFromKey(const TopoDS_Vertex& V) const; const ChFiDS_ListOfStripe& operator()(const TopoDS_Vertex& V) const { return FindFromKey(V); } Standard_EXPORT const ChFiDS_ListOfStripe& FindFromIndex(const Standard_Integer I) const; const ChFiDS_ListOfStripe& operator()(const Standard_Integer I) const { return FindFromIndex(I); } const TopoDS_Vertex& FindKey(const Standard_Integer I) const; Standard_EXPORT void Clear() ; protected: private: ChFiDS_IndexedDataMapOfVertexListOfStripe mymap; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif