Home
last modified time | relevance | path

Searched defs:STEPattribute (Results 1 – 4 of 4) sorted by relevance

/dports/cad/stepcode/stepcode-0.8/src/clstepcore/
H A DSTEPattribute.inline.cc23 STEPattribute::STEPattribute( const STEPattribute & a ) : _derive( a._derive ), _mustDeletePtr( fal… in STEPattribute() function in STEPattribute
55 STEPattribute::STEPattribute( const class AttrDescriptor & d, SDAI_Integer * p ): _derive( false ), in STEPattribute() function in STEPattribute
62 STEPattribute::STEPattribute( const class AttrDescriptor & d, SDAI_Binary * p ): _derive( false ), in STEPattribute() function in STEPattribute
69 STEPattribute::STEPattribute( const class AttrDescriptor & d, SDAI_String * p ): _derive( false ), in STEPattribute() function in STEPattribute
76 STEPattribute::STEPattribute( const class AttrDescriptor & d, SDAI_Real * p ): _derive( false ), in STEPattribute() function in STEPattribute
83 STEPattribute::STEPattribute( const class AttrDescriptor & d, SDAI_Application_instance * *p ): in STEPattribute() function in STEPattribute
90 STEPattribute::STEPattribute( const class AttrDescriptor & d, STEPaggregate * p ): _derive( false ), in STEPattribute() function in STEPattribute
97 STEPattribute::STEPattribute( const class AttrDescriptor & d, SDAI_Enum * p ): _derive( false ), in STEPattribute() function in STEPattribute
104 STEPattribute::STEPattribute( const class AttrDescriptor & d, class SDAI_Select * p ): _derive( fal… in STEPattribute() function in STEPattribute
111 STEPattribute::STEPattribute( const class AttrDescriptor & d, SCLundefined * p ): _derive( false ), in STEPattribute() function in STEPattribute
H A DSTEPattributeList.h16 class STEPattribute; variable
H A DSTEPattribute.h230 STEPattribute(): _derive( false ), _mustDeletePtr( false ), in STEPattribute() function
H A Dsdai.h47 class STEPattribute; variable