Home
last modified time | relevance | path

Searched refs:STEPread (Results 1 – 22 of 22) sorted by relevance

/dports/cad/stepcode/stepcode-0.8/src/clstepcore/
H A DSTEPaggregate.h68 virtual Severity STEPread( istream & in, ErrorDescriptor * err,
333 virtual Severity STEPread( istream & in, ErrorDescriptor * err,
360 Severity STEPread( const char * s, ErrorDescriptor * err ) { in STEPread() function
363 return STEPread( s, err, 0, 0, 0 ); in STEPread()
365 Severity STEPread( istream & in, ErrorDescriptor * err ) { in STEPread() function
368 return STEPread( in, err, 0, 0, 0 ); in STEPread()
393 virtual Severity STEPread( istream & in, ErrorDescriptor * err,
421 Severity STEPread( const char * s, ErrorDescriptor * err ) { in STEPread() function
424 return STEPread( s, err, 0, 0, 0 ); in STEPread()
426 Severity STEPread( istream & in, ErrorDescriptor * err ) { in STEPread() function
[all …]
H A DSTEPaggregate.cc434 return value.STEPread( s, err ); in StrToVal()
439 return value.STEPread( in, err ); in StrToVal()
444 return value.STEPread( in, err ); in STEPread()
448 return value.STEPread( in, err ); in STEPread()
990 return STEPread( s, err ); in StrToVal()
997 return value.STEPread( in, err ); in StrToVal()
1007 value.STEPread( in, err ); in STEPread()
1016 return value.STEPread( in, err ); in STEPread()
1096 return STEPread( s, err ); in StrToVal()
1113 value.STEPread( in, err ); in STEPread()
[all …]
H A DSTEPundefined.cc29 return STEPread( in, err ); in StrToVal()
32 Severity SCLundefined::STEPread( const char * s, ErrorDescriptor * err ) { in STEPread() function in SCLundefined
34 return STEPread( in, err ); in STEPread()
37 Severity SCLundefined::STEPread( istream & in, ErrorDescriptor * err ) { in STEPread() function in SCLundefined
H A DSTEPundefined.h29 virtual Severity STEPread( const char * s, ErrorDescriptor * err );
30 virtual Severity STEPread( istream & in, ErrorDescriptor * err );
H A DSTEPattribute.cc164 if( _error.severity( ptr.sh->STEPread( in, &_error, instances, 0 ) ) in StrToVal()
174 return STEPread( in, instances, addFileId ); in StrToVal()
197 Severity STEPattribute::STEPread( istream & in, InstMgrBase * instances, int addFileId, in STEPread() function in STEPattribute
203 return _redefAttr->STEPread( in, instances, addFileId, currSch ); in STEPread()
304 ptr.S->STEPread( in, &_error ); in STEPread()
310 ptr.b->STEPread( in, &_error ); in STEPread()
315 ptr.e->STEPread( in, &_error, Nullable() ); in STEPread()
320 ptr.e->STEPread( in, &_error, Nullable() ); in STEPread()
325 ptr.e->STEPread( in, &_error, Nullable() ); in STEPread()
334 ptr.a->STEPread( in, &_error, in STEPread()
[all …]
H A DSTEPcomplex.cc277 Severity STEPcomplex::STEPread( int id, int addFileId, class InstMgrBase * instance_set, in STEPread() function in STEPcomplex
314 … stepc->SDAI_Application_instance::STEPread( id, addFileId, instance_set, in, currSch ); in STEPread()
342 Severity STEPcomplex::STEPread( int id, int addFileId, class InstMgrBase * instance_set, in STEPread() function in STEPcomplex
382 SDAI_Application_instance::STEPread( id, addFileId, instance_set, in STEPread()
413 stepc->SDAI_Application_instance::STEPread( id, addFileId, in STEPread()
H A DSTEPcomplex.h55 virtual Severity STEPread( int id, int addFileId,
H A DsdaiSelect.h83 Severity STEPread( istream & in, ErrorDescriptor * err,
H A DsdaiSelect.cc163 s = tmp -> STEPread( strtmp, err, im ); in SelectValidLevel()
230 Severity SDAI_Select::STEPread( istream & in, ErrorDescriptor * err, in STEPread() function in SDAI_Select
H A DsdaiApplication_instance.h127 virtual Severity STEPread( int id, int addFileId,
H A DSTEPattribute.h137 Severity STEPread( istream & in = cin, InstMgrBase * instances = 0,
H A Dread_func.cc564 tmp.STEPread( in, &errs ); in FindStartOfInstance()
595 tmp.STEPread( in, &errs ); in SkipInstance()
H A DsdaiApplication_instance.cc503 Severity SDAI_Application_instance::STEPread( int id, int idIncr, in STEPread() function in SDAI_Application_instance
569 attributes[i].STEPread( in, instance_set, idIncr, currSch, strict ); in STEPread()
/dports/cad/stepcode/stepcode-0.8/src/cldai/
H A DsdaiString.cc82 Severity SDAI_String::STEPread( istream & in, ErrorDescriptor * err ) { in STEPread() function in SDAI_String
110 Severity SDAI_String::STEPread( const char * s, ErrorDescriptor * err ) { in STEPread() function in SDAI_String
112 return STEPread( in, err ); in STEPread()
H A DsdaiString.h45 Severity STEPread( istream & in, ErrorDescriptor * err );
46 Severity STEPread( const char * s, ErrorDescriptor * err );
H A DsdaiBinary.h40 Severity STEPread( istream & in, ErrorDescriptor * err );
41 Severity STEPread( const char * s, ErrorDescriptor * err );
H A DsdaiBinary.cc153 Severity SDAI_Binary::STEPread( istream & in, ErrorDescriptor * err ) { in STEPread() function in SDAI_Binary
157 Severity SDAI_Binary::STEPread( const char * s, ErrorDescriptor * err ) { in STEPread() function in SDAI_Binary
159 return STEPread( in, err ); in STEPread()
H A DsdaiEnum.h58 Severity STEPread( istream & in, ErrorDescriptor * err, int optional = 1 );
59 Severity STEPread( const char * s, ErrorDescriptor * err, int optional = 1 );
H A DsdaiEnum.cc539 Severity SDAI_Enum::STEPread( const char * s, ErrorDescriptor * err, int optional ) { in STEPread() function in SDAI_Enum
541 return STEPread( in, err, optional ); in STEPread()
545 Severity SDAI_Enum::STEPread( istream & in, ErrorDescriptor * err, int optional ) { in STEPread() function in SDAI_Enum
/dports/cad/stepcode/stepcode-0.8/src/cleditor/
H A DSTEPfile.cc208 objsev = obj->STEPread( fileid, 0, ( InstMgr * )0, in, NULL, true, _strict ); in ReadHeader()
714 tmp.STEPread( in, &errs ); in FindDataSection()
1231 sev = obj->STEPread( fileid, idIncrNum, &instances(), in, currSch.c_str(), in ReadInstance()
1278 sev = obj->STEPread( fileid, idIncrNum, &instances(), in, currSch.c_str(), in ReadInstance()
/dports/cad/stepcode/stepcode-0.8/src/cllazyfile/
H A DsectionReader.cc315 …sev = inst->STEPread( instance, 0, _lazyFile->getInstMgr()->getAdapter(), _file, sName, true, fals… in getRealInstance()
/dports/cad/stepcode/stepcode-0.8/src/test/
H A DREADME76 optional, a subsequent STEPread of the file will flag errors with the