ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetDenseImage.h>
Base class for the "dense" representation of a level-set function on one image.
This representation is a "dense" level-set function, i.e. it defines a level-set function on a grid (more precesily the underlying structure is an Image).
TImage | Input image type of the level set function |
Definition at line 41 of file itkLevelSetDenseImage.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::GradientType | GradientType |
typedef Superclass::HessianType | HessianType |
typedef ImageType::Pointer | ImagePointer |
typedef TImage | ImageType |
typedef ImageType::IndexType | IndexType |
typedef Superclass::InputType | InputType |
typedef Superclass::LevelSetDataType | LevelSetDataType |
typedef Superclass::OutputRealType | OutputRealType |
typedef Superclass::OutputType | OutputType |
typedef ImageType::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef ImageType::RegionType | RegionType |
typedef LevelSetDenseImage | Self |
typedef DiscreteLevelSetImage < PixelType, ImageType::ImageDimension > | Superclass |
Public Types inherited from itk::DiscreteLevelSetImage< TImage::PixelType, TImage::ImageDimension > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::GradientType | GradientType |
typedef Superclass::HessianType | HessianType |
typedef Index< VDimension > | IndexType |
typedef Superclass::InputType | InputType |
typedef Superclass::LevelSetDataType | LevelSetDataType |
typedef Superclass::OutputRealType | OutputRealType |
typedef Superclass::OutputType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef DiscreteLevelSetImage | Self |
typedef LevelSetImage < IndexType, VDimension, TImage::PixelType > | Superclass |
Public Types inherited from itk::LevelSetImage< Index< VDimension >, VDimension, TImage::PixelType > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::GradientType | GradientType |
typedef Superclass::HessianType | HessianType |
typedef ImageBase< VDimension > | ImageBaseType |
typedef Superclass::InputType | InputType |
typedef Superclass::LevelSetDataType | LevelSetDataType |
typedef Superclass::OutputRealType | OutputRealType |
typedef Superclass::OutputType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef LevelSetImage | Self |
typedef LevelSetBase< Index < VDimension >, VDimension, TImage::PixelType, ImageBaseType > | Superclass |
Public Types inherited from itk::LevelSetBase< Index< VDimension >, VDimension, TImage::PixelType, ImageBase< VDimension > > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef ImageBase< VDimension > | DomainType |
typedef CovariantVector < OutputRealType, VDimension > | GradientType |
typedef Matrix< OutputRealType, VDimension, VDimension > | HessianType |
typedef Index< VDimension > | InputType |
typedef NumericTraits < OutputType >::RealType | OutputRealType |
typedef TImage::PixelType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef IdentifierType | RegionType |
typedef LevelSetBase | Self |
typedef DataObject | Superclass |
Public Types inherited from itk::DataObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef std::string | DataObjectIdentifierType |
typedef std::vector< Pointer > ::size_type | DataObjectPointerArraySizeType |
typedef SmartPointer< Self > | Pointer |
typedef DataObject | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | Dimension = Superclass::Dimension |
Static Public Attributes inherited from itk::DiscreteLevelSetImage< TImage::PixelType, TImage::ImageDimension > | |
static const unsigned int | Dimension |
Static Public Attributes inherited from itk::LevelSetImage< Index< VDimension >, VDimension, TImage::PixelType > | |
static const unsigned int | Dimension |
Static Public Attributes inherited from itk::LevelSetBase< Index< VDimension >, VDimension, TImage::PixelType, ImageBase< VDimension > > | |
static const unsigned int | Dimension |
Protected Member Functions | |
virtual void | CopyInformation (const DataObject *data) |
virtual void | Graft (const DataObject *data) |
virtual void | Initialize () |
virtual bool | IsInsideDomain (const InputType &iP) const |
LevelSetDenseImage () | |
virtual | ~LevelSetDenseImage () |
Protected Member Functions inherited from itk::DiscreteLevelSetImage< TImage::PixelType, TImage::ImageDimension > | |
DiscreteLevelSetImage () | |
virtual | ~DiscreteLevelSetImage () |
Protected Member Functions inherited from itk::LevelSetImage< Index< VDimension >, VDimension, TImage::PixelType > | |
virtual bool | IsInsideDomain (const InputType &iP) const =0 |
LevelSetImage () | |
virtual | ~LevelSetImage () |
Protected Member Functions inherited from itk::LevelSetBase< Index< VDimension >, VDimension, TImage::PixelType, ImageBase< VDimension > > | |
LevelSetBase () | |
virtual | ~LevelSetBase () |
Protected Attributes | |
ImagePointer | m_Image |
Private Member Functions | |
LevelSetDenseImage (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Protected Types inherited from itk::LevelSetImage< Index< VDimension >, VDimension, TImage::PixelType > | |
typedef GradientType | ScalingType |
typedef SmartPointer< const Self > itk::LevelSetDenseImage< TImage >::ConstPointer |
Definition at line 54 of file itkLevelSetDenseImage.h.
typedef Superclass::GradientType itk::LevelSetDenseImage< TImage >::GradientType |
Definition at line 68 of file itkLevelSetDenseImage.h.
typedef Superclass::HessianType itk::LevelSetDenseImage< TImage >::HessianType |
Definition at line 69 of file itkLevelSetDenseImage.h.
typedef ImageType::Pointer itk::LevelSetDenseImage< TImage >::ImagePointer |
Definition at line 46 of file itkLevelSetDenseImage.h.
typedef TImage itk::LevelSetDenseImage< TImage >::ImageType |
Definition at line 45 of file itkLevelSetDenseImage.h.
typedef ImageType::IndexType itk::LevelSetDenseImage< TImage >::IndexType |
Definition at line 47 of file itkLevelSetDenseImage.h.
typedef Superclass::InputType itk::LevelSetDenseImage< TImage >::InputType |
Definition at line 65 of file itkLevelSetDenseImage.h.
typedef Superclass::LevelSetDataType itk::LevelSetDenseImage< TImage >::LevelSetDataType |
Definition at line 70 of file itkLevelSetDenseImage.h.
typedef Superclass::OutputRealType itk::LevelSetDenseImage< TImage >::OutputRealType |
Definition at line 67 of file itkLevelSetDenseImage.h.
typedef Superclass::OutputType itk::LevelSetDenseImage< TImage >::OutputType |
Definition at line 66 of file itkLevelSetDenseImage.h.
typedef ImageType::PixelType itk::LevelSetDenseImage< TImage >::PixelType |
Definition at line 48 of file itkLevelSetDenseImage.h.
typedef SmartPointer< Self > itk::LevelSetDenseImage< TImage >::Pointer |
Definition at line 53 of file itkLevelSetDenseImage.h.
typedef ImageType::RegionType itk::LevelSetDenseImage< TImage >::RegionType |
Definition at line 49 of file itkLevelSetDenseImage.h.
typedef LevelSetDenseImage itk::LevelSetDenseImage< TImage >::Self |
Definition at line 52 of file itkLevelSetDenseImage.h.
typedef DiscreteLevelSetImage< PixelType, ImageType::ImageDimension > itk::LevelSetDenseImage< TImage >::Superclass |
Definition at line 55 of file itkLevelSetDenseImage.h.
|
protected |
|
protectedvirtual |
|
private |
|
protectedvirtual |
Copy level set information from data object
Reimplemented from itk::DiscreteLevelSetImage< TImage::PixelType, TImage::ImageDimension >.
|
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.
|
virtual |
Returns the value of the level set function at a given location iP
Implements itk::DiscreteLevelSetImage< TImage::PixelType, TImage::ImageDimension >.
|
virtual |
Returns the value of the level set function at a given location iP
Reimplemented from itk::DiscreteLevelSetImage< TImage::PixelType, TImage::ImageDimension >.
|
virtual |
|
virtual |
|
virtual |
Run-time type information
Reimplemented from itk::DiscreteLevelSetImage< TImage::PixelType, TImage::ImageDimension >.
|
protectedvirtual |
Graft data object as level set object
Reimplemented from itk::DiscreteLevelSetImage< TImage::PixelType, TImage::ImageDimension >.
|
protectedvirtual |
Initial the level set pointer
Reimplemented from itk::DiscreteLevelSetImage< TImage::PixelType, TImage::ImageDimension >.
|
protectedvirtual |
|
static |
Method for creation through object factory
|
private |
|
virtual |
|
static |
Definition at line 63 of file itkLevelSetDenseImage.h.
|
protected |
Definition at line 85 of file itkLevelSetDenseImage.h.