ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkParametricImageSource.h>
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.
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 > | |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Member Functions | |
void | operator= (const Self &) |
ParametricImageSource (const Self &) | |
Additional Inherited Members | |
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 Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
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::ParametricImageSource< TOutputImage >::ConstPointer |
Definition at line 52 of file itkParametricImageSource.h.
typedef DataObject::Pointer itk::ParametricImageSource< TOutputImage >::DataObjectPointer |
Smart Pointer type to a DataObject.
Definition at line 55 of file itkParametricImageSource.h.
typedef OutputImageType::PixelType itk::ParametricImageSource< TOutputImage >::OutputImagePixelType |
Definition at line 60 of file itkParametricImageSource.h.
typedef OutputImageType::Pointer itk::ParametricImageSource< TOutputImage >::OutputImagePointer |
Definition at line 59 of file itkParametricImageSource.h.
typedef TOutputImage itk::ParametricImageSource< TOutputImage >::OutputImageType |
Some convenient typedefs.
Definition at line 58 of file itkParametricImageSource.h.
typedef Array< ParametersValueType > itk::ParametricImageSource< TOutputImage >::ParametersType |
Definition at line 63 of file itkParametricImageSource.h.
typedef double itk::ParametricImageSource< TOutputImage >::ParametersValueType |
Definition at line 62 of file itkParametricImageSource.h.
typedef SmartPointer<Self> itk::ParametricImageSource< TOutputImage >::Pointer |
Definition at line 51 of file itkParametricImageSource.h.
typedef ParametricImageSource itk::ParametricImageSource< TOutputImage >::Self |
Standard class typedefs.
Definition at line 49 of file itkParametricImageSource.h.
typedef GenerateImageSource<TOutputImage> itk::ParametricImageSource< TOutputImage >::Superclass |
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 |
|
overrideprotectedvirtual |
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
Definition at line 68 of file itkParametricImageSource.h.