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

#include <itkQuadEdgeMeshFunctionBase.h>

+ Inheritance diagram for itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >:
+ Collaboration diagram for itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef MeshType::EdgeCellType EdgeCellType
typedef TMesh MeshType
typedef TOutput OutputType
typedef SmartPointer< SelfPointer
typedef QuadEdgeMeshFunctionBase Self
typedef Object Superclass
- Public Types inherited from itk::Object
- Public Types inherited from itk::LightObject

Public Member Functions

virtual const char * GetNameOfClass () const
virtual void SetInput (MeshType *input)
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
unsigned long AddObserver (const EventObject &event, Command *) const
virtual LightObject::Pointer CreateAnother () 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

Protected Member Functions

 ~QuadEdgeMeshFunctionBase ()
 QuadEdgeMeshFunctionBase ()
- Protected Member Functions inherited from itk::Object
 Object ()
bool PrintObservers (std::ostream &os, Indent indent) const
virtual void PrintSelf (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 ()

Protected Attributes

MeshTypem_Mesh

Private Member Functions

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

Additional Inherited Members

- Static Public Member Functions inherited from itk::Object
static bool GetGlobalWarningDisplay ()
static void GlobalWarningDisplayOff ()
static void GlobalWarningDisplayOn ()
static Pointer New ()
static void SetGlobalWarningDisplay (bool flag)
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()

Detailed Description

template<class TMesh, class TOutput>
class itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >

Definition at line 55 of file itkQuadEdgeMeshFunctionBase.h.


Member Typedef Documentation

template<class TMesh, class TOutput>
typedef SmartPointer< const Self > itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::ConstPointer
template<class TMesh, class TOutput>
typedef MeshType::EdgeCellType itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::EdgeCellType
template<class TMesh, class TOutput>
typedef TMesh itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::MeshType
template<class TMesh, class TOutput>
typedef TOutput itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::OutputType
template<class TMesh, class TOutput>
typedef SmartPointer< Self > itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::Pointer
template<class TMesh, class TOutput>
typedef QuadEdgeMeshFunctionBase itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::Self
template<class TMesh, class TOutput>
typedef Object itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::Superclass

Constructor & Destructor Documentation

template<class TMesh, class TOutput>
itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::QuadEdgeMeshFunctionBase ( )
inlineprotected

Evaluate at the specified input position

Definition at line 87 of file itkQuadEdgeMeshFunctionBase.h.

template<class TMesh, class TOutput>
itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::~QuadEdgeMeshFunctionBase ( )
inlineprotected

Definition at line 93 of file itkQuadEdgeMeshFunctionBase.h.

template<class TMesh, class TOutput>
itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::QuadEdgeMeshFunctionBase ( const Self )
private

Member Function Documentation

template<class TMesh, class TOutput>
virtual const char* itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::GetNameOfClass ( ) const
virtual
template<class TMesh, class TOutput>
void itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::operator= ( const Self )
private
template<class TMesh, class TOutput>
virtual void itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::SetInput ( MeshType input)
inlinevirtual

Set the mesh to be modified

Definition at line 76 of file itkQuadEdgeMeshFunctionBase.h.


Member Data Documentation

template<class TMesh, class TOutput>
MeshType* itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::m_Mesh
protected

Mesh on which to apply the modification

Definition at line 100 of file itkQuadEdgeMeshFunctionBase.h.


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