ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
itk::LevelSetQuadEdgeMesh< TMesh > Class Template Reference

#include <itkLevelSetQuadEdgeMesh.h>

+ Inheritance diagram for itk::LevelSetQuadEdgeMesh< TMesh >:
+ Collaboration diagram for itk::LevelSetQuadEdgeMesh< TMesh >:

Detailed Description

template<class TMesh>
class itk::LevelSetQuadEdgeMesh< TMesh >

Base class for the surface mesh representation of a level-set function.

Template Parameters
TMeshInput mesh type of the level set function

Definition at line 35 of file itkLevelSetQuadEdgeMesh.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::GradientType GradientType
 
typedef Superclass::HessianType HessianType
 
typedef Superclass::InputType InputType
 
typedef
Superclass::LevelSetDataType 
LevelSetDataType
 
typedef TMesh::Pointer MeshPointer
 
typedef TMesh MeshType
 
typedef Superclass::OutputRealType OutputRealType
 
typedef Superclass::OutputType OutputType
 
typedef SmartPointer< SelfPointer
 
typedef LevelSetQuadEdgeMesh Self
 
typedef LevelSetBase< typename
MeshType::PointIdentifier,
MeshType::PointDimension,
typename MeshType::PixelType,
MeshType
Superclass
 
- Public Types inherited from itk::LevelSetBase< TMesh::PointIdentifier, TMesh::PointDimension, TMesh::PixelType, TMesh >
typedef SmartPointer< const SelfConstPointer
 
typedef TMesh DomainType
 
typedef CovariantVector
< OutputRealType, VDimension > 
GradientType
 
typedef Matrix< OutputRealType,
VDimension, VDimension > 
HessianType
 
typedef TMesh::PointIdentifier InputType
 
typedef NumericTraits
< OutputType >::RealType 
OutputRealType
 
typedef TMesh::PixelType OutputType
 
typedef SmartPointer< SelfPointer
 
typedef IdentifierType RegionType
 
typedef LevelSetBase Self
 
typedef DataObject Superclass
 
- Public Types inherited from itk::DataObject
typedef SmartPointer< const SelfConstPointer
 
typedef std::string DataObjectIdentifierType
 
typedef std::vector< Pointer >
::size_type 
DataObjectPointerArraySizeType
 
typedef SmartPointer< SelfPointer
 
typedef DataObject Self
 
typedef Object Superclass
 
- Public Types inherited from itk::Object
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Object Self
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual void CopyInformation (const DataObject *data)
 
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual OutputType Evaluate (const InputType &iP) const
 
virtual void Evaluate (const InputType &iP, LevelSetDataType &ioData) const
 
virtual GradientType EvaluateGradient (const InputType &iP) const
 
virtual void EvaluateGradient (const InputType &iP, LevelSetDataType &ioData) const
 
virtual HessianType EvaluateHessian (const InputType &iP) const
 
virtual void EvaluateHessian (const InputType &iP, LevelSetDataType &ioData) const
 
virtual const MeshTypeGetMesh () const
 
virtual MeshTypeGetModifiableMesh ()
 
virtual const char * GetNameOfClass () const
 
virtual void Graft (const DataObject *data)
 
virtual void Initialize ()
 
virtual void SetMesh (MeshType *_arg)
 
- Public Member Functions inherited from itk::LevelSetBase< TMesh::PointIdentifier, TMesh::PointDimension, TMesh::PixelType, TMesh >
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 ()
 
virtual void SetRequestedRegionToLargestPossibleRegion ()
 
virtual bool RequestedRegionIsOutsideOfTheBufferedRegion ()
 
virtual bool VerifyRequestedRegion ()
 
virtual void SetRequestedRegion (const DataObject *data)
 
virtual void SetRequestedRegion (const RegionType &region)
 
virtual RegionType GetRequestedRegion () const
 
virtual void SetBufferedRegion (const RegionType &region)
 
virtual RegionType GetBufferedRegion () const
 
- Public Member Functions inherited from itk::DataObject
virtual void DataHasBeenGenerated ()
 
void DisconnectPipeline ()
 
bool GetDataReleased () const
 
virtual const bool & GetReleaseDataFlag ()
 
SmartPointerForwardReference
< ProcessObject
GetSource () const
 
DataObjectPointerArraySizeType GetSourceOutputIndex () const
 
const DataObjectIdentifierTypeGetSourceOutputName () 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 ModifiedTimeTypeGetPipelineMTime ()
 
virtual void SetRealTimeStamp (RealTimeStamp _arg)
 
virtual const RealTimeStampGetRealTimeStamp ()
 
- 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
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary (void)
 
const MetaDataDictionaryGetMetaDataDictionary (void) const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
virtual void Register () const
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int)
 
virtual void UnRegister () 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 Pointer New ()
 

Protected Member Functions

 LevelSetQuadEdgeMesh ()
 
virtual ~LevelSetQuadEdgeMesh ()
 
- Protected Member Functions inherited from itk::LevelSetBase< TMesh::PointIdentifier, TMesh::PointDimension, TMesh::PixelType, TMesh >
 LevelSetBase ()
 
virtual ~LevelSetBase ()
 

Private Member Functions

 LevelSetQuadEdgeMesh (const Self &)
 
void operator= (const Self &)
 

Private Attributes

MeshPointer m_Mesh
 

Additional Inherited Members

- Static Public Attributes inherited from itk::LevelSetBase< TMesh::PointIdentifier, TMesh::PointDimension, TMesh::PixelType, TMesh >
static const unsigned int Dimension
 
- Protected Types inherited from itk::LightObject
typedef int InternalReferenceCountType
 
- Protected Attributes inherited from itk::LevelSetBase< TMesh::PointIdentifier, TMesh::PointDimension, TMesh::PixelType, TMesh >
RegionType m_MaximumNumberOfRegions
 
RegionType m_NumberOfRegions
 
RegionType m_RequestedNumberOfRegions
 
RegionType m_BufferedRegion
 
RegionType m_RequestedRegion
 
- Protected Attributes inherited from itk::LightObject
InternalReferenceCountType m_ReferenceCount
 
SimpleFastMutexLock m_ReferenceCountLock
 

Member Typedef Documentation

template<class TMesh >
typedef SmartPointer< const Self > itk::LevelSetQuadEdgeMesh< TMesh >::ConstPointer

Definition at line 48 of file itkLevelSetQuadEdgeMesh.h.

template<class TMesh >
typedef Superclass::GradientType itk::LevelSetQuadEdgeMesh< TMesh >::GradientType

Definition at line 63 of file itkLevelSetQuadEdgeMesh.h.

template<class TMesh >
typedef Superclass::HessianType itk::LevelSetQuadEdgeMesh< TMesh >::HessianType

Definition at line 64 of file itkLevelSetQuadEdgeMesh.h.

template<class TMesh >
typedef Superclass::InputType itk::LevelSetQuadEdgeMesh< TMesh >::InputType

Definition at line 58 of file itkLevelSetQuadEdgeMesh.h.

template<class TMesh >
typedef Superclass::LevelSetDataType itk::LevelSetQuadEdgeMesh< TMesh >::LevelSetDataType

Definition at line 65 of file itkLevelSetQuadEdgeMesh.h.

template<class TMesh >
typedef TMesh::Pointer itk::LevelSetQuadEdgeMesh< TMesh >::MeshPointer

Definition at line 44 of file itkLevelSetQuadEdgeMesh.h.

template<class TMesh >
typedef TMesh itk::LevelSetQuadEdgeMesh< TMesh >::MeshType

Definition at line 43 of file itkLevelSetQuadEdgeMesh.h.

template<class TMesh >
typedef Superclass::OutputRealType itk::LevelSetQuadEdgeMesh< TMesh >::OutputRealType

Definition at line 62 of file itkLevelSetQuadEdgeMesh.h.

template<class TMesh >
typedef Superclass::OutputType itk::LevelSetQuadEdgeMesh< TMesh >::OutputType

Definition at line 61 of file itkLevelSetQuadEdgeMesh.h.

template<class TMesh >
typedef SmartPointer< Self > itk::LevelSetQuadEdgeMesh< TMesh >::Pointer

Definition at line 47 of file itkLevelSetQuadEdgeMesh.h.

template<class TMesh >
typedef LevelSetQuadEdgeMesh itk::LevelSetQuadEdgeMesh< TMesh >::Self

Definition at line 46 of file itkLevelSetQuadEdgeMesh.h.

template<class TMesh >
typedef LevelSetBase< typename MeshType::PointIdentifier, MeshType::PointDimension, typename MeshType::PixelType, MeshType > itk::LevelSetQuadEdgeMesh< TMesh >::Superclass

Definition at line 52 of file itkLevelSetQuadEdgeMesh.h.

Constructor & Destructor Documentation

template<class TMesh >
itk::LevelSetQuadEdgeMesh< TMesh >::LevelSetQuadEdgeMesh ( )
protected
template<class TMesh >
virtual itk::LevelSetQuadEdgeMesh< TMesh >::~LevelSetQuadEdgeMesh ( )
protectedvirtual
template<class TMesh >
itk::LevelSetQuadEdgeMesh< TMesh >::LevelSetQuadEdgeMesh ( const Self )
private

Member Function Documentation

template<class TMesh >
virtual void itk::LevelSetQuadEdgeMesh< TMesh >::CopyInformation ( const DataObject data)
virtual

Copy level set information from data object

Reimplemented from itk::LevelSetBase< TMesh::PointIdentifier, TMesh::PointDimension, TMesh::PixelType, TMesh >.

template<class TMesh >
virtual::itk::LightObject::Pointer itk::LevelSetQuadEdgeMesh< TMesh >::CreateAnother ( void  ) const
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.

template<class TMesh >
virtual OutputType itk::LevelSetQuadEdgeMesh< TMesh >::Evaluate ( const InputType iP) const
virtual

Returns the value of the level set function at a given location iP

template<class TMesh >
virtual void itk::LevelSetQuadEdgeMesh< TMesh >::Evaluate ( const InputType iP,
LevelSetDataType ioData 
) const
virtual

Returns the value of the level set function at a given location iP as part of the LevelSetDataType

template<class TMesh >
virtual GradientType itk::LevelSetQuadEdgeMesh< TMesh >::EvaluateGradient ( const InputType iP) const
virtual

Returns the image gradient of the level set function at a given location iP

Todo:
to be implemented
template<class TMesh >
virtual void itk::LevelSetQuadEdgeMesh< TMesh >::EvaluateGradient ( const InputType iP,
LevelSetDataType ioData 
) const
virtual

Returns the gradient of the level set function at a given location iP as part of the LevelSetDataType

Todo:
to be implemented
template<class TMesh >
virtual HessianType itk::LevelSetQuadEdgeMesh< TMesh >::EvaluateHessian ( const InputType iP) const
virtual

Returns the image hessian of the level set function at a given location iP

Todo:
to be implemented
template<class TMesh >
virtual void itk::LevelSetQuadEdgeMesh< TMesh >::EvaluateHessian ( const InputType iP,
LevelSetDataType ioData 
) const
virtual

Returns the Hessian of the level set function at a given location iP as part of the LevelSetDataType

Todo:
to be implemented
template<class TMesh >
virtual const MeshType* itk::LevelSetQuadEdgeMesh< TMesh >::GetMesh ( ) const
virtual
template<class TMesh >
virtual MeshType* itk::LevelSetQuadEdgeMesh< TMesh >::GetModifiableMesh ( )
virtual
template<class TMesh >
virtual const char* itk::LevelSetQuadEdgeMesh< TMesh >::GetNameOfClass ( ) const
virtual
template<class TMesh >
virtual void itk::LevelSetQuadEdgeMesh< TMesh >::Graft ( const DataObject data)
virtual
template<class TMesh >
virtual void itk::LevelSetQuadEdgeMesh< TMesh >::Initialize ( )
virtual
template<class TMesh >
static Pointer itk::LevelSetQuadEdgeMesh< TMesh >::New ( )
static

Method for creation through object factory

template<class TMesh >
void itk::LevelSetQuadEdgeMesh< TMesh >::operator= ( const Self )
private
template<class TMesh >
virtual void itk::LevelSetQuadEdgeMesh< TMesh >::SetMesh ( MeshType _arg)
virtual

Member Data Documentation

template<class TMesh >
MeshPointer itk::LevelSetQuadEdgeMesh< TMesh >::m_Mesh
private

Definition at line 113 of file itkLevelSetQuadEdgeMesh.h.


The documentation for this class was generated from the following file: