ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | Private Attributes | List of all members
itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits > Class Template Reference

#include <itkMeshFileReader.h>

+ Inheritance diagram for itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >:
+ Collaboration diagram for itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >:

Detailed Description

template<typename TOutputMesh, typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
class itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >

Mesh source that reads mesh data from a single file.

This source object is a general filter to read data from a variety of file formats. It works with a MeshIOBase subclass to actually do the reading of the data. Object factory machinery can be used to automatically create the MeshIOBase, or the MeshIOBase can be manually created and set.

TOutputMesh is the type expected by the external users of the filter. If data stored in the file is stored in a different format then specified by TOutputMesh, than this filter converts data between the file type and the external expected type. The ConvertTraits template argument is used to do the conversion.

A Pluggable factory pattern is used this allows different kinds of readers to be registered (even at run time) without having to modify the code in this class. Normally just setting the FileName with the appropriate suffix is enough to get the reader to instantiate the correct MeshIO and read the file properly. However, some files have no accepted suffix, so you will have to manually create the MeshIO instance of the write type.

See Also
MeshIOBase
Author
Wanlin Zhu. Uviversity of New South Wales, Australia.
Examples:
SphinxExamples/src/Core/Mesh/ConvertTriangleMeshToBinaryImage/Code.cxx, SphinxExamples/src/Core/Mesh/TranslateOneMesh/Code.cxx, SphinxExamples/src/Core/QuadEdgeMesh/CutMesh/Code.cxx, SphinxExamples/src/Core/QuadEdgeMesh/GetListOfFacesAroundAGivenVertex/Code.cxx, SphinxExamples/src/Core/QuadEdgeMesh/PrintVertexNeighbors/Code.cxx, SphinxExamples/src/Filtering/FastMarching/ComputeGeodesicDistanceOnMesh/Code.cxx, SphinxExamples/src/Filtering/QuadEdgeMeshFiltering/CleanQuadEdgeMesh/Code.cxx, SphinxExamples/src/Filtering/QuadEdgeMeshFiltering/ComputeNormalsOfAMesh/Code.cxx, SphinxExamples/src/Filtering/QuadEdgeMeshFiltering/ComputePlanarParameterizationOfAMesh/Code.cxx, SphinxExamples/src/Filtering/QuadEdgeMeshFiltering/DelaunayConformEdgeFlipping/Code.cxx, SphinxExamples/src/IO/Mesh/ReadMesh/Code.cxx, and WikiExamples/Meshes/ReadWrite.cxx.

Definition at line 76 of file itkMeshFileReader.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef
OutputMeshType::CellAutoPointer 
OutputCellAutoPointer
 
typedef
OutputMeshType::CellIdentifier 
OutputCellIdentifier
 
typedef
OutputMeshType::CellPixelType 
OutputCellPixelType
 
typedef OutputMeshType::CellType OutputCellType
 
typedef
OutputMeshType::CoordRepType 
OutputCoordRepType
 
typedef HexahedronCell
< OutputCellType
OutputHexahedronCellType
 
typedef LineCell< OutputCellTypeOutputLineCellType
 
typedef TOutputMesh OutputMeshType
 
typedef
OutputMeshType::PointIdentifier 
OutputPointIdentifier
 
typedef OutputMeshType::PixelType OutputPointPixelType
 
typedef OutputMeshType::PointType OutputPointType
 
typedef PolygonCell
< OutputCellType
OutputPolygonCellType
 
typedef QuadraticEdgeCell
< OutputCellType
OutputQuadraticEdgeCellType
 
typedef QuadraticTriangleCell
< OutputCellType
OutputQuadraticTriangleCellType
 
typedef QuadrilateralCell
< OutputCellType
OutputQuadrilateralCellType
 
typedef TetrahedronCell
< OutputCellType
OutputTetrahedronCellType
 
typedef TriangleCell
< OutputCellType
OutputTriangleCellType
 
typedef VertexCell
< OutputCellType
OutputVertexCellType
 
typedef SmartPointer< SelfPointer
 
typedef MeshFileReader Self
 
typedef MeshIOBase::SizeValueType SizeValueType
 
typedef MeshSource< TOutputMesh > Superclass
 
- Public Types inherited from itk::MeshSource< TOutputMesh >
typedef SmartPointer< const SelfConstPointer
 
typedef
Superclass::DataObjectIdentifierType 
DataObjectIdentifierType
 
typedef DataObject::Pointer DataObjectPointer
 
typedef OutputMeshType::Pointer OutputMeshPointer
 
typedef TOutputMesh OutputMeshType
 
typedef SmartPointer< SelfPointer
 
typedef MeshSource Self
 
typedef ProcessObject Superclass
 
typedef
ProcessObject::DataObjectPointerArraySizeType 
DataObjectPointerArraySizeType
 
- Public Types inherited from itk::ProcessObject
typedef SmartPointer< const SelfConstPointer
 
typedef
DataObject::DataObjectIdentifierType 
DataObjectIdentifierType
 
typedef DataObject::Pointer DataObjectPointer
 
typedef std::vector
< DataObjectPointer
DataObjectPointerArray
 
typedef
DataObjectPointerArray::size_type 
DataObjectPointerArraySizeType
 
typedef MultiThreader MultiThreaderType
 
typedef std::vector
< DataObjectIdentifierType
NameArray
 
typedef SmartPointer< SelfPointer
 
typedef ProcessObject Self
 
typedef Object Superclass
 
- Public Types inherited from itk::Object
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Object Self
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual void GenerateOutputInformation () override
 
virtual const char * GetNameOfClass () const
 
void ReadCellData ()
 
template<typename T >
void ReadCells (T *buffer)
 
void ReadPointData ()
 
template<typename T >
void ReadPoints (T *buffer)
 
virtual void SetFileName (const char *_arg)
 
virtual const char * GetFileName () const
 
void SetMeshIO (MeshIOBase *meshIO)
 
virtual MeshIOBaseGetModifiableMeshIO ()
 
virtual const MeshIOBaseGetMeshIO () const
 
- Public Member Functions inherited from itk::MeshSource< TOutputMesh >
OutputMeshTypeGetOutput ()
 
OutputMeshTypeGetOutput (unsigned int idx)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *output)
 
virtual void GraftOutput (const DataObjectIdentifierType &key, DataObject *output)
 
void SetOutput (TOutputMesh *output)
 
virtual void GraftOutput (DataObject *output)
 
virtual DataObjectPointer MakeOutput (DataObjectPointerArraySizeType idx) override
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOff ()
 
virtual void AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData () const
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
NameArray GetInputNames () const
 
DataObjectPointerArray GetInputs ()
 
MultiThreaderTypeGetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual
DataObjectPointerArraySizeType 
GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
DataObjectPointerArray GetOutputs ()
 
virtual const float & GetProgress () const
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
virtual DataObjectPointer MakeOutput (const DataObjectIdentifierType &)
 
virtual void PrepareOutputs ()
 
virtual void PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
virtual void Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (float progress)
 
void SetProgress (float progress)
 
virtual void SetReleaseDataFlag (bool flag)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag () const
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
virtual void ReleaseDataBeforeUpdateFlagOff ()
 
virtual void SetNumberOfThreads (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfThreads () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
virtual void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int) override
 
virtual void UnRegister () const noexceptoverride
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::MeshSource< TOutputMesh >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::Object
static bool GetGlobalWarningDisplay ()
 
static void GlobalWarningDisplayOff ()
 
static void GlobalWarningDisplayOn ()
 
static Pointer New ()
 
static void SetGlobalWarningDisplay (bool flag)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Static Public Attributes

static const unsigned int OutputPointDimension = OutputMeshType::PointDimension
 

Protected Member Functions

template<typename T >
void ConvertCellPixelBuffer (void *inputData, T *outputData, vcl_size_t numberOfPixels)
 
template<typename T >
void ConvertPointPixelBuffer (void *inputData, T *outputData, vcl_size_t numberOfPixels)
 
virtual void GenerateData () override
 
 MeshFileReader ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
void TestFileExistanceAndReadability ()
 
 ~MeshFileReader () override
 
- Protected Member Functions inherited from itk::MeshSource< TOutputMesh >
virtual void GenerateInputRequestedRegion () override
 
 MeshSource ()
 
virtual ~MeshSource () override
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
void AddOptionalInputName (const DataObjectIdentifierType &)
 
void AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void AddOutput (DataObject *output)
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredInputs () const
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredOutputs () const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
 itkLegacyMacro (virtual void RemoveOutput(DataObject *output))
 
 itkLegacyMacro (void SetNumberOfOutputs(DataObjectPointerArraySizeType num))
 
 itkLegacyMacro (virtual void RemoveInput(DataObject *input))
 
 itkLegacyMacro (void SetNumberOfInputs(DataObjectPointerArraySizeType num))
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const
 
virtual void PopBackInput ()
 
virtual void PopFrontInput ()
 
 ProcessObject ()
 
virtual void PropagateResetPipeline ()
 
virtual void PushBackInput (const DataObject *input)
 
virtual void PushFrontInput (const DataObject *input)
 
virtual void ReleaseInputs ()
 
virtual void RemoveInput (const DataObjectIdentifierType &key)
 
virtual void RemoveInput (DataObjectPointerArraySizeType)
 
virtual void RemoveOutput (const DataObjectIdentifierType &key)
 
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
virtual void RestoreInputReleaseDataFlags ()
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetNthInput (DataObjectPointerArraySizeType num, DataObject *input)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType num, DataObject *output)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &key, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *input)
 
virtual void SetPrimaryOutput (DataObject *output)
 
void SetRequiredInputNames (const NameArray &)
 
virtual void VerifyInputInformation ()
 
virtual void VerifyPreconditions ()
 
 ~ProcessObject () override
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName (void) const
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName (void) const
 
DataObjectGetOutput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
virtual ~Object () override
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Protected Attributes

std::string m_FileName
 
MeshIOBase::Pointer m_MeshIO
 
bool m_UserSpecifiedMeshIO
 
- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime
 
bool m_Updating
 
- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Private Attributes

std::string m_ExceptionMessage
 

Member Typedef Documentation

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
typedef SmartPointer< const Self > itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::ConstPointer

Definition at line 82 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
typedef OutputMeshType::CellAutoPointer itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::OutputCellAutoPointer

Definition at line 99 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
typedef OutputMeshType::CellIdentifier itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::OutputCellIdentifier

Definition at line 98 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
typedef OutputMeshType::CellPixelType itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::OutputCellPixelType

Definition at line 95 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
typedef OutputMeshType::CellType itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::OutputCellType

Definition at line 100 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
typedef OutputMeshType::CoordRepType itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::OutputCoordRepType

Definition at line 93 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
typedef HexahedronCell< OutputCellType > itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::OutputHexahedronCellType

Definition at line 108 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
typedef LineCell< OutputCellType > itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::OutputLineCellType

Definition at line 104 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
typedef TOutputMesh itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::OutputMeshType

Define output mesh types

Definition at line 89 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
typedef OutputMeshType::PointIdentifier itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::OutputPointIdentifier

Definition at line 97 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
typedef OutputMeshType::PixelType itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::OutputPointPixelType

Definition at line 94 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
typedef OutputMeshType::PointType itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::OutputPointType

Definition at line 96 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
typedef PolygonCell< OutputCellType > itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::OutputPolygonCellType

Definition at line 106 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
typedef QuadraticEdgeCell< OutputCellType > itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::OutputQuadraticEdgeCellType

Definition at line 110 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
typedef QuadraticTriangleCell< OutputCellType > itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::OutputQuadraticTriangleCellType

Definition at line 111 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
typedef QuadrilateralCell< OutputCellType > itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::OutputQuadrilateralCellType

Definition at line 109 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
typedef TetrahedronCell< OutputCellType > itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::OutputTetrahedronCellType

Definition at line 107 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
typedef TriangleCell< OutputCellType > itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::OutputTriangleCellType

Definition at line 105 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
typedef VertexCell< OutputCellType > itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::OutputVertexCellType

Definition at line 103 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
typedef SmartPointer< Self > itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::Pointer

Definition at line 83 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
typedef MeshFileReader itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::Self

Standard class typedefs.

Definition at line 80 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
typedef MeshIOBase::SizeValueType itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::SizeValueType

