Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

mitkSTLBinaryWriter Class Reference

mitkSTLBinaryWriter - a concrete writer for writing a mesh to STL (STereo Lithography) file using binary format More...

#include <mitkSTLBinaryWriter.h>

Inherits mitkMeshWriter.

Inheritance diagram for mitkSTLBinaryWriter:

Inheritance graph
[legend]
Collaboration diagram for mitkSTLBinaryWriter:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual void PrintSelf (ostream &os)

Detailed Description

mitkSTLBinaryWriter - a concrete writer for writing a mesh to STL (STereo Lithography) file using binary format

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(); 


Member Function Documentation

virtual void mitkSTLBinaryWriter::PrintSelf ostream &  os  )  [virtual]
 

Print the necessary information about this object for the debugging purpose.

Parameters:
os The specified ostream to output information.

Reimplemented from mitkMeshWriter.


The documentation for this class was generated from the following file:
Generated on Tue Feb 25 15:06:09 2014 for MITK (Medical Imaging ToolKit) by  doxygen 1.4.3