ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
itk::OBJMeshIO Class Reference

This class defines how to read and write Object file format. More...

#include <itkOBJMeshIO.h>

Inheritance diagram for itk::OBJMeshIO:
Collaboration diagram for itk::OBJMeshIO:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
typedef OBJMeshIO Self
typedef Superclass::SizeValueType SizeValueType
typedef MeshIOBase Superclass

Public Member Functions

virtual bool CanReadFile (const char *FileNameToRead)
virtual bool CanWriteFile (const char *FileNameToWrite)
virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
virtual void ReadCellData (void *buffer)
virtual void ReadCells (void *buffer)
virtual void ReadMeshInformation ()
virtual void ReadPointData (void *buffer)
virtual void ReadPoints (void *buffer)
virtual void Write ()
virtual void WriteCellData (void *buffer)
virtual void WriteCells (void *buffer)
virtual void WriteMeshInformation ()
virtual void WritePointData (void *buffer)
virtual void WritePoints (void *buffer)

Static Public Member Functions

static Pointer New ()

Protected Member Functions

void CloseFile ()
 OBJMeshIO ()
void OpenFile ()
void PrintSelf (std::ostream &os, Indent indent) const
template<typename T >
void WriteCells (T *buffer, std::ofstream &outputFile)
template<typename T >
void WritePointData (T *buffer, std::ofstream &outputFile)
template<typename T >
void WritePoints (T *buffer, std::ofstream &outputFile)
virtual ~OBJMeshIO ()

Private Member Functions

 OBJMeshIO (const Self &)
void operator= (const Self &)

Private Attributes

std::ifstream m_InputFile
std::streampos m_PointsStartPosition

Detailed Description

This class defines how to read and write Object file format.

Definition at line 34 of file itkOBJMeshIO.h.


Member Typedef Documentation

Reimplemented from itk::MeshIOBase.

Definition at line 40 of file itkOBJMeshIO.h.

Reimplemented from itk::MeshIOBase.

Definition at line 41 of file itkOBJMeshIO.h.

Standard class typedefs.

Reimplemented from itk::MeshIOBase.

Definition at line 38 of file itkOBJMeshIO.h.

Reimplemented from itk::MeshIOBase.

Definition at line 43 of file itkOBJMeshIO.h.

Reimplemented from itk::MeshIOBase.

Definition at line 39 of file itkOBJMeshIO.h.


Constructor & Destructor Documentation

itk::OBJMeshIO::OBJMeshIO ( ) [protected]
virtual itk::OBJMeshIO::~OBJMeshIO ( ) [inline, protected, virtual]

Definition at line 153 of file itkOBJMeshIO.h.

itk::OBJMeshIO::OBJMeshIO ( const Self ) [private]

Member Function Documentation

virtual bool itk::OBJMeshIO::CanReadFile ( const char *  FileNameToRead) [virtual]

Determine if the file can be read with this MeshIO implementation.

Parameters:
FileNameToReadThe name of the file to test for reading.
Postcondition:
Sets classes MeshIOBase::m_FileName variable to be FileNameToWrite
Returns:
Returns true if this MeshIO can read the file specified.

Implements itk::MeshIOBase.

virtual bool itk::OBJMeshIO::CanWriteFile ( const char *  FileNameToWrite) [virtual]

Determine if the file can be written with this MeshIO implementation.

Parameters:
FileNameToWriteThe name of the file to test for writing.
Postcondition:
Sets classes MeshIOBase::m_FileName variable to be FileNameToWrite
Returns:
Returns true if this MeshIO can write the file specified.

Implements itk::MeshIOBase.

void itk::OBJMeshIO::CloseFile ( ) [protected]
virtual::itk::LightObject::Pointer itk::OBJMeshIO::CreateAnother ( void  ) const [virtual]

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::LightProcessObject.

virtual const char* itk::OBJMeshIO::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::MeshIOBase.

static Pointer itk::OBJMeshIO::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::LightProcessObject.

void itk::OBJMeshIO::OpenFile ( ) [protected]
void itk::OBJMeshIO::operator= ( const Self ) [private]

This method causes the filter to generate its output.

Reimplemented from itk::MeshIOBase.

void itk::OBJMeshIO::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from itk::MeshIOBase.

virtual void itk::OBJMeshIO::ReadCellData ( void *  buffer) [virtual]

Implements itk::MeshIOBase.

virtual void itk::OBJMeshIO::ReadCells ( void *  buffer) [virtual]

Implements itk::MeshIOBase.

virtual void itk::OBJMeshIO::ReadMeshInformation ( ) [virtual]

Set the spacing and dimension information for the set filename.

Implements itk::MeshIOBase.

virtual void itk::OBJMeshIO::ReadPointData ( void *  buffer) [virtual]

Implements itk::MeshIOBase.

virtual void itk::OBJMeshIO::ReadPoints ( void *  buffer) [virtual]

Reads the data from disk into the memory buffer provided.

Implements itk::MeshIOBase.

virtual void itk::OBJMeshIO::Write ( ) [virtual]

Implements itk::MeshIOBase.

virtual void itk::OBJMeshIO::WriteCellData ( void *  buffer) [virtual]

Implements itk::MeshIOBase.

template<typename T >
void itk::OBJMeshIO::WriteCells ( T *  buffer,
std::ofstream &  outputFile 
) [inline, protected]

Definition at line 115 of file itkOBJMeshIO.h.

virtual void itk::OBJMeshIO::WriteCells ( void *  buffer) [virtual]

Implements itk::MeshIOBase.

virtual void itk::OBJMeshIO::WriteMeshInformation ( ) [virtual]

Set the spacing and dimension information for the set filename.

Implements itk::MeshIOBase.

template<typename T >
void itk::OBJMeshIO::WritePointData ( T *  buffer,
std::ofstream &  outputFile 
) [inline, protected]

Write point data to output stream

Definition at line 135 of file itkOBJMeshIO.h.

virtual void itk::OBJMeshIO::WritePointData ( void *  buffer) [virtual]

Implements itk::MeshIOBase.

template<typename T >
void itk::OBJMeshIO::WritePoints ( T *  buffer,
std::ofstream &  outputFile 
) [inline, protected]

Write points to output stream

Definition at line 99 of file itkOBJMeshIO.h.

virtual void itk::OBJMeshIO::WritePoints ( void *  buffer) [virtual]

Writes the data to disk from the memory buffer provided. Make sure that the IORegions has been set properly.

Implements itk::MeshIOBase.


Member Data Documentation

std::ifstream itk::OBJMeshIO::m_InputFile [private]

Definition at line 165 of file itkOBJMeshIO.h.

std::streampos itk::OBJMeshIO::m_PointsStartPosition [private]

Definition at line 166 of file itkOBJMeshIO.h.


The documentation for this class was generated from the following file: