1 #ifndef SIMPT_SHELL_PLY_CONVERTER_FORMAT_H_INCLUDED
2 #define SIMPT_SHELL_PLY_CONVERTER_FORMAT_H_INCLUDED
33 virtual std::string GetName()
const {
return "PLY"; }
35 virtual bool IsPostProcessFormat()
const {
return true; }
40 #endif // end_of_include_guard
Utility template for generating exporter formats.
Namespace for SimPT shell package.
PLY converter format specifications.
Interface of File Converter Formats.
Interface for IConverterFormat.
Interface for PlyExporter.