#include <itkSpatialObjectReader.h>
Inheritance diagram for itk::SpatialObjectReader< NDimensions, PixelType >:
[NOHEADER] | |
typedef Object | Superclass |
virtual const char * | GetClassName () const |
Public Types | |
typedef SpatialObjectReader | Self |
typedef SmartPointer< Self > | Pointer |
typedef SpatialObject< NDimensions > | SpatialObjectType |
typedef SpatialObjectType::Pointer | SpatialObjectPointer |
typedef GroupSpatialObject< NDimensions > | GroupType |
typedef GroupType::Pointer | GroupPointer |
typedef SceneSpatialObject< NDimensions > | SceneType |
typedef SceneType::Pointer | ScenePointer |
Public Member Functions | |
void | Update (void) |
virtual void | SetFullFileName (const char *_arg) |
virtual void | SetFileName (const char *_arg) |
virtual const char * | GetFullFileName () const |
virtual const char * | GetFileName () const |
ScenePointer | GetScene (void) |
GroupPointer | GetGroup (void) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
SpatialObjectReader () | |
virtual | ~SpatialObjectReader () |
Protected Attributes | |
std::string | m_FullFileName |
std::string | m_FileName |
|
Definition at line 42 of file itkSpatialObjectReader.h. |
|
Definition at line 41 of file itkSpatialObjectReader.h. |
|
Reimplemented from itk::Object. Definition at line 36 of file itkSpatialObjectReader.h. |
|
Definition at line 45 of file itkSpatialObjectReader.h. |
|
Definition at line 44 of file itkSpatialObjectReader.h. |
|
SmartPointer typedef support Reimplemented from itk::Object. Definition at line 35 of file itkSpatialObjectReader.h. |
|
Definition at line 39 of file itkSpatialObjectReader.h. |
|
Definition at line 38 of file itkSpatialObjectReader.h. |
|
Run-time type information (and related methods). Reimplemented from itk::Object. Definition at line 51 of file itkSpatialObjectReader.h. |
|
|
|
|
|
Run-time type information (and related methods). Reimplemented from itk::Object.
|
|
Get the filename |
|
Get the filename |
|
Get the output Definition at line 70 of file itkSpatialObjectReader.h. References itk::SpatialObjectReader< NDimensions, PixelType >::m_FileName, and itk::SpatialObjectReader< NDimensions, PixelType >::m_FullFileName. |
|
Get the output Definition at line 69 of file itkSpatialObjectReader.h. |
|
Method for creation through the object factory Reimplemented from itk::Object.
|
|
Set the filename |
|
Set the filename |
|
Load a scene file. |
|
Definition at line 75 of file itkSpatialObjectReader.h. Referenced by itk::SpatialObjectReader< NDimensions, PixelType >::GetGroup(). |
|
Definition at line 74 of file itkSpatialObjectReader.h. Referenced by itk::SpatialObjectReader< NDimensions, PixelType >::GetGroup(). |