ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkMalcolmSparseLevelSetImage.h>
Derived class for the shi representation of level-set function.
This representation is a "sparse" level-set function, where values could only be { -1, 0, +1 } and organized into 1 layer { 0 }.
VDimension | Dimension of the input space |
Definition at line 41 of file itkMalcolmSparseLevelSetImage.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::GradientType | GradientType |
typedef Superclass::HessianType | HessianType |
typedef Superclass::InputType | InputType |
typedef Superclass::LabelMapPointer | LabelMapPointer |
typedef Superclass::LabelMapType | LabelMapType |
typedef Superclass::LabelObjectLengthType | LabelObjectLengthType |
typedef Superclass::LabelObjectLineType | LabelObjectLineType |
typedef Superclass::LabelObjectPointer | LabelObjectPointer |
typedef Superclass::LabelObjectType | LabelObjectType |
typedef Superclass::LayerConstIterator | LayerConstIterator |
typedef Superclass::LayerIdType | LayerIdType |
typedef Superclass::LayerIterator | LayerIterator |
typedef Superclass::LayerMapConstIterator | LayerMapConstIterator |
typedef Superclass::LayerMapIterator | LayerMapIterator |
typedef Superclass::LayerMapType | LayerMapType |
typedef Superclass::LayerType | LayerType |
typedef Superclass::LevelSetDataType | LevelSetDataType |
typedef Superclass::OutputRealType | OutputRealType |
typedef Superclass::OutputType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::RegionType | RegionType |
typedef MalcolmSparseLevelSetImage | Self |
typedef LevelSetSparseImage < int8_t, VDimension > | Superclass |
Public Types inherited from itk::LevelSetSparseImage< int8_t, VDimension > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::GradientType | GradientType |
typedef Superclass::HessianType | HessianType |
typedef Superclass::InputType | InputType |
typedef LabelMapType::Pointer | LabelMapPointer |
typedef LabelMap< LabelObjectType > | LabelMapType |
typedef LabelObjectType::LengthType | LabelObjectLengthType |
typedef LabelObjectType::LineType | LabelObjectLineType |
typedef LabelObjectType::Pointer | LabelObjectPointer |
typedef LabelObject < LayerIdType, VDimension > | LabelObjectType |
typedef LayerType::const_iterator | LayerConstIterator |
typedef std::list< LayerIdType > | LayerIdListType |
typedef int8_t | LayerIdType |
typedef LayerType::iterator | LayerIterator |
typedef LayerMapType::const_iterator | LayerMapConstIterator |
typedef LayerMapType::iterator | LayerMapIterator |
typedef std::map< LayerIdType, LayerType > | LayerMapType |
typedef std::map< InputType, OutputType, Functor::IndexLexicographicCompare < VDimension > > | LayerType |
typedef Superclass::LevelSetDataType | LevelSetDataType |
typedef Superclass::OutputRealType | OutputRealType |
typedef Superclass::OutputType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef LabelMapType::RegionType | RegionType |
typedef LevelSetSparseImage | Self |
typedef DiscreteLevelSetImage < int8_t, VDimension > | Superclass |
Public Types inherited from itk::DiscreteLevelSetImage< int8_t, VDimension > | |
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, int8_t > | Superclass |
Public Types inherited from itk::LevelSetImage< Index< VDimension >, VDimension, int8_t > | |
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, int8_t, ImageBaseType > | Superclass |
Public Types inherited from itk::LevelSetBase< Index< VDimension >, VDimension, int8_t, 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 int8_t | 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 LayerIdType | MinusOneLayer () |
static Pointer | New () |
static LayerIdType | PlusOneLayer () |
static LayerIdType | ZeroLayer () |
Static Public Attributes | |
static const unsigned int | Dimension = VDimension |
Static Public Attributes inherited from itk::LevelSetSparseImage< int8_t, VDimension > | |
static const unsigned int | Dimension |
Static Public Attributes inherited from itk::DiscreteLevelSetImage< int8_t, VDimension > | |
static const unsigned int | Dimension |
Static Public Attributes inherited from itk::LevelSetImage< Index< VDimension >, VDimension, int8_t > | |
static const unsigned int | Dimension |
Static Public Attributes inherited from itk::LevelSetBase< Index< VDimension >, VDimension, int8_t, ImageBase< VDimension > > | |
static const unsigned int | Dimension |
Protected Member Functions | |
virtual void | InitializeInternalLabelList () |
virtual void | InitializeLayers () |
MalcolmSparseLevelSetImage () | |
virtual | ~MalcolmSparseLevelSetImage () |
Protected Member Functions inherited from itk::LevelSetSparseImage< int8_t, VDimension > | |
virtual void | CopyInformation (const DataObject *data) |
virtual void | Initialize () |
virtual bool | IsInsideDomain (const InputType &iP) const |
LevelSetSparseImage () | |
virtual | ~LevelSetSparseImage () |
Protected Member Functions inherited from itk::DiscreteLevelSetImage< int8_t, VDimension > | |
DiscreteLevelSetImage () | |
virtual | ~DiscreteLevelSetImage () |
Protected Member Functions inherited from itk::LevelSetImage< Index< VDimension >, VDimension, int8_t > | |
virtual bool | IsInsideDomain (const InputType &iP) const =0 |
LevelSetImage () | |
virtual | ~LevelSetImage () |
Protected Member Functions inherited from itk::LevelSetBase< Index< VDimension >, VDimension, int8_t, ImageBase< VDimension > > | |
LevelSetBase () | |
virtual | ~LevelSetBase () |
Private Member Functions | |
MalcolmSparseLevelSetImage (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Protected Types inherited from itk::LevelSetImage< Index< VDimension >, VDimension, int8_t > | |
typedef GradientType | ScalingType |
Protected Attributes inherited from itk::LevelSetSparseImage< int8_t, VDimension > | |
LayerIdListType | m_InternalLabelList |
LabelMapPointer | m_LabelMap |
LayerMapType | m_Layers |
typedef SmartPointer< const Self > itk::MalcolmSparseLevelSetImage< VDimension >::ConstPointer |
Definition at line 47 of file itkMalcolmSparseLevelSetImage.h.
typedef Superclass::GradientType itk::MalcolmSparseLevelSetImage< VDimension >::GradientType |
Definition at line 61 of file itkMalcolmSparseLevelSetImage.h.
typedef Superclass::HessianType itk::MalcolmSparseLevelSetImage< VDimension >::HessianType |
Definition at line 62 of file itkMalcolmSparseLevelSetImage.h.
typedef Superclass::InputType itk::MalcolmSparseLevelSetImage< VDimension >::InputType |
Definition at line 58 of file itkMalcolmSparseLevelSetImage.h.
typedef Superclass::LabelMapPointer itk::MalcolmSparseLevelSetImage< VDimension >::LabelMapPointer |
Definition at line 72 of file itkMalcolmSparseLevelSetImage.h.
typedef Superclass::LabelMapType itk::MalcolmSparseLevelSetImage< VDimension >::LabelMapType |
Definition at line 71 of file itkMalcolmSparseLevelSetImage.h.
typedef Superclass::LabelObjectLengthType itk::MalcolmSparseLevelSetImage< VDimension >::LabelObjectLengthType |
Definition at line 68 of file itkMalcolmSparseLevelSetImage.h.
typedef Superclass::LabelObjectLineType itk::MalcolmSparseLevelSetImage< VDimension >::LabelObjectLineType |
Definition at line 69 of file itkMalcolmSparseLevelSetImage.h.
typedef Superclass::LabelObjectPointer itk::MalcolmSparseLevelSetImage< VDimension >::LabelObjectPointer |
Definition at line 67 of file itkMalcolmSparseLevelSetImage.h.
typedef Superclass::LabelObjectType itk::MalcolmSparseLevelSetImage< VDimension >::LabelObjectType |
Definition at line 66 of file itkMalcolmSparseLevelSetImage.h.
typedef Superclass::LayerConstIterator itk::MalcolmSparseLevelSetImage< VDimension >::LayerConstIterator |
Definition at line 77 of file itkMalcolmSparseLevelSetImage.h.
typedef Superclass::LayerIdType itk::MalcolmSparseLevelSetImage< VDimension >::LayerIdType |
Definition at line 65 of file itkMalcolmSparseLevelSetImage.h.
typedef Superclass::LayerIterator itk::MalcolmSparseLevelSetImage< VDimension >::LayerIterator |
Definition at line 76 of file itkMalcolmSparseLevelSetImage.h.
typedef Superclass::LayerMapConstIterator itk::MalcolmSparseLevelSetImage< VDimension >::LayerMapConstIterator |
Definition at line 81 of file itkMalcolmSparseLevelSetImage.h.
typedef Superclass::LayerMapIterator itk::MalcolmSparseLevelSetImage< VDimension >::LayerMapIterator |
Definition at line 80 of file itkMalcolmSparseLevelSetImage.h.
typedef Superclass::LayerMapType itk::MalcolmSparseLevelSetImage< VDimension >::LayerMapType |
Definition at line 79 of file itkMalcolmSparseLevelSetImage.h.
typedef Superclass::LayerType itk::MalcolmSparseLevelSetImage< VDimension >::LayerType |
Definition at line 75 of file itkMalcolmSparseLevelSetImage.h.
typedef Superclass::LevelSetDataType itk::MalcolmSparseLevelSetImage< VDimension >::LevelSetDataType |
Definition at line 63 of file itkMalcolmSparseLevelSetImage.h.
typedef Superclass::OutputRealType itk::MalcolmSparseLevelSetImage< VDimension >::OutputRealType |
Definition at line 60 of file itkMalcolmSparseLevelSetImage.h.
typedef Superclass::OutputType itk::MalcolmSparseLevelSetImage< VDimension >::OutputType |
Definition at line 59 of file itkMalcolmSparseLevelSetImage.h.
typedef SmartPointer< Self > itk::MalcolmSparseLevelSetImage< VDimension >::Pointer |
Definition at line 46 of file itkMalcolmSparseLevelSetImage.h.
typedef Superclass::RegionType itk::MalcolmSparseLevelSetImage< VDimension >::RegionType |
Definition at line 73 of file itkMalcolmSparseLevelSetImage.h.
typedef MalcolmSparseLevelSetImage itk::MalcolmSparseLevelSetImage< VDimension >::Self |
Definition at line 45 of file itkMalcolmSparseLevelSetImage.h.
typedef LevelSetSparseImage< int8_t, VDimension > itk::MalcolmSparseLevelSetImage< VDimension >::Superclass |
Definition at line 48 of file itkMalcolmSparseLevelSetImage.h.
|
protected |
|
protectedvirtual |
|
private |
|
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 gradient of the level set function at a given location iP
Implements itk::DiscreteLevelSetImage< int8_t, VDimension >.
|
virtual |
Returns the Hessian of the level set function at a given location iP
Reimplemented from itk::DiscreteLevelSetImage< int8_t, VDimension >.
|
virtual |
Returns the Hessian of the level set function at a given location iP as part of the LevelSetDataType
Reimplemented from itk::DiscreteLevelSetImage< int8_t, VDimension >.
|
virtual |
Returns the Laplacian of the level set function at a given location iP
Reimplemented from itk::DiscreteLevelSetImage< int8_t, VDimension >.
|
virtual |
Returns the Laplacian of the level set function at a given location iP as part of the LevelSetDataType
Reimplemented from itk::DiscreteLevelSetImage< int8_t, VDimension >.
|
virtual |
Returns the MeanCurvature of the level set function at a given location iP
Reimplemented from itk::DiscreteLevelSetImage< int8_t, VDimension >.
|
virtual |
Returns the Hessian of the level set function at a given location iP as part of the LevelSetDataType
Reimplemented from itk::DiscreteLevelSetImage< int8_t, VDimension >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::LevelSetSparseImage< int8_t, VDimension >.
|
protectedvirtual |
Implements itk::LevelSetSparseImage< int8_t, VDimension >.
|
protectedvirtual |
Initialize the sparse field layers
Implements itk::LevelSetSparseImage< int8_t, VDimension >.
|
inlinestatic |
Definition at line 100 of file itkMalcolmSparseLevelSetImage.h.
|
static |
Method for creation through the object factory.
|
private |
|
inlinestatic |
Definition at line 102 of file itkMalcolmSparseLevelSetImage.h.
|
inlinestatic |
Definition at line 101 of file itkMalcolmSparseLevelSetImage.h.
|
static |
Definition at line 56 of file itkMalcolmSparseLevelSetImage.h.