ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkQuadEdgeMeshEulerOperatorSplitVertexFunction.h>
Split a vertex into two new connected vertices.
For two given edges e and f sharing the same dest(), disconnect the two rings, create a new point to be set at f->dest(), and create a new edge between e->Destination() and f->Destination().
Definition at line 39 of file itkQuadEdgeMeshEulerOperatorSplitVertexFunction.h.
typedef SmartPointer< const Self > itk::QuadEdgeMeshEulerOperatorSplitVertexFunction< TMesh, TQEType >::ConstPointer |
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.
Definition at line 48 of file itkQuadEdgeMeshEulerOperatorSplitVertexFunction.h.
typedef MeshType::EdgeCellType itk::QuadEdgeMeshEulerOperatorSplitVertexFunction< TMesh, TQEType >::EdgeCellType |
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.
Definition at line 60 of file itkQuadEdgeMeshEulerOperatorSplitVertexFunction.h.
typedef Superclass::MeshType itk::QuadEdgeMeshEulerOperatorSplitVertexFunction< TMesh, TQEType >::MeshType |
Mesh type that must be modified
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.
Definition at line 57 of file itkQuadEdgeMeshEulerOperatorSplitVertexFunction.h.
typedef Superclass::OutputType itk::QuadEdgeMeshEulerOperatorSplitVertexFunction< TMesh, TQEType >::OutputType |
Output type
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.
Definition at line 58 of file itkQuadEdgeMeshEulerOperatorSplitVertexFunction.h.
typedef SmartPointer< Self > itk::QuadEdgeMeshEulerOperatorSplitVertexFunction< TMesh, TQEType >::Pointer |
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.
Definition at line 47 of file itkQuadEdgeMeshEulerOperatorSplitVertexFunction.h.
typedef MeshType::PointIdentifier itk::QuadEdgeMeshEulerOperatorSplitVertexFunction< TMesh, TQEType >::PointIdentifier |
Definition at line 61 of file itkQuadEdgeMeshEulerOperatorSplitVertexFunction.h.
typedef TQEType itk::QuadEdgeMeshEulerOperatorSplitVertexFunction< TMesh, TQEType >::QEType |
Type of QuadEdge with which to apply slicing.
Definition at line 52 of file itkQuadEdgeMeshEulerOperatorSplitVertexFunction.h.
typedef QuadEdgeMeshEulerOperatorSplitVertexFunction itk::QuadEdgeMeshEulerOperatorSplitVertexFunction< TMesh, TQEType >::Self |
Standard class typedefs.
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.
Definition at line 45 of file itkQuadEdgeMeshEulerOperatorSplitVertexFunction.h.
typedef QuadEdgeMeshFunctionBase< TMesh, TQEType * > itk::QuadEdgeMeshEulerOperatorSplitVertexFunction< TMesh, TQEType >::Superclass |
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.
Definition at line 46 of file itkQuadEdgeMeshEulerOperatorSplitVertexFunction.h.
typedef MeshType::VertexRefType itk::QuadEdgeMeshEulerOperatorSplitVertexFunction< TMesh, TQEType >::VertexRefType |
Definition at line 59 of file itkQuadEdgeMeshEulerOperatorSplitVertexFunction.h.
itk::QuadEdgeMeshEulerOperatorSplitVertexFunction< TMesh, TQEType >::QuadEdgeMeshEulerOperatorSplitVertexFunction | ( | ) | [inline, protected] |
Definition at line 72 of file itkQuadEdgeMeshEulerOperatorSplitVertexFunction.h.
itk::QuadEdgeMeshEulerOperatorSplitVertexFunction< TMesh, TQEType >::~QuadEdgeMeshEulerOperatorSplitVertexFunction | ( | ) | [inline, protected] |
Definition at line 77 of file itkQuadEdgeMeshEulerOperatorSplitVertexFunction.h.
itk::QuadEdgeMeshEulerOperatorSplitVertexFunction< TMesh, TQEType >::QuadEdgeMeshEulerOperatorSplitVertexFunction | ( | const Self & | ) | [private] |
virtual::itk::LightObject::Pointer itk::QuadEdgeMeshEulerOperatorSplitVertexFunction< TMesh, TQEType >::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.
virtual OutputType itk::QuadEdgeMeshEulerOperatorSplitVertexFunction< TMesh, TQEType >::Evaluate | ( | QEType * | e, |
QEType * | f | ||
) | [virtual] |
Evaluate at the specified input position
virtual const char* itk::QuadEdgeMeshEulerOperatorSplitVertexFunction< TMesh, TQEType >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.
PointIdentifier itk::QuadEdgeMeshEulerOperatorSplitVertexFunction< TMesh, TQEType >::GetNewPointID | ( | ) | [inline] |
Definition at line 66 of file itkQuadEdgeMeshEulerOperatorSplitVertexFunction.h.
static Pointer itk::QuadEdgeMeshEulerOperatorSplitVertexFunction< TMesh, TQEType >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::Object.
void itk::QuadEdgeMeshEulerOperatorSplitVertexFunction< TMesh, TQEType >::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::QuadEdgeMeshFunctionBase< TMesh, TQEType * >.
PointIdentifier itk::QuadEdgeMeshEulerOperatorSplitVertexFunction< TMesh, TQEType >::m_NewPoint [private] |
Definition at line 84 of file itkQuadEdgeMeshEulerOperatorSplitVertexFunction.h.