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 _Handle_SMDSControl_BoundaryFaces_HeaderFile
17 #define _Handle_SMDSControl_BoundaryFaces_HeaderFile
19 #ifndef _Standard_Macro_HeaderFile
20 #include <Standard_Macro.hxx>
22 #ifndef _Standard_HeaderFile
23 #include <Standard.hxx>
26 #ifndef _Handle_SMDSControl_MeshBoundary_HeaderFile
27 #include "Handle_SMDSControl_MeshBoundary.hxx"
30 class Standard_Transient;
31 class Handle_Standard_Type;
32 class Handle(SMDSControl_MeshBoundary);
33 class SMDSControl_BoundaryFaces;
34 Standard_EXPORT Handle_Standard_Type& STANDARD_TYPE(SMDSControl_BoundaryFaces);
36 class Handle(SMDSControl_BoundaryFaces) : public Handle(SMDSControl_MeshBoundary) {
38 inline void* operator new(size_t,void* anAddress)
42 inline void* operator new(size_t size)
44 return Standard::Allocate(size);
46 inline void operator delete(void *anAddress)
48 if (anAddress) Standard::Free((Standard_Address&)anAddress);
50 // inline void operator delete(void *anAddress, size_t size)
52 // if (anAddress) Standard::Free((Standard_Address&)anAddress,size);
54 Handle(SMDSControl_BoundaryFaces)():Handle(SMDSControl_MeshBoundary)() {}
55 Handle(SMDSControl_BoundaryFaces)(const Handle(SMDSControl_BoundaryFaces)& aHandle) : Handle(SMDSControl_MeshBoundary)(aHandle)
59 Handle(SMDSControl_BoundaryFaces)(const SMDSControl_BoundaryFaces* anItem) : Handle(SMDSControl_MeshBoundary)((SMDSControl_MeshBoundary *)anItem)
63 Handle(SMDSControl_BoundaryFaces)& operator=(const Handle(SMDSControl_BoundaryFaces)& aHandle)
65 Assign(aHandle.Access());
69 Handle(SMDSControl_BoundaryFaces)& operator=(const SMDSControl_BoundaryFaces* anItem)
71 Assign((Standard_Transient *)anItem);
75 SMDSControl_BoundaryFaces* operator->()
77 return (SMDSControl_BoundaryFaces *)ControlAccess();
80 SMDSControl_BoundaryFaces* operator->() const
82 return (SMDSControl_BoundaryFaces *)ControlAccess();
85 Standard_EXPORT ~Handle(SMDSControl_BoundaryFaces)();
87 Standard_EXPORT static const Handle(SMDSControl_BoundaryFaces) DownCast(const Handle(Standard_Transient)& AnObject);