Home
last modified time | relevance | path

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

/dports/cad/stepcode/stepcode-0.8/src/cllazyfile/
H A DheaderSectionReader.h18 instancesLoaded_t * _headerInstances;
23 _headerInstances = new instancesLoaded_t; in headerSectionReader()
27 return _headerInstances; in getInstances()
33 _headerInstances->clear(); in ~headerSectionReader()
H A Dp21HeaderSectionReader.cc25_headerInstances->insert( nl.loc.instance, getRealInstance( _lazyFile->getInstMgr()->getHeaderRegi… in p21HeaderSectionReader()
/dports/cad/stepcode/stepcode-0.8/src/cleditor/
H A DSTEPfile.inline.cc37 _headerInstances = new InstMgr; in STEPfile()
48 _headerInstances->DeleteInstances(); in ~STEPfile()
49 delete _headerInstances; in ~STEPfile()
113 if( _headerInstances ) { in ReadExchangeFile()
114 _headerInstances->ClearInstances(); in ReadExchangeFile()
146 _headerInstances->ClearInstances(); in ReadWorkingFile()
283 if( _headerInstances == NULL ) { in schemaName()
286 fs = ( SdaiFile_schema * )_headerInstances->GetApplication_instance( "File_Schema" ); in schemaName()
H A DSTEPfile.cc357 if( !_headerInstances ) { in HeaderMergeInstances()
358 _headerInstances = im; in HeaderMergeInstances()
362 if( _headerInstances->InstanceCount() < 4 ) { in HeaderMergeInstances()
363 delete _headerInstances; in HeaderMergeInstances()
364 _headerInstances = im; in HeaderMergeInstances()
370 se = _headerInstances->GetApplication_instance( _headerInstances->FindFileId( idnum ) ); in HeaderMergeInstances()
383 _headerInstances->Append( from, completeSE ); in HeaderMergeInstances()
388 se = _headerInstances->GetApplication_instance( _headerInstances->FindFileId( idnum ) ); in HeaderMergeInstances()
396 _headerInstances->Append( from, completeSE ); in HeaderMergeInstances()
401 se = _headerInstances->GetApplication_instance( _headerInstances->FindFileId( idnum ) ); in HeaderMergeInstances()
[all …]
H A DSTEPfile.h54 InstMgr * _headerInstances; variable
104 return _headerInstances; in HeaderInstances()