Open CASCADE Technology 6.5.2
Public Member Functions | Static Public Member Functions
TDataStd Class Reference

This package defines standard attributes for
modelling.
These allow you to create and modify labels
and attributes for many basic data types.
Standard topological and visualization
attributes have also been created.
To find an attribute attached to a specific label,
you use the GUID of the type of attribute you
are looking for. To do this, first find this
information using the method GetID as follows: Standard_GUID anID =
MyAttributeClass::GetID();
Then, use the method Find for the label as follows:
Standard_Boolean HasAttribute
=
aLabel.Find(anID,anAttribute);
Note
For information on the relations between this
component of OCAF and the others, refer to the OCAF User's Guide.

#include <TDataStd.hxx>

Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)

Static Public Member Functions

static void IDList (TDF_IDList &anIDList)
 Appends to <anIDList> the list of the attributes
IDs of this package. CAUTION: <anIDList> is NOT
cleared before use.

static Standard_OStreamPrint (const TDataStd_RealEnum DIM, Standard_OStream &S)

Member Function Documentation

static void TDataStd::IDList ( TDF_IDList anIDList) [static]
void TDataStd::operator delete ( void *  anAddress) [inline]
void* TDataStd::operator new ( size_t  size) [inline]
void* TDataStd::operator new ( size_t  ,
void *  anAddress 
) [inline]
static Standard_OStream& TDataStd::Print ( const TDataStd_RealEnum  DIM,
Standard_OStream S 
) [static]

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines