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 _SMDS_MeshPyramid_HeaderFile
17 #define _SMDS_MeshPyramid_HeaderFile
19 #ifndef _Standard_HeaderFile
20 #include <Standard.hxx>
22 #ifndef _Handle_SMDS_MeshPyramid_HeaderFile
23 #include "Handle_SMDS_MeshPyramid.hxx"
26 #ifndef _Standard_Integer_HeaderFile
27 #include <Standard_Integer.hxx>
29 #ifndef _SMDS_MeshVolume_HeaderFile
30 #include "SMDS_MeshVolume.hxx"
32 #ifndef _Standard_Address_HeaderFile
33 #include <Standard_Address.hxx>
35 class Standard_ConstructionError;
38 class SMDS_MeshPyramid : public SMDS_MeshVolume {
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 SMDS_MeshPyramid(const Standard_Integer ID,const Standard_Integer idnode1,const Standard_Integer idnode2,const Standard_Integer idnode3,const Standard_Integer idnode4,const Standard_Integer idnode5);
61 Standard_EXPORT void GetFaceDefinedByNodes(const Standard_Integer rank,const Standard_Address idnode,Standard_Integer& nb) const;
62 Standard_EXPORT void GetEdgeDefinedByNodes(const Standard_Integer rank,Standard_Integer& idnode1,Standard_Integer& idnode2) const;
63 Standard_EXPORT inline void ComputeKey() ;
64 Standard_EXPORT inline Standard_Address GetConnections() const;
65 Standard_EXPORT inline Standard_Integer GetConnection(const Standard_Integer rank) const;
66 Standard_EXPORT inline Standard_Integer NbEdges() const;
67 Standard_EXPORT inline Standard_Integer NbFaces() const;
68 Standard_EXPORT static Standard_Integer NodesOfFace(const Standard_Integer rankface,const Standard_Integer ranknode) ;
69 Standard_EXPORT Standard_Integer NodesOfEdge(const Standard_Integer rankedge,const Standard_Integer ranknode) const;
70 Standard_EXPORT ~SMDS_MeshPyramid();
77 Standard_EXPORT friend Handle_Standard_Type& SMDS_MeshPyramid_Type_();
78 Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
79 Standard_EXPORT Standard_Boolean IsKind(const Handle(Standard_Type)&) const;
95 Standard_EXPORT void SetConnections(const Standard_Integer idnode1,const Standard_Integer idnode2,const Standard_Integer idnode3,const Standard_Integer idnode4,const Standard_Integer idnode5) ;
100 Standard_Integer myNodes[5];
106 #include "SMDS_MeshPyramid.lxx"
110 // other inline functions and methods (like "C++: function call" methods)