ITK
5.0.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.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectPointer = DataObject::Pointer |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageType = TOutputImage |
using | ParametersType = Array< ParametersValueType > |
using | ParametersValueType = double |
using | Pointer = SmartPointer< Self > |
using | Self = ParametricImageSource |
using | Superclass = GenerateImageSource< TOutputImage > |
Public Types inherited from itk::GenerateImageSource< TOutputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | DirectionType = typename OutputImageType::DirectionType |
using | IndexType = typename OutputImageType::IndexType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageType = TOutputImage |
using | PixelType = typename OutputImageType::PixelType |
using | Pointer = SmartPointer< Self > |
using | PointType = typename OutputImageType::PointType |
using | ReferenceImageBaseType = ImageBase< TOutputImage::ImageDimension > |
using | RegionType = typename OutputImageType::RegionType |
using | Self = GenerateImageSource |
using | SizeType = typename TOutputImage::SizeType |
using | SizeValueType = typename TOutputImage::SizeValueType |
using | SpacingType = typename OutputImageType::SpacingType |
using | Superclass = ImageSource< TOutputImage > |
Public Types inherited from itk::ImageSource< TOutputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = Superclass::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArraySizeType = Superclass::DataObjectPointerArraySizeType |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TOutputImage |
using | Pointer = SmartPointer< Self > |
using | Self = ImageSource |
using | Superclass = ProcessObject |
Public Types inherited from itk::ProcessObject | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArray = std::vector< DataObjectPointer > |
using | DataObjectPointerArraySizeType = DataObjectPointerArray::size_type |
using | MultiThreaderType = MultiThreaderBase |
using | NameArray = std::vector< DataObjectIdentifierType > |
using | Pointer = SmartPointer< Self > |
using | Self = ProcessObject |
using | Superclass = Object |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Static Public Attributes | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::GenerateImageSource< TOutputImage > | |
static constexpr unsigned int | NDimensions = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
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_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ImageSource< TOutputImage > | |
bool | m_DynamicMultiThreading |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
using itk::ParametricImageSource< TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 54 of file itkParametricImageSource.h.
using itk::ParametricImageSource< TOutputImage >::DataObjectPointer = DataObject::Pointer |
Smart Pointer type to a DataObject.
Definition at line 57 of file itkParametricImageSource.h.
using itk::ParametricImageSource< TOutputImage >::OutputImagePixelType = typename OutputImageType::PixelType |
Definition at line 62 of file itkParametricImageSource.h.
using itk::ParametricImageSource< TOutputImage >::OutputImagePointer = typename OutputImageType::Pointer |
Definition at line 61 of file itkParametricImageSource.h.
using itk::ParametricImageSource< TOutputImage >::OutputImageType = TOutputImage |
Some convenient type alias.
Definition at line 60 of file itkParametricImageSource.h.
using itk::ParametricImageSource< TOutputImage >::ParametersType = Array< ParametersValueType > |
Definition at line 65 of file itkParametricImageSource.h.
using itk::ParametricImageSource< TOutputImage >::ParametersValueType = double |
Definition at line 64 of file itkParametricImageSource.h.
using itk::ParametricImageSource< TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 53 of file itkParametricImageSource.h.
using itk::ParametricImageSource< TOutputImage >::Self = ParametricImageSource |
Standard class type aliases.
Definition at line 51 of file itkParametricImageSource.h.
using itk::ParametricImageSource< TOutputImage >::Superclass = GenerateImageSource<TOutputImage> |
Definition at line 52 of file itkParametricImageSource.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
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 >.
|
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 >.
|
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.