RTK
2.6.0
Reconstruction Toolkit
|
#include <rtkGeometricPhantomFileReader.h>
Public Types | |
using | ConstPointer = itk::SmartPointer< const Self > |
using | GeometricPhantomPointer = GeometricPhantom::Pointer |
using | Pointer = itk::SmartPointer< Self > |
using | Self = GeometricPhantomFileReader |
using | Superclass = itk::Object |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
virtual void | GenerateOutputInformation () |
virtual const char * | GetNameOfClass () const |
virtual GeometricPhantom * | GetModifiableGeometricPhantom () |
virtual const GeometricPhantom * | GetGeometricPhantom () const |
virtual void | SetGeometricPhantom (GeometricPhantom *_arg) |
virtual const char * | GetFilename () const |
virtual void | SetFilename (const char *_arg) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
GeometricPhantomFileReader ()=default | |
~GeometricPhantomFileReader () override=default | |
Private Attributes | |
std::string | m_Filename |
GeometricPhantomPointer | m_GeometricPhantom |
Reads configuration file in a user-defined file format.
Definition at line 39 of file rtkGeometricPhantomFileReader.h.
using rtk::GeometricPhantomFileReader::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 48 of file rtkGeometricPhantomFileReader.h.
Convenient type alias.
Definition at line 51 of file rtkGeometricPhantomFileReader.h.
Definition at line 47 of file rtkGeometricPhantomFileReader.h.
Standard class type alias.
Definition at line 45 of file rtkGeometricPhantomFileReader.h.
Definition at line 46 of file rtkGeometricPhantomFileReader.h.
|
protecteddefault |
Constructor.
|
overrideprotecteddefault |
Destructor.
|
virtual |
Reimplemented from itk::Object.
|
virtual |
do the actual parsing of the input file
|
virtual |
Get/Set the filename to read.
|
virtual |
Get / Set the object pointer to geometric phantom.
|
virtual |
Get / Set the object pointer to geometric phantom.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::LightProcessObject.
|
static |
Method for creation through the object factory.
|
virtual |
Get/Set the filename to read.
|
virtual |
Get / Set the object pointer to geometric phantom.
|
private |
Definition at line 87 of file rtkGeometricPhantomFileReader.h.
|
private |
Definition at line 86 of file rtkGeometricPhantomFileReader.h.