Atoms Crowd  4.1.0
Atoms::BaseMeshExporter Class Referenceabstract

BaseMeshExporter class. More...

#include <BaseMeshExporter.h>

Inheritance diagram for Atoms::BaseMeshExporter:
Atoms::DefaultMeshExporter ATOMSUSD_NS::UsdMeshExporter

Public Member Functions

virtual std::string typeStr () const =0
 Type string. More...
 
 BaseMeshExporter ()
 Constructor.
 
virtual ~BaseMeshExporter ()=0
 Virtual Destructor.
 
virtual bool save (const AtomsCore::MapMetadata *mesh, const std::string &filePath, AtomsCore::MapMetadata *parameters)=0
 load More...
 

Detailed Description

BaseMeshExporter class.

A MeshExporter export a skeleton to a file. This is the base class for all derived Exporters.

Member Function Documentation

◆ save()

virtual bool Atoms::BaseMeshExporter::save ( const AtomsCore::MapMetadata mesh,
const std::string &  filePath,
AtomsCore::MapMetadata parameters 
)
pure virtual

load

Build an animation clip instance from a file

Implemented in ATOMSUSD_NS::UsdMeshExporter, and Atoms::DefaultMeshExporter.

◆ typeStr()

virtual std::string Atoms::BaseMeshExporter::typeStr ( ) const
pure virtual

Type string.

File extension name

Returns
File extension name

Implemented in ATOMSUSD_NS::UsdMeshExporter, and Atoms::DefaultMeshExporter.


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