#include <DDF_Browser.hxx>
Inheritance diagram for DDF_Browser:
Public Member Functions | |
Standard_EXPORT | DDF_Browser (const Handle(TDF_Data)&aDF) |
Standard_EXPORT void | DrawOn (Draw_Display &dis) const |
virtual Standard_EXPORT Handle_Draw_Drawable3D | Copy () const |
For variable copy. . | |
virtual Standard_EXPORT void | Dump (Standard_OStream &S) const |
For variable dump. . | |
virtual Standard_EXPORT void | Whatis (Draw_Interpretor &I) const |
For variable whatis command. Set as a result the type of the variable. . | |
Standard_EXPORT void | Data (const Handle(TDF_Data)&aDF) |
Standard_EXPORT Handle_TDF_Data | Data () const |
Standard_EXPORT TCollection_AsciiString | OpenRoot () const |
Returns a string composed with the sub-label entries of <mydf>. . | |
Standard_EXPORT TCollection_AsciiString | OpenLabel (const TDF_Label &aLab) const |
Returns a string composed with the sub-label entries of <alab>. . | |
Standard_EXPORT TCollection_AsciiString | OpenAttributeList (const TDF_Label &aLab) |
Returns a string composed with the attribute index (found in <myattmap>) of <alab>. . | |
Standard_EXPORT TCollection_AsciiString | OpenAttribute (const Standard_Integer anIndex=0) |
Returns a string composed with the list of referenced attribute index of the attribute <anindex>. For exemple, it is usefull for TDataStd_Group. It uses a mecanism based on a DDF_AttributeBrowser. . | |
Standard_EXPORT TCollection_AsciiString | Information () const |
Returns information about <me> to be displayed in information window. . | |
Standard_EXPORT TCollection_AsciiString | Information (const TDF_Label &aLab) const |
Returns information about <alab> to be displayed in information window. . | |
Standard_EXPORT TCollection_AsciiString | Information (const Standard_Integer anIndex=0) const |
Returns information about attribute <anindex> to be displayed in information window. . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_TDF_Data | myDF |
TDF_AttributeIndexedMap | myAttMap |
|
|
|
Reimplemented from Draw_Drawable3D. |
|
|
|
|
|
Implements Draw_Drawable3D. |
|
Reimplemented from Draw_Drawable3D. |
|
Reimplemented from Draw_Drawable3D. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Draw_Drawable3D. |
|
|
|
|