ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetImage.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 39 of file itkLevelSetImage.h.
Public Member Functions | |
virtual OffsetType | GetDomainOffset () const |
virtual const char * | GetNameOfClass () const |
virtual void | SetDomainOffset (OffsetType _arg) |
Public Member Functions inherited from itk::LevelSetBase< TInput, 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 | Initialize () override |
virtual void | UpdateOutputInformation () override |
virtual void | SetRequestedRegionToLargestPossibleRegion () override |
virtual void | CopyInformation (const DataObject *data) override |
virtual void | Graft (const DataObject *data) 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 LightObject::Pointer | CreateAnother () const override |
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 Attributes | |
static const unsigned int | Dimension = Superclass::Dimension |
Static Public Attributes inherited from itk::LevelSetBase< TInput, VDimension, TOutput, ImageBase< VDimension > > | |
static const unsigned int | Dimension |
Protected Types | |
typedef GradientType | ScalingType |
Protected Member Functions | |
virtual bool | IsInsideDomain (const InputType &iP) const =0 |
LevelSetImage () | |
virtual | ~LevelSetImage () |
Protected Member Functions inherited from itk::LevelSetBase< TInput, VDimension, TOutput, ImageBase< VDimension > > | |
LevelSetBase () | |
virtual | ~LevelSetBase () |
Protected Member Functions inherited from itk::DataObject | |
DataObject () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const override |
virtual void | PropagateResetPipeline () |
~DataObject () | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Protected Attributes | |
OffsetType | m_DomainOffset |
ScalingType | m_NeighborhoodScales |
Protected Attributes inherited from itk::LevelSetBase< TInput, VDimension, TOutput, ImageBase< VDimension > > | |
RegionType | m_MaximumNumberOfRegions |
RegionType | m_NumberOfRegions |
RegionType | m_RequestedNumberOfRegions |
RegionType | m_BufferedRegion |
RegionType | m_RequestedRegion |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
Private Member Functions | |
LevelSetImage (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) |
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 () |
typedef SmartPointer< const Self > itk::LevelSetImage< TInput, VDimension, TOutput >::ConstPointer |
Definition at line 47 of file itkLevelSetImage.h.
typedef Superclass::GradientType itk::LevelSetImage< TInput, VDimension, TOutput >::GradientType |
Definition at line 58 of file itkLevelSetImage.h.
typedef Superclass::HessianType itk::LevelSetImage< TInput, VDimension, TOutput >::HessianType |
Definition at line 59 of file itkLevelSetImage.h.
typedef ImageBase< VDimension > itk::LevelSetImage< TInput, VDimension, TOutput >::ImageBaseType |
Definition at line 43 of file itkLevelSetImage.h.
typedef Superclass::InputType itk::LevelSetImage< TInput, VDimension, TOutput >::InputType |
Definition at line 55 of file itkLevelSetImage.h.
typedef Superclass::LevelSetDataType itk::LevelSetImage< TInput, VDimension, TOutput >::LevelSetDataType |
Definition at line 60 of file itkLevelSetImage.h.
typedef ImageBaseType::OffsetType itk::LevelSetImage< TInput, VDimension, TOutput >::OffsetType |
Definition at line 61 of file itkLevelSetImage.h.
typedef ImageBaseType::OffsetValueType itk::LevelSetImage< TInput, VDimension, TOutput >::OffsetValueType |
Definition at line 62 of file itkLevelSetImage.h.
typedef Superclass::OutputRealType itk::LevelSetImage< TInput, VDimension, TOutput >::OutputRealType |
Definition at line 57 of file itkLevelSetImage.h.
typedef Superclass::OutputType itk::LevelSetImage< TInput, VDimension, TOutput >::OutputType |
Definition at line 56 of file itkLevelSetImage.h.
typedef SmartPointer< Self > itk::LevelSetImage< TInput, VDimension, TOutput >::Pointer |
Definition at line 46 of file itkLevelSetImage.h.
|
protected |
Definition at line 73 of file itkLevelSetImage.h.
typedef LevelSetImage itk::LevelSetImage< TInput, VDimension, TOutput >::Self |
Definition at line 45 of file itkLevelSetImage.h.
typedef LevelSetBase< TInput, VDimension, TOutput, ImageBaseType > itk::LevelSetImage< TInput, VDimension, TOutput >::Superclass |
Definition at line 48 of file itkLevelSetImage.h.
|
protected |
|
protectedvirtual |
|
private |
|
virtual |
|
virtual |
Run-time type information
Reimplemented from itk::LevelSetBase< TInput, VDimension, TOutput, ImageBase< VDimension > >.
Reimplemented in itk::LevelSetDenseImage< TImage >, itk::MalcolmSparseLevelSetImage< VDimension >, itk::WhitakerSparseLevelSetImage< TOutput, VDimension >, itk::ShiSparseLevelSetImage< VDimension >, itk::LevelSetSparseImage< TOutput, VDimension >, itk::LevelSetSparseImage< int8_t, VDimension >, itk::DiscreteLevelSetImage< TOutput, VDimension >, itk::DiscreteLevelSetImage< int8_t, VDimension >, and itk::DiscreteLevelSetImage< TImage::PixelType, TImage::ImageDimension >.
|
protectedpure virtual |
|
private |
|
virtual |
|
static |
Definition at line 53 of file itkLevelSetImage.h.
|
protected |
Definition at line 75 of file itkLevelSetImage.h.
|
protected |
Definition at line 74 of file itkLevelSetImage.h.