// File generated by CPPExt (Transient) // // Copyright (C) 1991,1995 by // // MATRA DATAVISION, FRANCE // // This software is furnished in accordance with the terms and conditions // of the contract and with the inclusion of the above copyright notice. // This software or any other copy thereof may not be provided or otherwise // be made available to any other person. No title to an ownership of the // software is hereby transferred. // // At the termination of the contract, the software and all copies of this // software must be deleted. #ifndef _Handle_ISession_Point_HeaderFile #define _Handle_ISession_Point_HeaderFile #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_HeaderFile #include #endif #ifndef _Handle_AIS_InteractiveObject_HeaderFile #include #endif class Standard_Transient; class Handle_Standard_Type; class Handle(AIS_InteractiveObject); class ISession_Point; Standard_EXPORT Handle_Standard_Type& STANDARD_TYPE(ISession_Point); class Handle(ISession_Point) : public Handle(AIS_InteractiveObject) { 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); } Handle(ISession_Point)():Handle(AIS_InteractiveObject)() {} Handle(ISession_Point)(const Handle(ISession_Point)& aHandle) : Handle(AIS_InteractiveObject)(aHandle) { } Handle(ISession_Point)(const ISession_Point* anItem) : Handle(AIS_InteractiveObject)((AIS_InteractiveObject *)anItem) { } Handle(ISession_Point)& operator=(const Handle(ISession_Point)& aHandle) { Assign(aHandle.Access()); return *this; } Handle(ISession_Point)& operator=(const ISession_Point* anItem) { Assign((Standard_Transient *)anItem); return *this; } ISession_Point* operator->() { return (ISession_Point *)ControlAccess(); } ISession_Point* operator->() const { return (ISession_Point *)ControlAccess(); } Standard_EXPORT ~Handle(ISession_Point)(); Standard_EXPORT static const Handle(ISession_Point) DownCast(const Handle(Standard_Transient)& AnObject); }; #endif