/dports/cad/stepcode/stepcode-0.8/src/clstepcore/ |
H A D | STEPaggregate.h | 68 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 D | STEPaggregate.cc | 434 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 D | STEPundefined.cc | 29 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 D | STEPundefined.h | 29 virtual Severity STEPread( const char * s, ErrorDescriptor * err ); 30 virtual Severity STEPread( istream & in, ErrorDescriptor * err );
|
H A D | STEPattribute.cc | 164 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 D | STEPcomplex.cc | 277 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 D | STEPcomplex.h | 55 virtual Severity STEPread( int id, int addFileId,
|
H A D | sdaiSelect.h | 83 Severity STEPread( istream & in, ErrorDescriptor * err,
|
H A D | sdaiSelect.cc | 163 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 D | sdaiApplication_instance.h | 127 virtual Severity STEPread( int id, int addFileId,
|
H A D | STEPattribute.h | 137 Severity STEPread( istream & in = cin, InstMgrBase * instances = 0,
|
H A D | read_func.cc | 564 tmp.STEPread( in, &errs ); in FindStartOfInstance() 595 tmp.STEPread( in, &errs ); in SkipInstance()
|
H A D | sdaiApplication_instance.cc | 503 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 D | sdaiString.cc | 82 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 D | sdaiString.h | 45 Severity STEPread( istream & in, ErrorDescriptor * err ); 46 Severity STEPread( const char * s, ErrorDescriptor * err );
|
H A D | sdaiBinary.h | 40 Severity STEPread( istream & in, ErrorDescriptor * err ); 41 Severity STEPread( const char * s, ErrorDescriptor * err );
|
H A D | sdaiBinary.cc | 153 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 D | sdaiEnum.h | 58 Severity STEPread( istream & in, ErrorDescriptor * err, int optional = 1 ); 59 Severity STEPread( const char * s, ErrorDescriptor * err, int optional = 1 );
|
H A D | sdaiEnum.cc | 539 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 D | STEPfile.cc | 208 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 D | sectionReader.cc | 315 …sev = inst->STEPread( instance, 0, _lazyFile->getInstMgr()->getAdapter(), _file, sName, true, fals… in getRealInstance()
|
/dports/cad/stepcode/stepcode-0.8/src/test/ |
H A D | README | 76 optional, a subsequent STEPread of the file will flag errors with the
|