Assimp  v3.1.1 (June 2014)
Assimp::PlyExporter Class Reference

Helper class to export a given scene to a Stanford Ply file. More...

Public Member Functions

 PlyExporter (const char *filename, const aiScene *pScene, bool binary=false)
 The class constructor for a specific scene to export. More...
 
 ~PlyExporter ()
 The class destructor, empty. More...
 

Public Attributes

std::ostringstream mOutput
 public string-streams to write all output into: More...
 

Detailed Description

Helper class to export a given scene to a Stanford Ply file.

Constructor & Destructor Documentation

§ PlyExporter()

Assimp::PlyExporter::PlyExporter ( const char *  filename,
const aiScene pScene,
bool  binary = false 
)

The class constructor for a specific scene to export.

§ ~PlyExporter()

Assimp::PlyExporter::~PlyExporter ( )

The class destructor, empty.

Member Data Documentation

§ mOutput

std::ostringstream Assimp::PlyExporter::mOutput

public string-streams to write all output into:


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