template<typename TOutput, unsigned int VDimension>
class itk::LevelSetSparseImage< TOutput, VDimension >
Base class for the sparse representation of a level-set function on one Image.
- Template Parameters
-
| TImage | Input image type of the level set function |
- Todo:
- Think about using image iterators instead of GetPixel()
Definition at line 40 of file itkLevelSetSparseImage.h.
|
| 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 |
| |
| 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 |
| |
| 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 |
| |
| 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 |
| |
| 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 |
| |
| typedef SmartPointer< const Self > | ConstPointer |
| |
| typedef SmartPointer< Self > | Pointer |
| |
| typedef Object | Self |
| |
| typedef LightObject | Superclass |
| |
| typedef SmartPointer< const Self > | ConstPointer |
| |
| typedef SmartPointer< Self > | Pointer |
| |
| typedef LightObject | Self |
| |
|
| template<typename TLabel > |
LabelObject< TLabel,
VDimension >::Pointer | GetAsLabelObject () |
| |
| const LayerType & | GetLayer (LayerIdType value) const |
| |
| LayerType & | GetLayer (LayerIdType value) |
| |
| virtual const char * | GetNameOfClass () const |
| |
| virtual void | Graft (const DataObject *data) |
| |
| void | SetLayer (LayerIdType value, const LayerType &iLayer) |
| |
| virtual LayerIdType | Status (const InputType &inputIndex) const |
| |
|
| virtual void | SetLabelMap (LabelMapType *iLabelMap) |
| |
| virtual LabelMapType * | GetModifiableLabelMap () |
| |
| virtual const LabelMapType * | GetLabelMap () const |
| |
| virtual OutputType | Evaluate (const InputType &inputIndex) const =0 |
| |
| virtual void | Evaluate (const InputType &inputIndex, LevelSetDataType &data) const |
| |
| virtual GradientType | EvaluateBackwardGradient (const InputType &inputIndex) const |
| |
| virtual void | EvaluateBackwardGradient (const InputType &inputIndex, LevelSetDataType &data) const |
| |
| virtual GradientType | EvaluateForwardGradient (const InputType &inputIndex) const |
| |
| virtual void | EvaluateForwardGradient (const InputType &inputIndex, LevelSetDataType &data) const |
| |
| virtual GradientType | EvaluateGradient (const InputType &inputIndex) const |
| |
| virtual void | EvaluateGradient (const InputType &inputIndex, LevelSetDataType &data) const |
| |
| virtual HessianType | EvaluateHessian (const InputType &inputIndex) const |
| |
| virtual void | EvaluateHessian (const InputType &inputIndex, LevelSetDataType &data) const |
| |
| virtual OutputRealType | EvaluateLaplacian (const InputType &inputIndex) const |
| |
| virtual void | EvaluateLaplacian (const InputType &inputIndex, LevelSetDataType &data) const |
| |
| virtual OutputRealType | EvaluateMeanCurvature (const InputType &inputIndex) const |
| |
| virtual void | EvaluateMeanCurvature (const InputType &inputIndex, LevelSetDataType &data) const |
| |
| virtual OffsetType | GetDomainOffset () const |
| |
| virtual void | SetDomainOffset (OffsetType _arg) |
| |
| 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 () ITK_OVERRIDE |
| |
| virtual void | SetRequestedRegionToLargestPossibleRegion () ITK_OVERRIDE |
| |
| virtual bool | RequestedRegionIsOutsideOfTheBufferedRegion () ITK_OVERRIDE |
| |
| virtual bool | VerifyRequestedRegion () ITK_OVERRIDE |
| |
| virtual void | SetRequestedRegion (const DataObject *data) ITK_OVERRIDE |
| |
| virtual void | SetRequestedRegion (const RegionType ®ion) |
| |
| virtual RegionType | GetRequestedRegion () const |
| |
| virtual void | SetBufferedRegion (const RegionType ®ion) |
| |
| virtual RegionType | GetBufferedRegion () const |
| |
| 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 |
| |
| unsigned long | AddObserver (const EventObject &event, Command *) |
| |
| unsigned long | AddObserver (const EventObject &event, Command *) const |
| |
| virtual LightObject::Pointer | CreateAnother () const ITK_OVERRIDE |
| |
| virtual void | DebugOff () const |
| |
| virtual void | DebugOn () const |
| |
| Command * | GetCommand (unsigned long tag) |
| |
| bool | GetDebug () const |
| |
| MetaDataDictionary & | GetMetaDataDictionary (void) |
| |
| const MetaDataDictionary & | GetMetaDataDictionary (void) 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 ITK_OVERRIDE |
| |
| void | RemoveAllObservers () |
| |
| void | RemoveObserver (unsigned long tag) |
| |
| void | SetDebug (bool debugFlag) const |
| |
| void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
| |
| virtual void | SetReferenceCount (int) ITK_OVERRIDE |
| |
| virtual void | UnRegister () const ITK_OVERRIDE |
| |
| virtual void | SetObjectName (std::string _arg) |
| |
| virtual const std::string & | GetObjectName () const |
| |
| virtual void | Delete () |
| |
| virtual int | GetReferenceCount () const |
| |
| | itkCloneMacro (Self) |
| |
| void | Print (std::ostream &os, Indent indent=0) const |
| |