![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkMeshFileReaderBase.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DataObjectPointer | DatabObjectPointer |
typedef Superclass::OutputMeshPointer | OutputMeshPointer |
typedef Superclass::OutputMeshType | OutputMeshType |
typedef SmartPointer< Self > | Pointer |
typedef MeshFileReaderBase | Self |
typedef MeshSource< TOutputMesh > | Superclass |
Public Member Functions | |
virtual void | EnlargeOutputRequestedRegion (DataObject *output) |
virtual void | GenerateOutputInformation (void) |
virtual const char * | GetClassName () const |
virtual const char * | GetFileName () const |
virtual void | SetFileName (const char *_arg) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
MeshFileReaderBase () | |
virtual void | TestFileExistanceAndReadability () |
virtual | ~MeshFileReaderBase () |
Protected Attributes | |
std::string | m_FileName |
Private Member Functions | |
MeshFileReaderBase (const Self &) | |
void | operator= (const Self &) |
Base class for mesh readers.
A base class for classes that read a file containing a mesh or a pointset.
Definition at line 58 of file itkMeshFileReaderBase.h.
typedef SmartPointer<const Self> itk::MeshFileReaderBase< TOutputMesh >::ConstPointer |
Definition at line 65 of file itkMeshFileReaderBase.h.
typedef Superclass::DataObjectPointer itk::MeshFileReaderBase< TOutputMesh >::DatabObjectPointer |
Some convenient typedefs.
Definition at line 71 of file itkMeshFileReaderBase.h.
typedef Superclass::OutputMeshPointer itk::MeshFileReaderBase< TOutputMesh >::OutputMeshPointer |
Definition at line 76 of file itkMeshFileReaderBase.h.
typedef Superclass::OutputMeshType itk::MeshFileReaderBase< TOutputMesh >::OutputMeshType |
Definition at line 75 of file itkMeshFileReaderBase.h.
typedef SmartPointer<Self> itk::MeshFileReaderBase< TOutputMesh >::Pointer |
Definition at line 64 of file itkMeshFileReaderBase.h.
typedef MeshFileReaderBase itk::MeshFileReaderBase< TOutputMesh >::Self |
Standard class typedefs.
Definition at line 62 of file itkMeshFileReaderBase.h.
typedef MeshSource<TOutputMesh> itk::MeshFileReaderBase< TOutputMesh >::Superclass |
Definition at line 63 of file itkMeshFileReaderBase.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 94 of file itkMeshFileReaderBase.h.
|
private |
|
virtual |
Give the reader a chance to indicate that it will produce more output than it was requested to produce. MeshFileReader cannot currently read a portion of a mesh, so the MeshFileReader must enlarge the RequestedRegion to the size of the mesh on disk.
|
virtual |
Prepare the allocation of the output mesh during the first back propagation of the pipeline.
Reimplemented in itk::TransformixInputPointFileReader< TOutputMesh >.
|
virtual |
Run-time type information (and related methods).
Reimplemented in itk::TransformixInputPointFileReader< TOutputMesh >.
|
virtual |
Set/Get the filename
|
static |
Method for creation through the object factory.
|
private |
|
virtual |
|
protectedvirtual |
Test whether the given filename exist and it is readable, this is intended to be called before attempting to use subclasses 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.
|
protected |
Definition at line 103 of file itkMeshFileReaderBase.h.
Generated on 05-12-2013 for elastix by ![]() |
![]() |