Home
last modified time | relevance | path

Searched refs:currSch (Results 1 – 11 of 11) sorted by relevance

/dports/cad/stepcode/stepcode-0.8/src/clstepcore/
H A DSTEPcomplex.cc241 return ( EntityPart( name, currSch ) ? 1 : 0 ); in EntityExists()
307 STEPread_error( c, 0, in, currSch ); in STEPread()
319 STEPread_error( c, 0, in, currSch ); in STEPread()
374 STEPread_error( c, 0, in, currSch ); in STEPread()
402 STEPread_error( c, 0, in, currSch ); in STEPread()
415 currSch ); in STEPread()
570 WriteExtMapEntities( out, currSch ); in STEPwrite()
579 WriteExtMapEntities( ss, currSch ); in STEPwrite()
603 sc->WriteExtMapEntities( out, currSch ); in WriteExtMapEntities()
611 StrToUpper( EntityName( currSch ), tmp ); in WriteExtMapEntities()
[all …]
H A DsdaiSelect.cc232 int addFileId, const char * currSch ) { in STEPread() argument
250 if( SetUnderlyingType( CanBeSet( utype, currSch ) ) ) { in STEPread()
256 STEPread_content( in, instances, 0, addFileId, currSch ); in STEPread()
299 if( SetUnderlyingType( CanBeSet( tmp.c_str(), currSch ) ) ) { in STEPread()
326 STEPread_content( in, instances, 0, addFileId, currSch ); in STEPread()
335 currSch ); in STEPread()
536 void SDAI_Select::STEPwrite( ostream & out, const char * currSch ) const { in STEPwrite()
550 STEPwrite_content( out, currSch ); in STEPwrite()
553 STEPwrite_content( out, currSch ); in STEPwrite()
570 STEPwrite_verbose( out, currSch ); in STEPwrite()
[all …]
H A DSTEPcomplex.h46 int EntityExists( const char * name, const char * currSch = 0 );
47 STEPcomplex * EntityPart( const char * name, const char * currSch = 0 );
57 istream & in = cin, const char * currSch = NULL,
63 virtual void STEPwrite( ostream & out = cout, const char * currSch = NULL,
65 virtual const char * STEPwrite( std::string & buf, const char * currSch = NULL );
70 const char * currSch = NULL );
72 const char * currSch = NULL );
H A DsdaiApplication_instance.h129 std::istream & in = std::cin, const char * currSch = NULL,
134 virtual void STEPwrite( std::ostream & out = std::cout, const char * currSch = NULL,
136 virtual const char * STEPwrite( std::string & buf, const char * currSch = NULL );
138 void WriteValuePairs( std::ostream & out, const char * currSch = NULL,
H A DsdaiSelect.h68 const char * STEPwrite( std::string & s, const char * currSch = 0 ) const;
69 void STEPwrite( ostream & out = cout, const char * currSch = 0 ) const;
92 const char * currSch = 0 ) = 0;
H A DSTEPaggregate.cc216 int addFileId, const char * currSch ) { in STEPread() argument
217 return ReadValue( in, err, elem_type, insts, addFileId, 1, 1, currSch ); in STEPread()
239 void STEPaggregate::STEPwrite( ostream & out, const char * currSch ) const { in STEPwrite()
245 out << n->STEPwrite( s, currSch ); in STEPwrite()
361 const char * STEPnode::STEPwrite( std::string & s, const char * currSch ) { in STEPwrite() argument
363 (void) currSch; //unused in STEPwrite()
458 (void) currSch; //unused in STEPwrite()
874 return STEPread( in, err, elem_type, insts, addFileId, currSch ); in StrToVal()
894 err->severity( node->STEPread( in, err, insts, 0, addFileId, currSch ) ); in STEPread()
909 const char * SelectNode::STEPwrite( std::string & s, const char * currSch ) { in STEPwrite() argument
[all …]
H A DsdaiApplication_instance.cc340 void SDAI_Application_instance::STEPwrite( ostream & out, const char * currSch, in STEPwrite() argument
346 out << "#" << STEPfile_id << "=" << StrToUpper( EntityName( currSch ), tmp ) in STEPwrite()
355 ( attributes[i] ).STEPwrite( out, currSch ); in STEPwrite()
367 const char * currSch, in WriteValuePairs() argument
398 ( attributes[i] ).STEPwrite( out, currSch ); in WriteValuePairs()
410 const char * SDAI_Application_instance::STEPwrite( std::string & buf, const char * currSch ) { in STEPwrite() argument
416 sprintf( instanceInfo, "#%d=%s(", STEPfile_id, StrToUpper( EntityName( currSch ), tmp ) ); in STEPwrite()
426 tmp = attributes[i].asStr( currSch ) ; in STEPwrite()
505 const char * currSch, bool useTechCor, bool strict ) { in STEPread() argument
569 attributes[i].STEPread( in, instance_set, idIncr, currSch, strict ); in STEPread()
[all …]
H A DSTEPattribute.cc198 const char * currSch, bool strict ) { in STEPread() argument
203 return _redefAttr->STEPread( in, instances, addFileId, currSch ); in STEPread()
336 instances, addFileId, currSch ); in STEPread()
366 addFileId, currSch ) ) in STEPread()
398 std::string STEPattribute::asStr( const char * currSch ) const { in asStr()
411 return _redefAttr->asStr( currSch ); in asStr()
469 ptr.sh->STEPwrite( str, currSch ); in asStr()
503 void STEPattribute::STEPwrite( ostream & out, const char * currSch ) { in STEPwrite() argument
566 ptr.a -> STEPwrite( out, currSch ); in STEPwrite()
581 ptr.sh -> STEPwrite( out, currSch ); in STEPwrite()
H A DSTEPaggregate.h47 const char * currSch = 0 );
71 const char * currSch = 0 );
116 const char * currSch = 0 );
139 const char * currSch = 0 );
388 const char * currSch = 0 );
396 const char * currSch = 0 );
H A DSTEPattribute.h138 int addFileId = 0, const char * currSch = NULL, bool strict = true );
141 string asStr( const char * currSch = 0 ) const;
144 void STEPwrite( ostream & out = cout, const char * currSch = 0 );
/dports/cad/stepcode/stepcode-0.8/src/cleditor/
H A DSTEPfile.cc1155 std::string currSch; in ReadInstance() local
1226 currSch = schemaName(); in ReadInstance()
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()
1584 std::string currSch = schemaName(); in WriteData() local
1597 std::string currSch = schemaName(); in WriteValuePairsData() local
1791 std::string currSch = schemaName(); in WriteWorkingData() local
1800 STEPwrite( out, currSch.c_str(), writeComments ); in WriteWorkingData()
1805 STEPwrite( out, currSch.c_str(), writeComments ); in WriteWorkingData()
1810 STEPwrite( out, currSch.c_str(), writeComments ); in WriteWorkingData()
[all …]