1 // File generated by CPPExt (Transient)
3 // Copyright (C) 1991,1995 by
5 // MATRA DATAVISION, FRANCE
7 // This software is furnished in accordance with the terms and conditions
8 // of the contract and with the inclusion of the above copyright notice.
9 // This software or any other copy thereof may not be provided or otherwise
10 // be made available to any other person. No title to an ownership of the
11 // software is hereby transferred.
13 // At the termination of the contract, the software and all copies of this
14 // software must be deleted.
16 #ifndef _SMDSControl_BoundaryEdges_HeaderFile
17 #define _SMDSControl_BoundaryEdges_HeaderFile
19 #ifndef _Standard_HeaderFile
20 #include <Standard.hxx>
22 #ifndef _Handle_SMDSControl_BoundaryEdges_HeaderFile
23 #include "Handle_SMDSControl_BoundaryEdges.hxx"
26 #ifndef _SMDS_MapOfMeshElement_HeaderFile
27 #include "SMDS_MapOfMeshElement.hxx"
29 #ifndef _SMDSControl_MeshBoundary_HeaderFile
30 #include "SMDSControl_MeshBoundary.hxx"
32 #ifndef _Handle_SMDS_Mesh_HeaderFile
33 #include "Handle_SMDS_Mesh.hxx"
38 class SMDSControl_BoundaryEdges : public SMDSControl_MeshBoundary {
42 inline void* operator new(size_t,void* anAddress)
46 inline void* operator new(size_t size)
48 return Standard::Allocate(size);
50 inline void operator delete(void *anAddress)
52 if (anAddress) Standard::Free((Standard_Address&)anAddress);
54 // inline void operator delete(void *anAddress, size_t size)
56 // if (anAddress) Standard::Free((Standard_Address&)anAddress,size);
60 Standard_EXPORT SMDSControl_BoundaryEdges(const Handle(SMDS_Mesh)& M);
61 Standard_EXPORT virtual void Compute() ;
62 Standard_EXPORT ~SMDSControl_BoundaryEdges();
69 Standard_EXPORT friend Handle_Standard_Type& SMDSControl_BoundaryEdges_Type_();
70 Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
71 Standard_EXPORT Standard_Boolean IsKind(const Handle(Standard_Type)&) const;
91 SMDS_MapOfMeshElement myBoundaryEdges;
100 // other inline functions and methods (like "C++: function call" methods)