ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkLandmarksReader.h>
Class that reads a file containing spatial object landmarks.
A LandmarkSpatialObject is produced as output.
Definition at line 37 of file itkLandmarksReader.h.
Static Public Member Functions | |
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 | Dimension = NDimension |
Private Types | |
typedef SceneType::ObjectListType | ObjectListType |
typedef SpatialObjectReaderType::SceneType | SceneType |
typedef SpatialObjectReaderType::Pointer | SpatialObjectReaderPointer |
typedef SpatialObjectReader < NDimension, unsigned short > | SpatialObjectReaderType |
Private Member Functions | |
LandmarksReader (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
std::string | m_FileName |
SpatialObjectReaderPointer | m_SpatialObjectReader |
Additional Inherited Members | |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
typedef SmartPointer<const Self> itk::LandmarksReader< NDimension >::ConstPointer |
Definition at line 44 of file itkLandmarksReader.h.
|
private |
Definition at line 84 of file itkLandmarksReader.h.
typedef SmartPointer<Self> itk::LandmarksReader< NDimension >::Pointer |
Definition at line 43 of file itkLandmarksReader.h.
|
private |
Definition at line 83 of file itkLandmarksReader.h.
typedef LandmarksReader itk::LandmarksReader< NDimension >::Self |
Standard class typedefs.
Definition at line 41 of file itkLandmarksReader.h.
typedef SpatialObjectType::Pointer itk::LandmarksReader< NDimension >::SpatialObjectPointer |
Definition at line 58 of file itkLandmarksReader.h.
|
private |
Definition at line 82 of file itkLandmarksReader.h.
|
private |
Definition at line 81 of file itkLandmarksReader.h.
typedef LandmarkSpatialObject< NDimension > itk::LandmarksReader< NDimension >::SpatialObjectType |
Type of spatialObject that will be passed as input and output of this segmentation method.
Definition at line 57 of file itkLandmarksReader.h.
typedef ProcessObject itk::LandmarksReader< NDimension >::Superclass |
Definition at line 42 of file itkLandmarksReader.h.
|
protected |
|
protectedvirtual |
|
private |
|
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::Object.
|
protectedvirtual |
This method causes the filter to generate its output.
Reimplemented from itk::ProcessObject.
|
virtual |
Set / Get the input filename
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ProcessObject.
const SpatialObjectType* itk::LandmarksReader< NDimension >::GetOutput | ( | ) | const |
Output data that carries the feature in the form of a SpatialObject.
|
static |
Method for creation through the object factory.
|
private |
|
protectedvirtual |
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::ProcessObject.
|
virtual |
Set / Get the input filename
|
static |
Dimension of the space
Definition at line 53 of file itkLandmarksReader.h.
|
private |
Definition at line 86 of file itkLandmarksReader.h.
|
private |
Definition at line 87 of file itkLandmarksReader.h.