ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkQuadEdgeMeshFunctionBase.h>
Definition at line 55 of file itkQuadEdgeMeshFunctionBase.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef MeshType::EdgeCellType | EdgeCellType |
typedef TMesh | MeshType |
typedef TOutput | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef QuadEdgeMeshFunctionBase | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
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 |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary () |
const MetaDataDictionary & | GetMetaDataDictionary () const |
virtual ModifiedTimeType | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () 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 () | |
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 () |
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 | |
MeshType * | m_Mesh |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
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 () |
static Pointer | New () |
typedef SmartPointer< const Self > itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::ConstPointer |
Definition at line 63 of file itkQuadEdgeMeshFunctionBase.h.
typedef MeshType::EdgeCellType itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::EdgeCellType |
Definition at line 70 of file itkQuadEdgeMeshFunctionBase.h.
typedef TMesh itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::MeshType |
Mesh type that must be modified
Definition at line 66 of file itkQuadEdgeMeshFunctionBase.h.
typedef TOutput itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::OutputType |
Output type
Definition at line 73 of file itkQuadEdgeMeshFunctionBase.h.
typedef SmartPointer< Self > itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::Pointer |
Definition at line 62 of file itkQuadEdgeMeshFunctionBase.h.
typedef QuadEdgeMeshFunctionBase itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::Self |
Standard class typedefs.
Definition at line 60 of file itkQuadEdgeMeshFunctionBase.h.
typedef Object itk::QuadEdgeMeshFunctionBase< TMesh, TOutput >::Superclass |
Definition at line 61 of file itkQuadEdgeMeshFunctionBase.h.
|
inlineprotected |
Evaluate at the specified input position
Definition at line 88 of file itkQuadEdgeMeshFunctionBase.h.
|
inlineprotected |
Definition at line 93 of file itkQuadEdgeMeshFunctionBase.h.
|
private |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::Object.
Reimplemented in itk::QuadEdgeMeshEulerOperatorJoinVertexFunction< TMesh, TQEType >, itk::QuadEdgeMeshEulerOperatorFlipEdgeFunction< TMesh, TQEType >, itk::QuadEdgeMeshEulerOperatorSplitVertexFunction< TMesh, TQEType >, itk::QuadEdgeMeshEulerOperatorSplitEdgeFunction< TMesh, TQEType >, itk::QuadEdgeMeshEulerOperatorSplitFacetFunction< TMesh, TQEType >, itk::QuadEdgeMeshZipMeshFunction< TMesh, TQEType >, itk::QuadEdgeMeshEulerOperatorDeleteCenterVertexFunction< TMesh, TQEType >, itk::QuadEdgeMeshEulerOperatorCreateCenterVertexFunction< TMesh, TQEType >, and itk::QuadEdgeMeshEulerOperatorJoinFacetFunction< TMesh, TQEType >.
|
private |
|
inlinevirtual |
Set the mesh to be modified
Definition at line 76 of file itkQuadEdgeMeshFunctionBase.h.
|
protected |
Mesh on which to apply the modification
Definition at line 101 of file itkQuadEdgeMeshFunctionBase.h.
Referenced by itk::QuadEdgeMeshFunctionBase< TMesh, TQEType::OriginRefType >::QuadEdgeMeshFunctionBase(), and itk::QuadEdgeMeshFunctionBase< TMesh, TQEType::OriginRefType >::SetInput().