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

mitkPLYASCIIWriter Class Reference

mitkPLYASCIIWriter - a concrete writer for writing a mesh to PLY files with ASCII format More...

#include <mitkPLYASCIIWriter.h>

Inherits mitkMeshWriter.

Inheritance diagram for mitkPLYASCIIWriter:

Inheritance graph
[legend]
Collaboration diagram for mitkPLYASCIIWriter:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual void PrintSelf (ostream &os)

Detailed Description

mitkPLYASCIIWriter - a concrete writer for writing a mesh to PLY files with ASCII format

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


Member Function Documentation

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