Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkMeshFileReaderBase.h>
Base class for mesh readers.
A base class for classes that read a file containing a mesh or a pointset.
Definition at line 37 of file 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 | |
void | EnlargeOutputRequestedRegion (DataObject *output) override |
void | GenerateOutputInformation (void) override |
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 (void) |
~MeshFileReaderBase () override | |
Protected Attributes | |
std::string | m_FileName |
Private Member Functions | |
MeshFileReaderBase (const Self &) | |
void | operator= (const Self &) |
typedef SmartPointer< const Self > itk::MeshFileReaderBase< TOutputMesh >::ConstPointer |
Definition at line 45 of file itkMeshFileReaderBase.h.
typedef Superclass::DataObjectPointer itk::MeshFileReaderBase< TOutputMesh >::DatabObjectPointer |
Some convenient typedefs.
Definition at line 54 of file itkMeshFileReaderBase.h.
typedef Superclass::OutputMeshPointer itk::MeshFileReaderBase< TOutputMesh >::OutputMeshPointer |
Definition at line 56 of file itkMeshFileReaderBase.h.
typedef Superclass::OutputMeshType itk::MeshFileReaderBase< TOutputMesh >::OutputMeshType |
Definition at line 55 of file itkMeshFileReaderBase.h.
typedef SmartPointer< Self > itk::MeshFileReaderBase< TOutputMesh >::Pointer |
Definition at line 44 of file itkMeshFileReaderBase.h.
typedef MeshFileReaderBase itk::MeshFileReaderBase< TOutputMesh >::Self |
Standard class typedefs.
Definition at line 42 of file itkMeshFileReaderBase.h.
typedef MeshSource< TOutputMesh > itk::MeshFileReaderBase< TOutputMesh >::Superclass |
Definition at line 43 of file itkMeshFileReaderBase.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 77 of file itkMeshFileReaderBase.h.
|
private |
|
override |
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.
|
override |
Prepare the allocation of the output mesh during the first back propagation of the pipeline.
|
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 appropriate message will be thrown.
|
protected |
Definition at line 87 of file itkMeshFileReaderBase.h.
Generated on 1667476801 for elastix by 1.9.4 |