// 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 _TDataStd_Directory_HeaderFile #define _TDataStd_Directory_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_TDataStd_Directory_HeaderFile #include #endif #ifndef _TDF_Attribute_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_TDF_Attribute_HeaderFile #include #endif #ifndef _Handle_TDF_RelocationTable_HeaderFile #include #endif #ifndef _Handle_TDF_DataSet_HeaderFile #include #endif #ifndef _Standard_OStream_HeaderFile #include #endif class TDF_Label; class Standard_GUID; class TDF_Attribute; class TDF_RelocationTable; class TDF_DataSet; //! Associates a directory in the data framework with
//! a TDataStd_TagSource attribute.
//! You can create a new directory label and add
//! sub-directory or object labels to it,
class TDataStd_Directory : public TDF_Attribute { public: //! class methods
//! =============
//! Searches for a directory attribute on the label
//! current, or on one of the father labels of current.
//! If a directory attribute is found, true is returned,
//! and the attribute found is set as D.
Standard_EXPORT static Standard_Boolean Find(const TDF_Label& current,Handle(TDataStd_Directory)& D) ; //! Creates an enpty Directory attribute, located at
//!