#include <mitkSTLASCIIWriter.h>
Inherits mitkMeshWriter.
Inheritance diagram for mitkSTLASCIIWriter:


Public Member Functions | |
| virtual void | PrintSelf (ostream &os) |
mitkSTLASCIIWriter writes a mesh to a STL file using ASCII format. To use this writer, the code snippet is:
mitkIM0Writer *aWriter = new mitkSTLASCIIWriter; aWriter->SetInput(aMesh); aWriter->AddFileName(filename); aWriter->Run();
|
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkMeshWriter. |
1.4.3