ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkDiscreteLevelSetImage.h>
Abstract class for a level-set function on one Image.
TOutput | OutputType of the level-set function value |
VDimension | Dimension of the underlying Image. |
Definition at line 36 of file itkDiscreteLevelSetImage.h.
Public Types | |
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, TOutput > | Superclass |
Public Types inherited from itk::LevelSetImage< Index< VDimension >, VDimension, TOutput > | |
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, TOutput, ImageBaseType > | Superclass |
Public Types inherited from itk::LevelSetBase< Index< VDimension >, VDimension, TOutput, 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 TOutput | 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 Attributes | |
static const unsigned int | Dimension = Superclass::Dimension |
Static Public Attributes inherited from itk::LevelSetImage< Index< VDimension >, VDimension, TOutput > | |
static const unsigned int | Dimension |
Static Public Attributes inherited from itk::LevelSetBase< Index< VDimension >, VDimension, TOutput, ImageBase< VDimension > > | |
static const unsigned int | Dimension |
Protected Member Functions | |
virtual void | CopyInformation (const DataObject *data) |
DiscreteLevelSetImage () | |
virtual void | Graft (const DataObject *data) |
virtual void | Initialize () |
virtual | ~DiscreteLevelSetImage () |
Protected Member Functions inherited from itk::LevelSetImage< Index< VDimension >, VDimension, TOutput > | |
virtual bool | IsInsideDomain (const InputType &iP) const =0 |
LevelSetImage () | |
virtual | ~LevelSetImage () |
Protected Member Functions inherited from itk::LevelSetBase< Index< VDimension >, VDimension, TOutput, ImageBase< VDimension > > | |
LevelSetBase () | |
virtual | ~LevelSetBase () |
Private Member Functions | |
DiscreteLevelSetImage (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Static Public Member Functions inherited from itk::DataObject | |
static bool | GetGlobalReleaseDataFlag () |
static void | GlobalReleaseDataFlagOff () |
static void | GlobalReleaseDataFlagOn () |
static void | SetGlobalReleaseDataFlag (bool val) |
Protected Types inherited from itk::LevelSetImage< Index< VDimension >, VDimension, TOutput > | |
typedef GradientType | ScalingType |
Protected Attributes inherited from itk::LevelSetImage< Index< VDimension >, VDimension, TOutput > | |
ScalingType | m_NeighborhoodScales |
typedef SmartPointer< const Self > itk::DiscreteLevelSetImage< TOutput, VDimension >::ConstPointer |
Definition at line 44 of file itkDiscreteLevelSetImage.h.
typedef Superclass::GradientType itk::DiscreteLevelSetImage< TOutput, VDimension >::GradientType |
Definition at line 55 of file itkDiscreteLevelSetImage.h.
typedef Superclass::HessianType itk::DiscreteLevelSetImage< TOutput, VDimension >::HessianType |
Definition at line 56 of file itkDiscreteLevelSetImage.h.
typedef Index< VDimension > itk::DiscreteLevelSetImage< TOutput, VDimension >::IndexType |
Definition at line 40 of file itkDiscreteLevelSetImage.h.
typedef Superclass::InputType itk::DiscreteLevelSetImage< TOutput, VDimension >::InputType |
Definition at line 52 of file itkDiscreteLevelSetImage.h.
typedef Superclass::LevelSetDataType itk::DiscreteLevelSetImage< TOutput, VDimension >::LevelSetDataType |
Definition at line 57 of file itkDiscreteLevelSetImage.h.
typedef Superclass::OutputRealType itk::DiscreteLevelSetImage< TOutput, VDimension >::OutputRealType |
Definition at line 54 of file itkDiscreteLevelSetImage.h.
typedef Superclass::OutputType itk::DiscreteLevelSetImage< TOutput, VDimension >::OutputType |
Definition at line 53 of file itkDiscreteLevelSetImage.h.
typedef SmartPointer< Self > itk::DiscreteLevelSetImage< TOutput, VDimension >::Pointer |
Definition at line 43 of file itkDiscreteLevelSetImage.h.
typedef DiscreteLevelSetImage itk::DiscreteLevelSetImage< TOutput, VDimension >::Self |
Definition at line 42 of file itkDiscreteLevelSetImage.h.
typedef LevelSetImage< IndexType, VDimension, TOutput > itk::DiscreteLevelSetImage< TOutput, VDimension >::Superclass |
Definition at line 45 of file itkDiscreteLevelSetImage.h.
|
protected |
|
protectedvirtual |
|
private |
|
protectedvirtual |
Copy level set information from data object
Reimplemented from itk::LevelSetBase< Index< VDimension >, VDimension, TOutput, ImageBase< VDimension > >.
Reimplemented in itk::LevelSetSparseImage< TOutput, VDimension >, itk::LevelSetSparseImage< int8_t, VDimension >, and itk::LevelSetDenseImage< TImage >.
|
pure virtual |
Returns the gradient of the level set function at a given location iP
Implemented in itk::MalcolmSparseLevelSetImage< VDimension >, itk::WhitakerSparseLevelSetImage< TOutput, VDimension >, itk::ShiSparseLevelSetImage< VDimension >, and itk::LevelSetDenseImage< TImage >.
|
virtual |
Returns the value of the level set function at a given location iP
Reimplemented in itk::LevelSetDenseImage< TImage >.
|
virtual |
|
virtual |
Returns the gradient of the level set function at a given location iP as part of the LevelSetDataType
|
virtual |
|
virtual |
Returns the gradient of the level set function at a given location iP as part of the LevelSetDataType
|
virtual |
Returns the image gradient of the level set function at a given location iP
|
virtual |
Returns the gradient of the level set function at a given location iP as part of the LevelSetDataType
|
virtual |
Returns the image hessian of the level set function at a given location iP
Reimplemented in itk::MalcolmSparseLevelSetImage< VDimension >, and itk::ShiSparseLevelSetImage< VDimension >.
|
virtual |
Returns the Hessian of the level set function at a given location iP as part of the LevelSetDataType
Reimplemented in itk::MalcolmSparseLevelSetImage< VDimension >, and itk::ShiSparseLevelSetImage< VDimension >.
|
virtual |
Returns the image Laplacian of the level set function at a given location iP
Reimplemented in itk::MalcolmSparseLevelSetImage< VDimension >, and itk::ShiSparseLevelSetImage< VDimension >.
|
virtual |
Returns the Laplacian of the level set function at a given location iP as part of the LevelSetDataType
Reimplemented in itk::MalcolmSparseLevelSetImage< VDimension >, and itk::ShiSparseLevelSetImage< VDimension >.
|
virtual |
Returns the mean curvature of the level set function at a given location iP
Reimplemented in itk::MalcolmSparseLevelSetImage< VDimension >, and itk::ShiSparseLevelSetImage< VDimension >.
|
virtual |
Returns the Hessian of the level set function at a given location iP as part of the LevelSetDataType
Reimplemented in itk::MalcolmSparseLevelSetImage< VDimension >, and itk::ShiSparseLevelSetImage< VDimension >.
|
virtual |
Run-time type information
Reimplemented from itk::LevelSetImage< Index< VDimension >, VDimension, TOutput >.
Reimplemented in itk::LevelSetDenseImage< TImage >, itk::MalcolmSparseLevelSetImage< VDimension >, itk::WhitakerSparseLevelSetImage< TOutput, VDimension >, itk::ShiSparseLevelSetImage< VDimension >, itk::LevelSetSparseImage< TOutput, VDimension >, and itk::LevelSetSparseImage< int8_t, VDimension >.
|
protectedvirtual |
Graft data object as level set object
Reimplemented from itk::LevelSetBase< Index< VDimension >, VDimension, TOutput, ImageBase< VDimension > >.
Reimplemented in itk::LevelSetSparseImage< TOutput, VDimension >, itk::LevelSetSparseImage< int8_t, VDimension >, and itk::LevelSetDenseImage< TImage >.
|
protectedvirtual |
Initial the level set pointer
Reimplemented from itk::LevelSetBase< Index< VDimension >, VDimension, TOutput, ImageBase< VDimension > >.
Reimplemented in itk::LevelSetSparseImage< TOutput, VDimension >, itk::LevelSetSparseImage< int8_t, VDimension >, and itk::LevelSetDenseImage< TImage >.
|
private |
|
static |
Definition at line 50 of file itkDiscreteLevelSetImage.h.