// 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 _MeshVS_DataSource3D_HeaderFile #define _MeshVS_DataSource3D_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_MeshVS_DataSource3D_HeaderFile #include #endif #ifndef _MeshVS_DataMapOfHArray1OfSequenceOfInteger_HeaderFile #include #endif #ifndef _MeshVS_DataSource_HeaderFile #include #endif #ifndef _Handle_MeshVS_HArray1OfSequenceOfInteger_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif class MeshVS_HArray1OfSequenceOfInteger; class MeshVS_DataSource3D : public MeshVS_DataSource { public: Standard_EXPORT Handle_MeshVS_HArray1OfSequenceOfInteger GetPrismTopology(const Standard_Integer BasePoints) const; Standard_EXPORT Handle_MeshVS_HArray1OfSequenceOfInteger GetPyramidTopology(const Standard_Integer BasePoints) const; Standard_EXPORT static Handle_MeshVS_HArray1OfSequenceOfInteger CreatePrismTopology(const Standard_Integer BasePoints) ; Standard_EXPORT static Handle_MeshVS_HArray1OfSequenceOfInteger CreatePyramidTopology(const Standard_Integer BasePoints) ; DEFINE_STANDARD_RTTI(MeshVS_DataSource3D) protected: private: MeshVS_DataMapOfHArray1OfSequenceOfInteger myPrismTopos; MeshVS_DataMapOfHArray1OfSequenceOfInteger myPyramidTopos; }; // other Inline functions and methods (like "C++: function call" methods) #endif