#include <mitkPLYASCIIWriter.h>
Inherits mitkMeshWriter.
Inheritance diagram for mitkPLYASCIIWriter:
Public Member Functions | |
virtual void | PrintSelf (ostream &os) |
mitkPLYASCIIWriter is a concrete writer for writing a mesh to PLY files with ASCII format. PLY is a file format developed by Stanford University for exchanging data like meshes and 3D scans. To use this writer, the code snippet is:
mitkPLYASCIIWriter *aWriter = new mitkPLYASCIIWriter; aWriter->SetInput(aMesh); aWriter->AddFileName(filename); aWriter->Run();
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkMeshWriter. |