ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkWhitakerSparseLevelSetImage.h>
Derived class for the sparse-field representation of level-set function.
This representation is a "sparse" level-set function, where values are real in between [ -3, +3 ] and organized into several layers { -2, -1, 0, +1, +2 }.
TOutput | Output type (float or double) of the level set function |
VDimension | Dimension of the input space |
Definition at line 41 of file itkWhitakerSparseLevelSetImage.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 WhitakerSparseLevelSetImage | Self |
typedef LevelSetSparseImage < TOutput, VDimension > | Superclass |
Public Types inherited from itk::LevelSetSparseImage< TOutput, 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 < TOutput, VDimension > | Superclass |
Public Types inherited from itk::DiscreteLevelSetImage< TOutput, 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, 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 ImageBaseType::OffsetType | OffsetType |
typedef ImageBaseType::OffsetValueType | OffsetValueType |
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 |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
virtual OutputType | Evaluate (const InputType &inputIndex) const override |
virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from itk::LevelSetSparseImage< TOutput, VDimension > | |
template<typename TLabel > | |
LabelObject< TLabel, VDimension >::Pointer | GetAsLabelObject () |
const LayerType & | GetLayer (LayerIdType value) const |
LayerType & | GetLayer (LayerIdType value) |
virtual void | Graft (const DataObject *data) override |
void | SetLayer (LayerIdType value, const LayerType &layer) |
virtual LayerIdType | Status (const InputType &inputIndex) const |
virtual void | SetLabelMap (LabelMapType *labelMap) |
virtual LabelMapType * | GetModifiableLabelMap () |
virtual const LabelMapType * | GetLabelMap () const |
Public Member Functions inherited from itk::DiscreteLevelSetImage< TOutput, VDimension > | |
virtual void | Evaluate (const InputType &inputIndex, LevelSetDataType &data) const override |
virtual GradientType | EvaluateBackwardGradient (const InputType &inputIndex) const |
virtual void | EvaluateBackwardGradient (const InputType &inputIndex, LevelSetDataType &data) const override |
virtual GradientType | EvaluateForwardGradient (const InputType &inputIndex) const |
virtual void | EvaluateForwardGradient (const InputType &inputIndex, LevelSetDataType &data) const override |
virtual GradientType | EvaluateGradient (const InputType &inputIndex) const override |
virtual void | EvaluateGradient (const InputType &inputIndex, LevelSetDataType &data) const override |
virtual HessianType | EvaluateHessian (const InputType &inputIndex) const override |
virtual void | EvaluateHessian (const InputType &inputIndex, LevelSetDataType &data) const override |
virtual OutputRealType | EvaluateLaplacian (const InputType &inputIndex) const override |
virtual void | EvaluateLaplacian (const InputType &inputIndex, LevelSetDataType &data) const override |
virtual OutputRealType | EvaluateMeanCurvature (const InputType &inputIndex) const override |
virtual void | EvaluateMeanCurvature (const InputType &inputIndex, LevelSetDataType &data) const override |
Public Member Functions inherited from itk::LevelSetImage< Index< VDimension >, VDimension, TOutput > | |
virtual OffsetType | GetDomainOffset () const |
virtual void | SetDomainOffset (OffsetType _arg) |
Public Member Functions inherited from itk::LevelSetBase< Index< VDimension >, VDimension, TOutput, ImageBase< VDimension > > | |
virtual OutputType | Evaluate (const InputType &iP) const =0 |
virtual GradientType | EvaluateGradient (const InputType &iP) const =0 |
virtual OutputRealType | EvaluateGradientNorm (const InputType &iP) const |
virtual HessianType | EvaluateHessian (const InputType &iP) const =0 |
virtual OutputRealType | EvaluateLaplacian (const InputType &iP) const =0 |
virtual OutputRealType | EvaluateMeanCurvature (const InputType &iP) const =0 |
virtual void | Evaluate (const InputType &iP, LevelSetDataType &ioData) const =0 |
virtual void | EvaluateGradient (const InputType &iP, LevelSetDataType &ioData) const =0 |
virtual void | EvaluateHessian (const InputType &iP, LevelSetDataType &ioData) const =0 |
virtual void | EvaluateLaplacian (const InputType &iP, LevelSetDataType &ioData) const =0 |
virtual void | EvaluateGradientNorm (const InputType &iP, LevelSetDataType &ioData) const |
virtual void | EvaluateMeanCurvature (const InputType &iP, LevelSetDataType &ioData) const |
virtual void | EvaluateForwardGradient (const InputType &iP, LevelSetDataType &ioData) const =0 |
virtual void | EvaluateBackwardGradient (const InputType &iP, LevelSetDataType &ioData) const =0 |
virtual bool | IsInside (const InputType &iP) const |
virtual RegionType | GetMaximumNumberOfRegions () const |
virtual void | UpdateOutputInformation () override |
virtual void | SetRequestedRegionToLargestPossibleRegion () override |
virtual bool | RequestedRegionIsOutsideOfTheBufferedRegion () override |
virtual bool | VerifyRequestedRegion () override |
virtual void | SetRequestedRegion (const DataObject *data) override |
virtual void | SetRequestedRegion (const RegionType ®ion) |
virtual RegionType | GetRequestedRegion () const |
virtual void | SetBufferedRegion (const RegionType ®ion) |
virtual RegionType | GetBufferedRegion () const |
Public Member Functions inherited from itk::DataObject | |
virtual void | DataHasBeenGenerated () |
void | DisconnectPipeline () |
bool | GetDataReleased () const |
virtual const bool & | GetReleaseDataFlag () const |
SmartPointerForwardReference < ProcessObject > | GetSource () const |
DataObjectPointerArraySizeType | GetSourceOutputIndex () const |
const DataObjectIdentifierType & | GetSourceOutputName () const |
virtual ModifiedTimeType | GetUpdateMTime () const |
virtual void | PrepareForNewData () |
virtual void | PropagateRequestedRegion () |
void | ReleaseData () |
virtual void | ReleaseDataFlagOff () |
virtual void | ReleaseDataFlagOn () |
virtual void | ResetPipeline () |
void | SetReleaseDataFlag (bool flag) |
bool | ShouldIReleaseData () const |
virtual void | Update () |
virtual void | UpdateOutputData () |
void | SetPipelineMTime (ModifiedTimeType time) |
virtual const ModifiedTimeType & | GetPipelineMTime () const |
virtual void | SetRealTimeStamp (RealTimeStamp _arg) |
virtual const RealTimeStamp & | GetRealTimeStamp () const |
Public Member Functions inherited from itk::Object | |
unsigned long | AddObserver (const EventObject &event, Command *) |
unsigned long | AddObserver (const EventObject &event, Command *) const |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary () |
const MetaDataDictionary & | GetMetaDataDictionary () const |
virtual ModifiedTimeType | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
virtual void | Register () const override |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
virtual void | SetReferenceCount (int) override |
virtual void | UnRegister () const noexceptoverride |
virtual void | SetObjectName (std::string _arg) |
virtual const std::string & | GetObjectName () const |
Public Member Functions inherited from itk::LightObject | |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
itkCloneMacro (Self) | |
void | Print (std::ostream &os, Indent indent=0) const |
Static Public Member Functions | |
static LayerIdType | MinusOneLayer () |
static LayerIdType | MinusThreeLayer () |
static LayerIdType | MinusTwoLayer () |
static Pointer | New () |
static LayerIdType | PlusOneLayer () |
static LayerIdType | PlusThreeLayer () |
static LayerIdType | PlusTwoLayer () |
static LayerIdType | ZeroLayer () |
Static Public Member Functions inherited from itk::DataObject | |
static bool | GetGlobalReleaseDataFlag () |
static void | GlobalReleaseDataFlagOff () |
static void | GlobalReleaseDataFlagOn () |
static void | SetGlobalReleaseDataFlag (bool val) |
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 Public Attributes | |
static const unsigned int | Dimension = VDimension |
Static Public Attributes inherited from itk::LevelSetSparseImage< TOutput, VDimension > | |
static const unsigned int | Dimension = Superclass::Dimension |
Static Public Attributes inherited from itk::DiscreteLevelSetImage< TOutput, VDimension > | |
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 |
template<typename TLabel > | |
LabelObject< TLabel, Dimension > ::Pointer | GetAsLabelObject () |
WhitakerSparseLevelSetImage () | |
virtual | ~WhitakerSparseLevelSetImage () override |
virtual void | InitializeLayers () override |
virtual void | InitializeInternalLabelList () override |
typedef SmartPointer< const Self > itk::WhitakerSparseLevelSetImage< TOutput, VDimension >::ConstPointer |
Definition at line 47 of file itkWhitakerSparseLevelSetImage.h.
typedef Superclass::GradientType itk::WhitakerSparseLevelSetImage< TOutput, VDimension >::GradientType |
Definition at line 61 of file itkWhitakerSparseLevelSetImage.h.
typedef Superclass::HessianType itk::WhitakerSparseLevelSetImage< TOutput, VDimension >::HessianType |
Definition at line 62 of file itkWhitakerSparseLevelSetImage.h.
typedef Superclass::InputType itk::WhitakerSparseLevelSetImage< TOutput, VDimension >::InputType |
Definition at line 58 of file itkWhitakerSparseLevelSetImage.h.
typedef Superclass::LabelMapPointer itk::WhitakerSparseLevelSetImage< TOutput, VDimension >::LabelMapPointer |
Definition at line 72 of file itkWhitakerSparseLevelSetImage.h.
typedef Superclass::LabelMapType itk::WhitakerSparseLevelSetImage< TOutput, VDimension >::LabelMapType |
Definition at line 71 of file itkWhitakerSparseLevelSetImage.h.
typedef Superclass::LabelObjectLengthType itk::WhitakerSparseLevelSetImage< TOutput, VDimension >::LabelObjectLengthType |
Definition at line 68 of file itkWhitakerSparseLevelSetImage.h.
typedef Superclass::LabelObjectLineType itk::WhitakerSparseLevelSetImage< TOutput, VDimension >::LabelObjectLineType |
Definition at line 69 of file itkWhitakerSparseLevelSetImage.h.
typedef Superclass::LabelObjectPointer itk::WhitakerSparseLevelSetImage< TOutput, VDimension >::LabelObjectPointer |
Definition at line 67 of file itkWhitakerSparseLevelSetImage.h.
typedef Superclass::LabelObjectType itk::WhitakerSparseLevelSetImage< TOutput, VDimension >::LabelObjectType |
Definition at line 66 of file itkWhitakerSparseLevelSetImage.h.
typedef Superclass::LayerConstIterator itk::WhitakerSparseLevelSetImage< TOutput, VDimension >::LayerConstIterator |
Definition at line 77 of file itkWhitakerSparseLevelSetImage.h.
typedef Superclass::LayerIdType itk::WhitakerSparseLevelSetImage< TOutput, VDimension >::LayerIdType |
Definition at line 65 of file itkWhitakerSparseLevelSetImage.h.
typedef Superclass::LayerIterator itk::WhitakerSparseLevelSetImage< TOutput, VDimension >::LayerIterator |
Definition at line 76 of file itkWhitakerSparseLevelSetImage.h.
typedef Superclass::LayerMapConstIterator itk::WhitakerSparseLevelSetImage< TOutput, VDimension >::LayerMapConstIterator |
Definition at line 81 of file itkWhitakerSparseLevelSetImage.h.
typedef Superclass::LayerMapIterator itk::WhitakerSparseLevelSetImage< TOutput, VDimension >::LayerMapIterator |
Definition at line 80 of file itkWhitakerSparseLevelSetImage.h.
typedef Superclass::LayerMapType itk::WhitakerSparseLevelSetImage< TOutput, VDimension >::LayerMapType |
Definition at line 79 of file itkWhitakerSparseLevelSetImage.h.
typedef Superclass::LayerType itk::WhitakerSparseLevelSetImage< TOutput, VDimension >::LayerType |
Definition at line 75 of file itkWhitakerSparseLevelSetImage.h.
typedef Superclass::LevelSetDataType itk::WhitakerSparseLevelSetImage< TOutput, VDimension >::LevelSetDataType |
Definition at line 63 of file itkWhitakerSparseLevelSetImage.h.
typedef Superclass::OutputRealType itk::WhitakerSparseLevelSetImage< TOutput, VDimension >::OutputRealType |
Definition at line 60 of file itkWhitakerSparseLevelSetImage.h.
typedef Superclass::OutputType itk::WhitakerSparseLevelSetImage< TOutput, VDimension >::OutputType |
Definition at line 59 of file itkWhitakerSparseLevelSetImage.h.
typedef SmartPointer< Self > itk::WhitakerSparseLevelSetImage< TOutput, VDimension >::Pointer |
Definition at line 46 of file itkWhitakerSparseLevelSetImage.h.
typedef Superclass::RegionType itk::WhitakerSparseLevelSetImage< TOutput, VDimension >::RegionType |
Definition at line 73 of file itkWhitakerSparseLevelSetImage.h.
typedef WhitakerSparseLevelSetImage itk::WhitakerSparseLevelSetImage< TOutput, VDimension >::Self |
Definition at line 45 of file itkWhitakerSparseLevelSetImage.h.
typedef LevelSetSparseImage< TOutput, VDimension > itk::WhitakerSparseLevelSetImage< TOutput, VDimension >::Superclass |
Definition at line 48 of file itkWhitakerSparseLevelSetImage.h.
|
protected |
Return the label object pointer with a given id
|
overrideprotectedvirtual |
Return the label object pointer with a given id
|
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.
|
overridevirtual |
Returns the gradient of the level set function at a given location inputIndex
Implements itk::DiscreteLevelSetImage< TOutput, VDimension >.
|
inline |
Return the label object pointer with a given id
Definition at line 107 of file itkWhitakerSparseLevelSetImage.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::LevelSetSparseImage< TOutput, VDimension >.
|
overrideprotectedvirtual |
Return the label object pointer with a given id
Implements itk::LevelSetSparseImage< TOutput, VDimension >.
|
overrideprotectedvirtual |
Initialize the sparse field layers
Implements itk::LevelSetSparseImage< TOutput, VDimension >.
|
inlinestatic |
Definition at line 98 of file itkWhitakerSparseLevelSetImage.h.
|
inlinestatic |
Definition at line 96 of file itkWhitakerSparseLevelSetImage.h.
|
inlinestatic |
Definition at line 97 of file itkWhitakerSparseLevelSetImage.h.
|
static |
Method for creation through the object factory.
|
inlinestatic |
Definition at line 100 of file itkWhitakerSparseLevelSetImage.h.
|
inlinestatic |
Definition at line 102 of file itkWhitakerSparseLevelSetImage.h.
|
inlinestatic |
Definition at line 101 of file itkWhitakerSparseLevelSetImage.h.
|
inlinestatic |
Definition at line 99 of file itkWhitakerSparseLevelSetImage.h.
|
static |
Definition at line 56 of file itkWhitakerSparseLevelSetImage.h.