ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
itk::QuadEdgeMeshFunctionBase< TMesh, TOutput > Class Template Reference

#include <itkQuadEdgeMeshFunctionBase.h>

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

Detailed Description

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

Definition at line 55 of file itkQuadEdgeMeshFunctionBase.h.

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
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 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 override
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () 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 override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int) override
 
virtual void UnRegister () const noexceptoverride
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () 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 () override
 
- 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 override
 
virtual void SetTimeStamp (const TimeStamp &time)
 
virtual ~Object () override
 
- 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
 
- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

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 ()
 
static Pointer New ()
 

Member Typedef Documentation

template<typename TMesh, typename TOutput>
typedef SmartPointer< const Self > itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::ConstPointer

Definition at line 63 of file itkQuadEdgeMeshFunctionBase.h.

template<typename TMesh, typename TOutput>
typedef MeshType::EdgeCellType itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::EdgeCellType

Definition at line 70 of file itkQuadEdgeMeshFunctionBase.h.

template<typename TMesh, typename TOutput>
typedef TMesh itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::MeshType

Mesh type that must be modified

Definition at line 66 of file itkQuadEdgeMeshFunctionBase.h.

template<typename TMesh, typename TOutput>
typedef TOutput itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::OutputType

Output type

Definition at line 73 of file itkQuadEdgeMeshFunctionBase.h.

template<typename TMesh, typename TOutput>
typedef SmartPointer< Self > itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::Pointer

Definition at line 62 of file itkQuadEdgeMeshFunctionBase.h.

template<typename TMesh, typename TOutput>
typedef QuadEdgeMeshFunctionBase itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::Self

Standard class typedefs.

Definition at line 60 of file itkQuadEdgeMeshFunctionBase.h.

template<typename TMesh, typename TOutput>
typedef Object itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::Superclass

Definition at line 61 of file itkQuadEdgeMeshFunctionBase.h.

Constructor & Destructor Documentation

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

Evaluate at the specified input position

Definition at line 88 of file itkQuadEdgeMeshFunctionBase.h.

template<typename TMesh, typename TOutput>
itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::~QuadEdgeMeshFunctionBase ( )
inlineoverrideprotected

Definition at line 93 of file itkQuadEdgeMeshFunctionBase.h.

Member Function Documentation

template<typename TMesh, typename TOutput>
virtual const char* itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::GetNameOfClass ( ) const
virtual
template<typename TMesh, typename 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<typename TMesh, typename TOutput>
MeshType* itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::m_Mesh
protected

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