#include <CTiglExportCollada.h>
Private Member Functions | |
std::string | SupportedFileTypeImpl () const override |
must be overridden. If multiple types supported, separate with a ";" More... | |
bool | WriteImpl (const std::string &filename) const override |
must be overridden by the concrete implementation More... | |
TiglReturnCode | writeToDisc (class CTiglPolyData &polyData, const char *id, const char *filename) |
Exports a polygon object to a collada file, the true export code. More... | |
Additional Inherited Members | |
![]() | |
const CCPACSConfiguration * | GetConfiguration (size_t iShape) const |
Can also be NULL! More... | |
TIGL_EXPORT tigl::CTiglExportCollada::CTiglExportCollada | ( | const ExporterOptions & | opt = DefaultExporterOption() | ) |
|
overridevirtual |
Implements tigl::CTiglCADExporter.
|
overridevirtual |
Implements tigl::CTiglCADExporter.
|
inlineoverrideprivatevirtual |
must be overridden. If multiple types supported, separate with a ";"
Implements tigl::CTiglCADExporter.
|
overrideprivatevirtual |
must be overridden by the concrete implementation
Implements tigl::CTiglCADExporter.
|
private |
Exports a polygon object to a collada file, the true export code.