Home
last modified time | relevance | path

Searched refs:sdaiAGGR (Results 1 – 5 of 5) sorted by relevance

/dports/cad/stepcode/stepcode-0.8/src/clstepcore/
H A DbaseType.h29 sdaiAGGR = 0x0200, enumerator
55 #define AGGREGATE_TYPE sdaiAGGR
H A DsdaiSelect.cc565 case sdaiAGGR: in STEPwrite()
H A DSTEPattribute.cc634 case sdaiAGGR: in ShallowCopy()
/dports/cad/stepcode/stepcode-0.8/src/test/scl2html/
H A Dscl2html.cc65 if( base != sdaiAGGR ) { // anchor all non-bases except for aggregates in PrintAttrTypeWithAnchor()
89 if( base == sdaiAGGR ) { in PrintAttrTypeWithAnchor()
/dports/cad/stepcode/stepcode-0.8/src/clstepcore/test/
H A Dtest_operators_SDAI_Select.cc59 BASE_TYPE b = sdaiAGGR; in testOperatorEq()