// 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 _DDF_HeaderFile #define _DDF_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Standard_CString_HeaderFile #include #endif #ifndef _Handle_TDF_Data_HeaderFile #include #endif #ifndef _Handle_TDF_Attribute_HeaderFile #include #endif class TDF_Data; class TDF_Label; class Standard_GUID; class TDF_Attribute; class Draw_Interpretor; class DDF_Data; class DDF_Browser; class DDF_Transaction; class DDF_TransactionStack; class DDF_StackNodeOfTransactionStack; class DDF_StackIteratorOfTransactionStack; //! Provides facilities to manipulate data framework
//! in a Draw-Commands environment.
class DDF { 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); } //! Search in draw directory the framewok identified
//! by its name . returns True if found. In that
//! case is setted.
Standard_EXPORT static Standard_Boolean GetDF(Standard_CString& Name,Handle(TDF_Data)& DF,const Standard_Boolean Complain = Standard_True) ; //! Search in the label identified by its entry
//! . returns if found. In that case
//!