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

mitkSTLASCIIWriter Class Reference

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

#include <mitkSTLASCIIWriter.h>

Inherits mitkMeshWriter.

Inheritance diagram for mitkSTLASCIIWriter:

Inheritance graph
[legend]
Collaboration diagram for mitkSTLASCIIWriter:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual void PrintSelf (ostream &os)

Detailed Description

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

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


Member Function Documentation

virtual void mitkSTLASCIIWriter::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:08 2014 for MITK (Medical Imaging ToolKit) by  doxygen 1.4.3