// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _StdSelect_Prs_HeaderFile #define _StdSelect_Prs_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StdSelect_Prs_HeaderFile #include #endif #ifndef _Handle_Graphic3d_StructureManager_HeaderFile #include #endif #ifndef _Prs3d_Presentation_HeaderFile #include #endif class Graphic3d_StructureManager; //! allows entities owners to be hilighted
//! independantly from PresentableObjects
class StdSelect_Prs : public Prs3d_Presentation { public: Standard_EXPORT StdSelect_Prs(const Handle(Graphic3d_StructureManager)& aStructureManager); const Handle_Graphic3d_StructureManager& Manager() const; DEFINE_STANDARD_RTTI(StdSelect_Prs) protected: private: Handle_Graphic3d_StructureManager myManager; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif