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

#include <itkLevelSetQuadEdgeMesh.h>

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

List of all members.

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 TMesh DomainType
typedef IdentifierType RegionType
- Public Types inherited from itk::DataObject
typedef std::string DataObjectIdentifierType
typedef std::vector< Pointer >
::size_type 
DataObjectPointerArraySizeType
- Public Types inherited from itk::Object
- Public Types inherited from itk::LightObject

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 MeshTypeGetMesh ()
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 unsigned long 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 (unsigned long time)
virtual const unsigned long & GetPipelineMTime ()
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 unsigned long 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 ()
 LevelSetBase ()
virtual ~LevelSetBase ()
- Protected Member Functions inherited from itk::DataObject
virtual void PropagateResetPipeline ()
 DataObject ()
 ~DataObject ()
void PrintSelf (std::ostream &os, Indent indent) const
- 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 ()

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
RegionType m_MaximumNumberOfRegions
RegionType m_NumberOfRegions
RegionType m_RequestedNumberOfRegions
RegionType m_BufferedRegion
RegionType m_RequestedRegion

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.


Member Typedef Documentation

template<class TMesh >
typedef SmartPointer< const Self > itk::LevelSetQuadEdgeMesh< TMesh >::ConstPointer
template<class TMesh >
typedef Superclass::GradientType itk::LevelSetQuadEdgeMesh< TMesh >::GradientType
template<class TMesh >
typedef Superclass::HessianType itk::LevelSetQuadEdgeMesh< TMesh >::HessianType
template<class TMesh >
typedef Superclass::InputType itk::LevelSetQuadEdgeMesh< TMesh >::InputType
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
template<class TMesh >
typedef Superclass::OutputType itk::LevelSetQuadEdgeMesh< TMesh >::OutputType
template<class TMesh >
typedef SmartPointer< Self > itk::LevelSetQuadEdgeMesh< TMesh >::Pointer
template<class TMesh >
typedef LevelSetQuadEdgeMesh itk::LevelSetQuadEdgeMesh< TMesh >::Self
template<class TMesh >
typedef LevelSetBase< typename MeshType::PointIdentifier, MeshType::PointDimension, typename MeshType::PixelType, MeshType > itk::LevelSetQuadEdgeMesh< TMesh >::Superclass

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 MeshType* itk::LevelSetQuadEdgeMesh< TMesh >::GetMesh ( )
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

Reimplemented from itk::Object.

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

Returns true if iP is inside the level set, i.e. $\phi(p) \leqslant 0 $

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

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 114 of file itkLevelSetQuadEdgeMesh.h.


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