template<typename TOutput, unsigned int VDimension>
class itk::WhitakerSparseLevelSetImage< TOutput, VDimension >
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 }.
- Template Parameters
-
| 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.
|
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | Self = WhitakerSparseLevelSetImage |
| |
| using | Superclass = LevelSetSparseImage< TOutput, VDimension > |
| |
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | LabelMapConstPointer = typename LabelMapType::ConstPointer |
| |
| using | LabelMapPointer = typename LabelMapType::Pointer |
| |
| using | LabelMapType = LabelMap< LabelObjectType > |
| |
| using | LabelObjectLengthType = typename LabelObjectType::LengthType |
| |
| using | LabelObjectLineType = typename LabelObjectType::LineType |
| |
| using | LabelObjectPointer = typename LabelObjectType::Pointer |
| |
| using | LabelObjectType = LabelObject< LayerIdType, VDimension > |
| |
| using | LayerConstIterator = typename LayerType::const_iterator |
| |
| using | LayerIdListType = std::list< LayerIdType > |
| |
| using | LayerIdType = int8_t |
| |
| using | LayerIterator = typename LayerType::iterator |
| |
| using | LayerMapConstIterator = typename LayerMapType::const_iterator |
| |
| using | LayerMapIterator = typename LayerMapType::iterator |
| |
| using | LayerMapType = std::map< LayerIdType, LayerType > |
| |
| using | LayerType = std::map< InputType, OutputType, Functor::LexicographicCompare > |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | RegionType = typename LabelMapType::RegionType |
| |
| using | Self = LevelSetSparseImage |
| |
| using | Superclass = DiscreteLevelSetImage< TOutput, VDimension > |
| |
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | IndexType = Index< VDimension > |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | Self = DiscreteLevelSetImage |
| |
| using | Superclass = LevelSetImage< IndexType, VDimension, TOutput > |
| |
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | ImageBaseType = ImageBase< VDimension > |
| |
| using | OffsetType = typename ImageBaseType::OffsetType |
| |
| using | OffsetValueType = typename ImageBaseType::OffsetValueType |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | Self = LevelSetImage |
| |
| using | Superclass = LevelSetBase< Index< VDimension >, VDimension, TOutput, ImageBaseType > |
| |
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | DomainType = ImageBase< VDimension > |
| |
| using | GradientType = CovariantVector< OutputRealType, VDimension > |
| |
| using | HessianType = Matrix< OutputRealType, VDimension, VDimension > |
| |
| using | InputType = Index< VDimension > |
| |
| using | OutputRealType = typename NumericTraits< OutputType >::RealType |
| |
| using | OutputType = TOutput |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | RegionType = IdentifierType |
| |
| using | Self = LevelSetBase |
| |
| using | Superclass = DataObject |
| |
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | DataObjectIdentifierType = std::string |
| |
| using | DataObjectPointerArraySizeType = std::vector< Pointer >::size_type |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | Self = DataObject |
| |
| using | Superclass = Object |
| |
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | Self = Object |
| |
| using | Superclass = LightObject |
| |
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | Self = LightObject |
| |
|
| OutputType | Evaluate (const InputType &inputIndex) const override |
| |
| const char * | GetNameOfClass () const override |
| |
|
| template<typename TLabel > |
| LabelObject< TLabel, Dimension >::Pointer | GetAsLabelObject () |
| |
| template<typename TLabel > |
| LabelObject< TLabel, VDimension >::Pointer | GetAsLabelObject () |
| |
| LayerType & | GetLayer (LayerIdType value) |
| |
| const LayerType & | GetLayer (LayerIdType value) const |
| |
| const char * | GetNameOfClass () const override |
| |
| 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 () |
| |
| OutputType | Evaluate (const InputType &inputIndex) const override=0 |
| |
| void | Evaluate (const InputType &inputIndex, LevelSetDataType &data) const override |
| |
| virtual GradientType | EvaluateBackwardGradient (const InputType &inputIndex) const |
| |
| void | EvaluateBackwardGradient (const InputType &inputIndex, LevelSetDataType &data) const override |
| |
| virtual GradientType | EvaluateForwardGradient (const InputType &inputIndex) const |
| |
| void | EvaluateForwardGradient (const InputType &inputIndex, LevelSetDataType &data) const override |
| |
| GradientType | EvaluateGradient (const InputType &inputIndex) const override |
| |
| void | EvaluateGradient (const InputType &inputIndex, LevelSetDataType &data) const override |
| |
| HessianType | EvaluateHessian (const InputType &inputIndex) const override |
| |
| void | EvaluateHessian (const InputType &inputIndex, LevelSetDataType &data) const override |
| |
| OutputRealType | EvaluateLaplacian (const InputType &inputIndex) const override |
| |
| void | EvaluateLaplacian (const InputType &inputIndex, LevelSetDataType &data) const override |
| |
| OutputRealType | EvaluateMeanCurvature (const InputType &inputIndex) const override |
| |
| void | EvaluateMeanCurvature (const InputType &inputIndex, LevelSetDataType &data) const override |
| |
| const char * | GetNameOfClass () const override |
| |
| virtual OffsetType | GetDomainOffset () const |
| |
| const char * | GetNameOfClass () const override |
| |
| 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 |
| |
| const char * | GetNameOfClass () const override |
| |
| virtual void | EvaluateGradientNorm (const InputType &iP, LevelSetDataType &ioData) const |
| |
| virtual bool | IsInside (const InputType &iP) const |
| |
| virtual RegionType | GetMaximumNumberOfRegions () const |
| |
| void | Initialize () override |
| |
| void | UpdateOutputInformation () override |
| |
| void | SetRequestedRegionToLargestPossibleRegion () override |
| |
| void | CopyInformation (const DataObject *data) override |
| |
| void | Graft (const DataObject *data) override |
| |
| bool | RequestedRegionIsOutsideOfTheBufferedRegion () override |
| |
| bool | VerifyRequestedRegion () override |
| |
| 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 |
| |
| virtual void | CopyInformation (const DataObject *) |
| |
| virtual void | DataHasBeenGenerated () |
| |
| void | DisconnectPipeline () |
| |
| bool | GetDataReleased () const |
| |
| const char * | GetNameOfClass () const override |
| |
| virtual const bool & | GetReleaseDataFlag () const |
| |
| SmartPointer< ProcessObject > | GetSource () const |
| |
| DataObjectPointerArraySizeType | GetSourceOutputIndex () const |
| |
| const DataObjectIdentifierType & | GetSourceOutputName () const |
| |
| virtual ModifiedTimeType | GetUpdateMTime () const |
| |
| virtual void | Graft (const DataObject *) |
| |
| virtual void | Initialize () |
| |
| virtual void | PrepareForNewData () |
| |
| virtual void | PropagateRequestedRegion () |
| |
| void | ReleaseData () |
| |
| virtual void | ReleaseDataFlagOn () |
| |
| virtual bool | RequestedRegionIsOutsideOfTheBufferedRegion () |
| |
| virtual void | ResetPipeline () |
| |
| void | SetReleaseDataFlag (bool flag) |
| |
| virtual void | SetRequestedRegion (const DataObject *) |
| |
| virtual void | SetRequestedRegionToLargestPossibleRegion () |
| |
| bool | ShouldIReleaseData () const |
| |
| virtual void | Update () |
| |
| virtual void | UpdateOutputData () |
| |
| virtual void | UpdateOutputInformation () |
| |
| void | UpdateSource () const |
| |
| virtual bool | VerifyRequestedRegion () |
| |
| 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 |
| |
| unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
| |
| 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 |
| |
| const char * | GetNameOfClass () const override |
| |
| virtual const TimeStamp & | GetTimeStamp () const |
| |
| bool | HasObserver (const EventObject &event) const |
| |
| void | InvokeEvent (const EventObject &) |
| |
| void | InvokeEvent (const EventObject &) const |
| |
| virtual void | Modified () const |
| |
| void | Register () const override |
| |
| void | RemoveAllObservers () |
| |
| void | RemoveObserver (unsigned long tag) |
| |
| void | SetDebug (bool debugFlag) const |
| |
| void | SetReferenceCount (int) override |
| |
| void | UnRegister () const noexcept override |
| |
| void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
| |
| void | SetMetaDataDictionary (MetaDataDictionary &&rrhs) |
| |
| virtual void | SetObjectName (std::string _arg) |
| |
| virtual const std::string & | GetObjectName () const |
| |
| Pointer | Clone () const |
| |
| virtual Pointer | CreateAnother () const |
| |
| virtual void | Delete () |
| |
| virtual const char * | GetNameOfClass () const |
| |
| virtual int | GetReferenceCount () const |
| |
| void | Print (std::ostream &os, Indent indent=0) const |
| |
| virtual void | Register () const |
| |
| virtual void | SetReferenceCount (int) |
| |
| virtual void | UnRegister () const noexcept |
| |