Definition at line 101 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
typedef MeshSource< TOutputMesh > itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::Superclass

Definition at line 81 of file itkMeshFileReader.h.

Constructor & Destructor Documentation

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::MeshFileReader ( )
protected
template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::~MeshFileReader ( )
inlineoverrideprotected

Definition at line 147 of file itkMeshFileReader.h.

Member Function Documentation

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
template<typename T >
void itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::ConvertCellPixelBuffer ( void *  inputData,
T *  outputData,
vcl_size_t  numberOfPixels 
)
protected
template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
template<typename T >
void itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::ConvertPointPixelBuffer ( void *  inputData,
T *  outputData,
vcl_size_t  numberOfPixels 
)
protected

Convert a block of pixels from one type to another.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
virtual::itk::LightObject::Pointer itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::CreateAnother ( ) 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::MeshSource< TOutputMesh >.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
virtual void itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::GenerateData ( )
overrideprotectedvirtual

Does the real work.

Reimplemented from itk::ProcessObject.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
virtual void itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::GenerateOutputInformation ( )
overridevirtual

Prepare the allocation of the output mesh during the first back propagation of the pipeline.

Reimplemented from itk::ProcessObject.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
virtual const char* itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::GetFileName ( ) const
virtual

Specify the file to read. This is forwarded to the IO instance.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
virtual const MeshIOBase* itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::GetMeshIO ( ) const
virtual

Set/Get the MeshIO helper class. Often this is created via the object factory mechanism that determines whether a particular MeshIO can read a certain file. This method provides a way to get the MeshIO instance that is created. Or you can directly specify the MeshIO to use to read a particular file in case the factory mechanism will not work properly (e.g., unknown or unusual extension).

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
virtual MeshIOBase* itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::GetModifiableMeshIO ( )
virtual

Set/Get the MeshIO helper class. Often this is created via the object factory mechanism that determines whether a particular MeshIO can read a certain file. This method provides a way to get the MeshIO instance that is created. Or you can directly specify the MeshIO to use to read a particular file in case the factory mechanism will not work properly (e.g., unknown or unusual extension).

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
virtual const char* itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::MeshSource< TOutputMesh >.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
static Pointer itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::New ( )
static

Method for creation through the object factory.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
void itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotectedvirtual

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::MeshSource< TOutputMesh >.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
void itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::ReadCellData ( )
template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
template<typename T >
void itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::ReadCells ( T *  buffer)
template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
void itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::ReadPointData ( )
template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
template<typename T >
void itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::ReadPoints ( T *  buffer)
template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
virtual void itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::SetFileName ( const char *  _arg)
virtual

Specify the file to read. This is forwarded to the IO instance.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
void itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::SetMeshIO ( MeshIOBase meshIO)

Set/Get the MeshIO helper class. Often this is created via the object factory mechanism that determines whether a particular MeshIO can read a certain file. This method provides a way to get the MeshIO instance that is created. Or you can directly specify the MeshIO to use to read a particular file in case the factory mechanism will not work properly (e.g., unknown or unusual extension).

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
void itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::TestFileExistanceAndReadability ( )
protected

Test whether the given filename exist and it is readable, this is intended to be called before attempting to use MeshIO classes for actually reading the file. If the file doesn't exist or it is not readable, and exception with an approriate message will be thrown.

Member Data Documentation

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
std::string itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::m_ExceptionMessage
private

Definition at line 173 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
std::string itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::m_FileName
protected

Definition at line 170 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
MeshIOBase::Pointer itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::m_MeshIO
protected

Definition at line 167 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
bool itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::m_UserSpecifiedMeshIO
protected

Definition at line 168 of file itkMeshFileReader.h.

template<typename TOutputMesh , typename ConvertPointPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::PixelType >, class ConvertCellPixelTraits = MeshConvertPixelTraits< typename TOutputMesh::CellPixelType >>
const unsigned int itk::MeshFileReader< TOutputMesh, ConvertPointPixelTraits, ConvertCellPixelTraits >::OutputPointDimension = OutputMeshType::PointDimension
static

Define output point dimension

Definition at line 114 of file itkMeshFileReader.h.


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