Open CASCADE Technology  7.3.0
Public Member Functions

IGESDraw_ToolView Class Reference

Tool to work on a View. Called by various Modules (ReadWriteModule, GeneralModule, SpecificModule) More...

#include <IGESDraw_ToolView.hxx>

Public Member Functions

 IGESDraw_ToolView ()
 Returns a ToolView, ready to work. More...
 
void ReadOwnParams (const Handle< IGESDraw_View > &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_View > &ent, IGESData_IGESWriter &IW) const
 Writes own parameters to IGESWriter. More...
 
void OwnShared (const Handle< IGESDraw_View > &ent, Interface_EntityIterator &iter) const
 Lists the Entities shared by a View <ent>, from its specific (own) parameters. More...
 
IGESData_DirChecker DirChecker (const Handle< IGESDraw_View > &ent) const
 Returns specific DirChecker. More...
 
void OwnCheck (const Handle< IGESDraw_View > &ent, const Interface_ShareTool &shares, Handle< Interface_Check > &ach) const
 Performs Specific Semantic Check. More...
 
void OwnCopy (const Handle< IGESDraw_View > &entfrom, const Handle< IGESDraw_View > &entto, Interface_CopyTool &TC) const
 Copies Specific Parameters. More...
 
void OwnDump (const Handle< IGESDraw_View > &ent, const IGESData_IGESDumper &dumper, const Handle< Message_Messenger > &S, const Standard_Integer own) const
 Dump of Specific Parameters. More...
 

Detailed Description

Tool to work on a View. Called by various Modules (ReadWriteModule, GeneralModule, SpecificModule)

Constructor & Destructor Documentation

◆ IGESDraw_ToolView()

IGESDraw_ToolView::IGESDraw_ToolView ( )

Returns a ToolView, ready to work.

Member Function Documentation

◆ DirChecker()

IGESData_DirChecker IGESDraw_ToolView::DirChecker ( const Handle< IGESDraw_View > &  ent) const

Returns specific DirChecker.

◆ OwnCheck()

void IGESDraw_ToolView::OwnCheck ( const Handle< IGESDraw_View > &  ent,
const Interface_ShareTool shares,
Handle< Interface_Check > &  ach 
) const

Performs Specific Semantic Check.

◆ OwnCopy()

void IGESDraw_ToolView::OwnCopy ( const Handle< IGESDraw_View > &  entfrom,
const Handle< IGESDraw_View > &  entto,
Interface_CopyTool TC 
) const

Copies Specific Parameters.

◆ OwnDump()

void IGESDraw_ToolView::OwnDump ( const Handle< IGESDraw_View > &  ent,
const IGESData_IGESDumper dumper,
const Handle< Message_Messenger > &  S,
const Standard_Integer  own 
) const

Dump of Specific Parameters.

◆ OwnShared()

void IGESDraw_ToolView::OwnShared ( const Handle< IGESDraw_View > &  ent,
Interface_EntityIterator iter 
) const

Lists the Entities shared by a View <ent>, from its specific (own) parameters.

◆ ReadOwnParams()

void IGESDraw_ToolView::ReadOwnParams ( const Handle< IGESDraw_View > &  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.

◆ WriteOwnParams()

void IGESDraw_ToolView::WriteOwnParams ( const Handle< IGESDraw_View > &  ent,
IGESData_IGESWriter IW 
) const

Writes own parameters to IGESWriter.


The documentation for this class was generated from the following file: