ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkVectorAnisotropicDiffusionFunction.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::ImageType | ImageType |
typedef Superclass::NeighborhoodType | NeighborhoodType |
typedef Superclass::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::RadiusType | RadiusType |
typedef VectorAnisotropicDiffusionFunction | Self |
typedef AnisotropicDiffusionFunction < TImage > | Superclass |
typedef Superclass::TimeStepType | TimeStepType |
Public Types inherited from itk::AnisotropicDiffusionFunction< TImage > | |
typedef Superclass::FloatOffsetType | FloatOffsetType |
typedef Superclass::PixelRealType | PixelrealType |
Public Types inherited from itk::FiniteDifferenceFunction< TImage > | |
typedef ZeroFluxNeumannBoundaryCondition < ImageType > | DefaultBoundaryConditionType |
typedef Vector< PixelRealType, itkGetStaticConstMacro(ImageDimension) > | NeighborhoodScalesType |
typedef double | PixelRealType |
Public Types inherited from itk::LightObject |
Public Member Functions | |
virtual void | CalculateAverageGradientMagnitudeSquared (TImage *) |
virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from itk::AnisotropicDiffusionFunction< TImage > | |
virtual TimeStepType | ComputeGlobalTimeStep (void *) const |
const double & | GetAverageGradientMagnitudeSquared () const |
const double & | GetConductanceParameter () const |
virtual void * | GetGlobalDataPointer () const |
const TimeStepType & | GetTimeStep () const |
virtual void | ReleaseGlobalDataPointer (void *) const |
void | SetAverageGradientMagnitudeSquared (const double &c) |
void | SetConductanceParameter (const double &c) |
void | SetTimeStep (const TimeStepType &t) |
Public Member Functions inherited from itk::FiniteDifferenceFunction< TImage > | |
const NeighborhoodScalesType | ComputeNeighborhoodScales () const |
virtual PixelType | ComputeUpdate (const NeighborhoodType &neighborhood, void *globalData, const FloatOffsetType &offset=FloatOffsetType(0.0))=0 |
const RadiusType & | GetRadius () const |
virtual void | InitializeIteration () |
void | SetRadius (const RadiusType &r) |
void | SetScaleCoefficients (PixelRealType vals[ImageDimension]) |
Public Member Functions inherited from itk::LightObject | |
virtual Pointer | CreateAnother () const |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
itkCloneMacro (Self) | |
void | Print (std::ostream &os, Indent indent=0) const |
virtual void | Register () const |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const |
Static Public Attributes | |
static const unsigned int | ImageDimension = Superclass::ImageDimension |
static const unsigned int | VectorDimension = PixelType::Dimension |
Static Public Attributes inherited from itk::AnisotropicDiffusionFunction< TImage > | |
Static Public Attributes inherited from itk::FiniteDifferenceFunction< TImage > |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const |
VectorAnisotropicDiffusionFunction () | |
~VectorAnisotropicDiffusionFunction () | |
Protected Member Functions inherited from itk::AnisotropicDiffusionFunction< TImage > | |
AnisotropicDiffusionFunction () | |
~AnisotropicDiffusionFunction () | |
Protected Member Functions inherited from itk::FiniteDifferenceFunction< TImage > | |
FiniteDifferenceFunction () | |
~FiniteDifferenceFunction () | |
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 () |
Private Member Functions | |
void | operator= (const Self &) |
VectorAnisotropicDiffusionFunction (const Self &) |
This class implements a vector-valued version of AnisotropicDiffusionFunction. Typically in vector-valued diffusion, vector components are diffused independently of one another using a conductance term that is linked across the components. Refer to the the documentation of AnisotropicDiffusionFunction for an overview of anisotropic diffusion. The way that the conductance term is calculated is specific to the specific type of diffusion function.
Definition at line 53 of file itkVectorAnisotropicDiffusionFunction.h.
typedef SmartPointer< const Self > itk::VectorAnisotropicDiffusionFunction< TImage >::ConstPointer |
Reimplemented from itk::AnisotropicDiffusionFunction< TImage >.
Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >.
Definition at line 61 of file itkVectorAnisotropicDiffusionFunction.h.
typedef Superclass::ImageType itk::VectorAnisotropicDiffusionFunction< TImage >::ImageType |
Inherit some parameters from the superclass type
Reimplemented from itk::AnisotropicDiffusionFunction< TImage >.
Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >.
Definition at line 65 of file itkVectorAnisotropicDiffusionFunction.h.
typedef Superclass::NeighborhoodType itk::VectorAnisotropicDiffusionFunction< TImage >::NeighborhoodType |
The type of data structure that is passed to this function object to evaluate at a pixel that does not lie on a data set boundary.
Reimplemented from itk::AnisotropicDiffusionFunction< TImage >.
Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >.
Definition at line 72 of file itkVectorAnisotropicDiffusionFunction.h.
typedef Superclass::PixelType itk::VectorAnisotropicDiffusionFunction< TImage >::PixelType |
Reimplemented from itk::AnisotropicDiffusionFunction< TImage >.
Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >.
Definition at line 69 of file itkVectorAnisotropicDiffusionFunction.h.
typedef SmartPointer< Self > itk::VectorAnisotropicDiffusionFunction< TImage >::Pointer |
Reimplemented from itk::AnisotropicDiffusionFunction< TImage >.
Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >.
Definition at line 60 of file itkVectorAnisotropicDiffusionFunction.h.
typedef Superclass::RadiusType itk::VectorAnisotropicDiffusionFunction< TImage >::RadiusType |
Neighborhood radius type
Reimplemented from itk::AnisotropicDiffusionFunction< TImage >.
Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >.
Definition at line 71 of file itkVectorAnisotropicDiffusionFunction.h.
typedef VectorAnisotropicDiffusionFunction itk::VectorAnisotropicDiffusionFunction< TImage >::Self |
Standard class typedefs.
Reimplemented from itk::AnisotropicDiffusionFunction< TImage >.
Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >.
Definition at line 58 of file itkVectorAnisotropicDiffusionFunction.h.
typedef AnisotropicDiffusionFunction< TImage > itk::VectorAnisotropicDiffusionFunction< TImage >::Superclass |
Reimplemented from itk::AnisotropicDiffusionFunction< TImage >.
Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >.
Definition at line 59 of file itkVectorAnisotropicDiffusionFunction.h.
typedef Superclass::TimeStepType itk::VectorAnisotropicDiffusionFunction< TImage >::TimeStepType |
Define the TimeStepType to always be double.
Reimplemented from itk::AnisotropicDiffusionFunction< TImage >.
Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >.
Definition at line 70 of file itkVectorAnisotropicDiffusionFunction.h.
|
inlineprotected |
Definition at line 84 of file itkVectorAnisotropicDiffusionFunction.h.
|
inlineprotected |
Definition at line 85 of file itkVectorAnisotropicDiffusionFunction.h.
|
private |
|
virtual |
Compute the average gradient magnitude squared.
Implements itk::AnisotropicDiffusionFunction< TImage >.
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::AnisotropicDiffusionFunction< TImage >.
Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >.
|
private |
Mutex lock to protect modification to the reference count
Reimplemented from itk::AnisotropicDiffusionFunction< TImage >.
Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >.
|
inlineprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::AnisotropicDiffusionFunction< TImage >.
Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >.
Definition at line 86 of file itkVectorAnisotropicDiffusionFunction.h.
|
static |
Inherit some parameters from the superclass type
Reimplemented from itk::AnisotropicDiffusionFunction< TImage >.
Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >.
Definition at line 76 of file itkVectorAnisotropicDiffusionFunction.h.
|
static |
Inherit some parameters from the superclass type
Reimplemented in itk::VectorCurvatureNDAnisotropicDiffusionFunction< TImage >, and itk::VectorGradientNDAnisotropicDiffusionFunction< TImage >.
Definition at line 77 of file itkVectorAnisotropicDiffusionFunction.h.