// 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 _User_Cylinder_HeaderFile #define _User_Cylinder_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Handle_User_Cylinder_HeaderFile #include #endif #ifndef _TopoDS_Shape_HeaderFile #include #endif #ifndef _Quantity_NameOfColor_HeaderFile #include #endif #ifndef _AIS_InteractiveObject_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_PrsMgr_PresentationManager3d_HeaderFile #include #endif #ifndef _Handle_Prs3d_Presentation_HeaderFile #include #endif #ifndef _Handle_Prs3d_Projector_HeaderFile #include #endif #ifndef _Handle_SelectMgr_Selection_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class PrsMgr_PresentationManager3d; class Prs3d_Presentation; class Prs3d_Projector; class SelectMgr_Selection; class User_Cylinder : public 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); } // Methods PUBLIC // Standard_EXPORT User_Cylinder(const Standard_Real R,const Standard_Real H); Standard_EXPORT virtual Standard_Integer NbPossibleSelection() ; Standard_EXPORT void SetCylindricalFaceColor(const Quantity_NameOfColor aColor) ; Standard_EXPORT void SetPlanarFaceColor(const Quantity_NameOfColor aColor) ; Standard_EXPORT virtual Standard_Boolean AcceptShapeDecomposition() const; Standard_EXPORT ~User_Cylinder(); // Type management // Standard_EXPORT friend Handle_Standard_Type& User_Cylinder_Type_(); Standard_EXPORT const Handle(Standard_Type)& DynamicType() const; Standard_EXPORT Standard_Boolean IsKind(const Handle(Standard_Type)&) const; protected: // Methods PROTECTED // // Fields PROTECTED // private: // Methods PRIVATE // Standard_EXPORT virtual void Compute(const Handle(PrsMgr_PresentationManager3d)& aPresentationManager,const Handle(Prs3d_Presentation)& aPresentation,const Standard_Integer aMode = 0) ; Standard_EXPORT virtual void Compute(const Handle(Prs3d_Projector)& aProjector,const Handle(Prs3d_Presentation)& aPresentation) ; Standard_EXPORT virtual void ComputeSelection(const Handle(SelectMgr_Selection)& aSelection,const Standard_Integer aMode) ; // Fields PRIVATE // TopoDS_Shape myShape; Quantity_NameOfColor myCylindricalFaceColor; Quantity_NameOfColor myPlanarFaceColor; }; // other Inline functions and methods (like "C++: function call" methods) // #endif