Open CASCADE Technology
7.3.0
|
Tool to work on a ViewsVisible. Called by various Modules (ReadWriteModule, GeneralModule, SpecificModule) More...
#include <IGESDraw_ToolViewsVisible.hxx>
Public Member Functions | |
IGESDraw_ToolViewsVisible () | |
Returns a ToolViewsVisible, ready to work. More... | |
void | ReadOwnParams (const Handle< IGESDraw_ViewsVisible > &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. More... | |
void | WriteOwnParams (const Handle< IGESDraw_ViewsVisible > &ent, IGESData_IGESWriter &IW) const |
Writes own parameters to IGESWriter. More... | |
void | OwnShared (const Handle< IGESDraw_ViewsVisible > &ent, Interface_EntityIterator &iter) const |
Lists the Entities shared by a ViewsVisible <ent>, from its specific (own) parameters shared not implied (the Views) More... | |
void | OwnImplied (const Handle< IGESDraw_ViewsVisible > &ent, Interface_EntityIterator &iter) const |
Lists the Entities shared by a ViewsVisible <ent>, from its specific (own) implied parameters : the Displayed Entities. More... | |
IGESData_DirChecker | DirChecker (const Handle< IGESDraw_ViewsVisible > &ent) const |
Returns specific DirChecker. More... | |
void | OwnCheck (const Handle< IGESDraw_ViewsVisible > &ent, const Interface_ShareTool &shares, Handle< Interface_Check > &ach) const |
Performs Specific Semantic Check. More... | |
void | OwnCopy (const Handle< IGESDraw_ViewsVisible > &entfrom, const Handle< IGESDraw_ViewsVisible > &entto, Interface_CopyTool &TC) const |
Copies Specific Parameters shared not implied, i.e. all but the Displayed Entities. More... | |
void | OwnRenew (const Handle< IGESDraw_ViewsVisible > &entfrom, const Handle< IGESDraw_ViewsVisible > &entto, const Interface_CopyTool &TC) const |
Copies Specific implied Parameters : the Displayed Entities which have already been copied. More... | |
void | OwnWhenDelete (const Handle< IGESDraw_ViewsVisible > &ent) const |
Clears specific implied parameters, which cause looping structures; required for deletion. More... | |
void | OwnDump (const Handle< IGESDraw_ViewsVisible > &ent, const IGESData_IGESDumper &dumper, const Handle< Message_Messenger > &S, const Standard_Integer own) const |
Dump of Specific Parameters. More... | |
Standard_Boolean | OwnCorrect (const Handle< IGESDraw_ViewsVisible > &ent) const |
Sets automatic unambiguous Correction on a ViewsVisible (all displayed entities must refer to <ent> in directory part, else the list is cleared) More... | |
Tool to work on a ViewsVisible. Called by various Modules (ReadWriteModule, GeneralModule, SpecificModule)
IGESDraw_ToolViewsVisible::IGESDraw_ToolViewsVisible | ( | ) |
Returns a ToolViewsVisible, ready to work.
IGESData_DirChecker IGESDraw_ToolViewsVisible::DirChecker | ( | const Handle< IGESDraw_ViewsVisible > & | ent | ) | const |
Returns specific DirChecker.
void IGESDraw_ToolViewsVisible::OwnCheck | ( | const Handle< IGESDraw_ViewsVisible > & | ent, |
const Interface_ShareTool & | shares, | ||
Handle< Interface_Check > & | ach | ||
) | const |
Performs Specific Semantic Check.
void IGESDraw_ToolViewsVisible::OwnCopy | ( | const Handle< IGESDraw_ViewsVisible > & | entfrom, |
const Handle< IGESDraw_ViewsVisible > & | entto, | ||
Interface_CopyTool & | TC | ||
) | const |
Copies Specific Parameters shared not implied, i.e. all but the Displayed Entities.
Standard_Boolean IGESDraw_ToolViewsVisible::OwnCorrect | ( | const Handle< IGESDraw_ViewsVisible > & | ent | ) | const |
Sets automatic unambiguous Correction on a ViewsVisible (all displayed entities must refer to <ent> in directory part, else the list is cleared)
void IGESDraw_ToolViewsVisible::OwnDump | ( | const Handle< IGESDraw_ViewsVisible > & | ent, |
const IGESData_IGESDumper & | dumper, | ||
const Handle< Message_Messenger > & | S, | ||
const Standard_Integer | own | ||
) | const |
Dump of Specific Parameters.
void IGESDraw_ToolViewsVisible::OwnImplied | ( | const Handle< IGESDraw_ViewsVisible > & | ent, |
Interface_EntityIterator & | iter | ||
) | const |
Lists the Entities shared by a ViewsVisible <ent>, from its specific (own) implied parameters : the Displayed Entities.
void IGESDraw_ToolViewsVisible::OwnRenew | ( | const Handle< IGESDraw_ViewsVisible > & | entfrom, |
const Handle< IGESDraw_ViewsVisible > & | entto, | ||
const Interface_CopyTool & | TC | ||
) | const |
Copies Specific implied Parameters : the Displayed Entities which have already been copied.
void IGESDraw_ToolViewsVisible::OwnShared | ( | const Handle< IGESDraw_ViewsVisible > & | ent, |
Interface_EntityIterator & | iter | ||
) | const |
Lists the Entities shared by a ViewsVisible <ent>, from its specific (own) parameters shared not implied (the Views)
void IGESDraw_ToolViewsVisible::OwnWhenDelete | ( | const Handle< IGESDraw_ViewsVisible > & | ent | ) | const |
Clears specific implied parameters, which cause looping structures; required for deletion.
void IGESDraw_ToolViewsVisible::ReadOwnParams | ( | const Handle< IGESDraw_ViewsVisible > & | 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 IGESDraw_ToolViewsVisible::WriteOwnParams | ( | const Handle< IGESDraw_ViewsVisible > & | ent, |
IGESData_IGESWriter & | IW | ||
) | const |
Writes own parameters to IGESWriter.