3.4.0
tigl::ITiglCADImporter Class Referenceabstract

The ITiglCADImporter Interface class should be common for all CAD importing implementations. More...

#include <ITiglCADImporter.h>

+ Inheritance diagram for tigl::ITiglCADImporter:

Public Member Functions

virtual ListPNamedShape Read (const std::string fileName)=0
 read in file name More...
 
virtual std::string SupportedFileType () const =0
 should return the supported file type, e.g. "step" More...
 
virtual ~ITiglCADImporter ()
 

Detailed Description

The ITiglCADImporter Interface class should be common for all CAD importing implementations.

Constructor & Destructor Documentation

◆ ~ITiglCADImporter()

virtual tigl::ITiglCADImporter::~ITiglCADImporter ( )
inlinevirtual

Member Function Documentation

◆ Read()

virtual ListPNamedShape tigl::ITiglCADImporter::Read ( const std::string  fileName)
pure virtual

read in file name

Implemented in tigl::CTiglStepReader.

◆ SupportedFileType()

virtual std::string tigl::ITiglCADImporter::SupportedFileType ( ) const
pure virtual

should return the supported file type, e.g. "step"

Implemented in tigl::CTiglStepReader.


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