ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkIsotropicResampler.h>
Resamples the image to an isotropic resolution.
This class resamples an image using BSplineInterpolator and produces an isotropic image.
SpatialObjects are used as inputs and outputs of this class.
Definition at line 38 of file itkIsotropicResampler.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 ImageSpatialObject < NDimension, OutputPixelType > | OutputImageSpatialObjectType |
typedef Image< OutputPixelType, Dimension > | OutputImageType |
typedef signed short | OutputPixelType |
Private Member Functions | |
IsotropicResampler (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
double | m_OutputSpacing |
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::IsotropicResampler< NDimension >::ConstPointer |
Definition at line 45 of file itkIsotropicResampler.h.
typedef InputImageSpatialObjectType::Pointer itk::IsotropicResampler< NDimension >::InputImageSpatialObjectPointer |
Definition at line 61 of file itkIsotropicResampler.h.
typedef ImageSpatialObject< NDimension, InputPixelType > itk::IsotropicResampler< NDimension >::InputImageSpatialObjectType |
Definition at line 60 of file itkIsotropicResampler.h.
typedef Image< InputPixelType, Dimension > itk::IsotropicResampler< NDimension >::InputImageType |
Definition at line 59 of file itkIsotropicResampler.h.
typedef signed short itk::IsotropicResampler< NDimension >::InputPixelType |
Type of spatialObject that will be passed as input to this feature generator.
Definition at line 58 of file itkIsotropicResampler.h.
|
private |
Definition at line 94 of file itkIsotropicResampler.h.
|
private |
Definition at line 92 of file itkIsotropicResampler.h.
|
private |
Definition at line 91 of file itkIsotropicResampler.h.
typedef SmartPointer<Self> itk::IsotropicResampler< NDimension >::Pointer |
Definition at line 44 of file itkIsotropicResampler.h.
typedef IsotropicResampler itk::IsotropicResampler< NDimension >::Self |
Standard class typedefs.
Definition at line 42 of file itkIsotropicResampler.h.
typedef SpatialObjectType::Pointer itk::IsotropicResampler< NDimension >::SpatialObjectPointer |
Definition at line 63 of file itkIsotropicResampler.h.
typedef SpatialObject< NDimension > itk::IsotropicResampler< NDimension >::SpatialObjectType |
Definition at line 62 of file itkIsotropicResampler.h.
typedef ProcessObject itk::IsotropicResampler< NDimension >::Superclass |
Definition at line 43 of file itkIsotropicResampler.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 |
Method invoked by the pipeline in order to trigger the computation of the segmentation.
Reimplemented from itk::ProcessObject.
const SpatialObjectType* itk::IsotropicResampler< NDimension >::GetInput | ( | ) | const |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ProcessObject.
const SpatialObjectType* itk::IsotropicResampler< NDimension >::GetOutput | ( | ) | const |
Output data that carries the feature in the form of a SpatialObject.
|
virtual |
|
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.
void itk::IsotropicResampler< NDimension >::SetInput | ( | const SpatialObjectType * | input | ) |
|
virtual |
|
static |
Dimension of the space
Definition at line 54 of file itkIsotropicResampler.h.
|
private |
Definition at line 96 of file itkIsotropicResampler.h.