Open CASCADE Technology 7.8.2.dev
|
Tool to work on a GenericData. Called by various Modules (ReadWriteModule, GeneralModule, SpecificModule) More...
#include <IGESDefs_ToolGenericData.hxx>
Public Member Functions | |
IGESDefs_ToolGenericData () | |
Returns a ToolGenericData, ready to work. | |
void | ReadOwnParams (const Handle< IGESDefs_GenericData > &ent, const Handle< IGESData_IGESReaderData > &IR, IGESData_ParamReader &PR) const |
Reads own parameters from file. <PR> gives access to them, <IR> detains parameter types and values. | |
void | WriteOwnParams (const Handle< IGESDefs_GenericData > &ent, IGESData_IGESWriter &IW) const |
Writes own parameters to IGESWriter. | |
void | OwnShared (const Handle< IGESDefs_GenericData > &ent, Interface_EntityIterator &iter) const |
Lists the Entities shared by a GenericData <ent>, from its specific (own) parameters. | |
IGESData_DirChecker | DirChecker (const Handle< IGESDefs_GenericData > &ent) const |
Returns specific DirChecker. | |
void | OwnCheck (const Handle< IGESDefs_GenericData > &ent, const Interface_ShareTool &shares, Handle< Interface_Check > &ach) const |
Performs Specific Semantic Check. | |
void | OwnCopy (const Handle< IGESDefs_GenericData > &entfrom, const Handle< IGESDefs_GenericData > &entto, Interface_CopyTool &TC) const |
Copies Specific Parameters. | |
void | OwnDump (const Handle< IGESDefs_GenericData > &ent, const IGESData_IGESDumper &dumper, Standard_OStream &S, const Standard_Integer own) const |
Dump of Specific Parameters. | |
Tool to work on a GenericData. Called by various Modules (ReadWriteModule, GeneralModule, SpecificModule)
IGESDefs_ToolGenericData::IGESDefs_ToolGenericData | ( | ) |
Returns a ToolGenericData, ready to work.
IGESData_DirChecker IGESDefs_ToolGenericData::DirChecker | ( | const Handle< IGESDefs_GenericData > & | ent | ) | const |
Returns specific DirChecker.
void IGESDefs_ToolGenericData::OwnCheck | ( | const Handle< IGESDefs_GenericData > & | ent, |
const Interface_ShareTool & | shares, | ||
Handle< Interface_Check > & | ach ) const |
Performs Specific Semantic Check.
void IGESDefs_ToolGenericData::OwnCopy | ( | const Handle< IGESDefs_GenericData > & | entfrom, |
const Handle< IGESDefs_GenericData > & | entto, | ||
Interface_CopyTool & | TC ) const |
Copies Specific Parameters.
void IGESDefs_ToolGenericData::OwnDump | ( | const Handle< IGESDefs_GenericData > & | ent, |
const IGESData_IGESDumper & | dumper, | ||
Standard_OStream & | S, | ||
const Standard_Integer | own ) const |
Dump of Specific Parameters.
void IGESDefs_ToolGenericData::OwnShared | ( | const Handle< IGESDefs_GenericData > & | ent, |
Interface_EntityIterator & | iter ) const |
Lists the Entities shared by a GenericData <ent>, from its specific (own) parameters.
void IGESDefs_ToolGenericData::ReadOwnParams | ( | const Handle< IGESDefs_GenericData > & | ent, |
const Handle< IGESData_IGESReaderData > & | IR, | ||
IGESData_ParamReader & | PR ) const |
Reads own parameters from file. <PR> gives access to them, <IR> detains parameter types and values.
void IGESDefs_ToolGenericData::WriteOwnParams | ( | const Handle< IGESDefs_GenericData > & | ent, |
IGESData_IGESWriter & | IW ) const |
Writes own parameters to IGESWriter.