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

mitkPLYBinaryWriter Class Reference

mitkPLYBinaryWriter - a concrete writer for writing a mesh to PLY files with binary format More...

#include <mitkPLYBinaryWriter.h>

Inherits mitkMeshWriter.

Inheritance diagram for mitkPLYBinaryWriter:

Inheritance graph
[legend]
Collaboration diagram for mitkPLYBinaryWriter:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual void PrintSelf (ostream &os)

Detailed Description

mitkPLYBinaryWriter - a concrete writer for writing a mesh to PLY files with binary format

mitkPLYBinaryWriter is a concrete writer for writing a mesh to PLY files with binary 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->SetBigEndian(true); //Default is little endian
    aWriter->Run(); 


Member Function Documentation

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