// 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 _TPrsStd_ConstraintDriver_HeaderFile #define _TPrsStd_ConstraintDriver_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_TPrsStd_ConstraintDriver_HeaderFile #include #endif #ifndef _TPrsStd_Driver_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_AIS_InteractiveObject_HeaderFile #include #endif class TDF_Label; class AIS_InteractiveObject; //! An implementation of TPrsStd_Driver for constraints.
class TPrsStd_ConstraintDriver : public TPrsStd_Driver { public: //! Constructs an empty constraint driver.
Standard_EXPORT TPrsStd_ConstraintDriver(); //! Build the AISObject (if null) or update it.
//! No compute is done.
//! Returns if informations was found
//! and AISObject updated.
Standard_EXPORT virtual Standard_Boolean Update(const TDF_Label& aLabel,Handle(AIS_InteractiveObject)& anAISObject) ; DEFINE_STANDARD_RTTI(TPrsStd_ConstraintDriver) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif