ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkParametricImageSource.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef DataObject::Pointer | DataObjectPointer |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef TOutputImage | OutputImageType |
typedef Array < ParametersValueType > | ParametersType |
typedef double | ParametersValueType |
typedef SmartPointer< Self > | Pointer |
typedef ParametricImageSource | Self |
typedef GenerateImageSource < TOutputImage > | Superclass |
Public Types inherited from itk::GenerateImageSource< TOutputImage > | |
typedef OutputImageType::DirectionType | DirectionType |
typedef OutputImageType::PixelType | PixelType |
typedef OutputImageType::PointType | PointType |
typedef OutputImageType::RegionType | RegionType |
typedef TOutputImage::SizeType | SizeType |
typedef TOutputImage::SizeValueType | SizeValueType |
typedef OutputImageType::SpacingType | SpacingType |
Public Types inherited from itk::ImageSource< TOutputImage > | |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputImageType::RegionType | OutputImageRegionType |
Public Types inherited from itk::ProcessObject | |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef std::vector < DataObjectIdentifierType > | NameArray |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Static Public Attributes | |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::GenerateImageSource< TOutputImage > | |
static const unsigned int | NDimensions = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > |
Private Member Functions | |
void | operator= (const Self &) |
ParametricImageSource (const Self &) |
Base class for all parametric image sources.
This abstract class specifies an interface than enables parameters to be set through a vector of values using the SetParameters() method. This interface makes it easier to include parameterized image sources within ITK's optimization/registration framework.
Concrete subclasses must impelement the methods SetParameters(), GetParameters() and GetNumberOfParameters().
Definition at line 44 of file itkParametricImageSource.h.
typedef SmartPointer<const Self> itk::ParametricImageSource< TOutputImage >::ConstPointer |
Reimplemented from itk::GenerateImageSource< TOutputImage >.
Reimplemented in itk::GaussianImageSource< TOutputImage >.
Definition at line 52 of file itkParametricImageSource.h.
typedef DataObject::Pointer itk::ParametricImageSource< TOutputImage >::DataObjectPointer |
Smart Pointer type to a DataObject.
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 55 of file itkParametricImageSource.h.
typedef OutputImageType::PixelType itk::ParametricImageSource< TOutputImage >::OutputImagePixelType |
Reimplemented from itk::ImageSource< TOutputImage >.
Reimplemented in itk::GaussianImageSource< TOutputImage >.
Definition at line 60 of file itkParametricImageSource.h.
typedef OutputImageType::Pointer itk::ParametricImageSource< TOutputImage >::OutputImagePointer |
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 59 of file itkParametricImageSource.h.
typedef TOutputImage itk::ParametricImageSource< TOutputImage >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::GenerateImageSource< TOutputImage >.
Reimplemented in itk::GaussianImageSource< TOutputImage >.
Definition at line 58 of file itkParametricImageSource.h.
typedef Array< ParametersValueType > itk::ParametricImageSource< TOutputImage >::ParametersType |
Reimplemented in itk::GaussianImageSource< TOutputImage >.
Definition at line 63 of file itkParametricImageSource.h.
typedef double itk::ParametricImageSource< TOutputImage >::ParametersValueType |
Reimplemented in itk::GaussianImageSource< TOutputImage >.
Definition at line 62 of file itkParametricImageSource.h.
typedef SmartPointer<Self> itk::ParametricImageSource< TOutputImage >::Pointer |
Reimplemented from itk::GenerateImageSource< TOutputImage >.
Reimplemented in itk::GaussianImageSource< TOutputImage >.
Definition at line 51 of file itkParametricImageSource.h.
typedef ParametricImageSource itk::ParametricImageSource< TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::GenerateImageSource< TOutputImage >.
Reimplemented in itk::GaussianImageSource< TOutputImage >.
Definition at line 49 of file itkParametricImageSource.h.
typedef GenerateImageSource<TOutputImage> itk::ParametricImageSource< TOutputImage >::Superclass |
Reimplemented from itk::GenerateImageSource< TOutputImage >.
Reimplemented in itk::GaussianImageSource< TOutputImage >.
Definition at line 50 of file itkParametricImageSource.h.
|
inlineprotected |
Definition at line 87 of file itkParametricImageSource.h.
|
inlineprotectedvirtual |
Definition at line 88 of file itkParametricImageSource.h.
|
private |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::GenerateImageSource< TOutputImage >.
Reimplemented in itk::GaussianImageSource< TOutputImage >.
|
pure virtual |
Get the number of parameters.
Implemented in itk::GaussianImageSource< TOutputImage >.
|
pure virtual |
Get the parameters for this source.
Implemented in itk::GaussianImageSource< TOutputImage >.
|
private |
Reimplemented from itk::ImageSource< TOutputImage >.
|
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::GenerateImageSource< TOutputImage >.
Reimplemented in itk::GaussianImageSource< TOutputImage >.
|
pure virtual |
Set the parameters for this source. Setting the parameters does not mark the image source as modified; subclasses should override this method to forward parameters through setters that call Modified().
|
static |
ImageDimension constant
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 68 of file itkParametricImageSource.h.