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


Public Member Functions | |
| virtual void | PrintSelf (ostream &os) |
mitkSTLBinaryWriter writes a mesh to a STL file using binary format. To use this writer, the code snippet is:
mitkIM0Writer *aWriter = new mitkSTLBinaryWriter; 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