ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkQuadEdgeMeshTopologyChecker.h>
Make some basic checks in order to verify that the considered mesh is not degenerated and correctly represents a surface with a potential boundary.
We check that they are no isolated vertices, no isolated edges and that the Euler formula is possible.
This implementation was contributed as a paper to the Insight Journal http://hdl.handle.net/1926/306
Definition at line 41 of file itkQuadEdgeMeshTopologyChecker.h.
Public Types | |
typedef QuadEdgeMeshBoundaryEdgesMeshFunction < MeshType > | BoundaryEdges |
typedef MeshType::CellIdentifier | CellIdentifier |
typedef MeshType::CellsContainerConstIterator | CellsContainerConstIterator |
typedef SmartPointer< const Self > | ConstPointer |
typedef MeshType::EdgeCellType | EdgeCellType |
typedef ::itk::IdentifierType | IdentifierType |
typedef TMesh | MeshType |
typedef ::itk::OffsetValueType | OffsetValueType |
typedef SmartPointer< Self > | Pointer |
typedef MeshType::PointIdentifier | PointIdentifier |
typedef MeshType::QEPrimal | QEPrimal |
typedef QuadEdgeMeshTopologyChecker | 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 ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
virtual void | SetExpectedGenus (OffsetValueType _arg) |
virtual void | SetExpectedNumberOfBoundaries (CellIdentifier _arg) |
virtual void | SetExpectedNumberOfEdges (CellIdentifier _arg) |
virtual void | SetExpectedNumberOfFaces (CellIdentifier _arg) |
virtual void | SetExpectedNumberOfPoints (PointIdentifier _arg) |
virtual void | SetMesh (const MeshType *_arg) |
bool | ValidateEulerCharacteristic () const |
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 |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary (void) |
const MetaDataDictionary & | GetMetaDataDictionary (void) 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 |
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 () |
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 () |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const |
QuadEdgeMeshTopologyChecker () | |
~QuadEdgeMeshTopologyChecker () | |
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 Types | |
typedef MeshType::ConstPointer | MeshPointer |
Private Member Functions | |
void | operator= (const Self &) |
QuadEdgeMeshTopologyChecker (const Self &) | |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::LightObject | |
InternalReferenceCountType | m_ReferenceCount |
SimpleFastMutexLock | m_ReferenceCountLock |
typedef QuadEdgeMeshBoundaryEdgesMeshFunction< MeshType > itk::QuadEdgeMeshTopologyChecker< TMesh >::BoundaryEdges |
Definition at line 54 of file itkQuadEdgeMeshTopologyChecker.h.
typedef MeshType::CellIdentifier itk::QuadEdgeMeshTopologyChecker< TMesh >::CellIdentifier |
Definition at line 57 of file itkQuadEdgeMeshTopologyChecker.h.
typedef MeshType::CellsContainerConstIterator itk::QuadEdgeMeshTopologyChecker< TMesh >::CellsContainerConstIterator |
Definition at line 53 of file itkQuadEdgeMeshTopologyChecker.h.
typedef SmartPointer< const Self > itk::QuadEdgeMeshTopologyChecker< TMesh >::ConstPointer |
Definition at line 48 of file itkQuadEdgeMeshTopologyChecker.h.
typedef MeshType::EdgeCellType itk::QuadEdgeMeshTopologyChecker< TMesh >::EdgeCellType |
Definition at line 52 of file itkQuadEdgeMeshTopologyChecker.h.
typedef ::itk::IdentifierType itk::QuadEdgeMeshTopologyChecker< TMesh >::IdentifierType |
Definition at line 63 of file itkQuadEdgeMeshTopologyChecker.h.
|
private |
Definition at line 85 of file itkQuadEdgeMeshTopologyChecker.h.
typedef TMesh itk::QuadEdgeMeshTopologyChecker< TMesh >::MeshType |
Definition at line 50 of file itkQuadEdgeMeshTopologyChecker.h.
typedef ::itk::OffsetValueType itk::QuadEdgeMeshTopologyChecker< TMesh >::OffsetValueType |
Definition at line 66 of file itkQuadEdgeMeshTopologyChecker.h.
typedef SmartPointer< Self > itk::QuadEdgeMeshTopologyChecker< TMesh >::Pointer |
Definition at line 47 of file itkQuadEdgeMeshTopologyChecker.h.
typedef MeshType::PointIdentifier itk::QuadEdgeMeshTopologyChecker< TMesh >::PointIdentifier |
Definition at line 56 of file itkQuadEdgeMeshTopologyChecker.h.
typedef MeshType::QEPrimal itk::QuadEdgeMeshTopologyChecker< TMesh >::QEPrimal |
Definition at line 51 of file itkQuadEdgeMeshTopologyChecker.h.
typedef QuadEdgeMeshTopologyChecker itk::QuadEdgeMeshTopologyChecker< TMesh >::Self |
Definition at line 45 of file itkQuadEdgeMeshTopologyChecker.h.
typedef Object itk::QuadEdgeMeshTopologyChecker< TMesh >::Superclass |
Definition at line 46 of file itkQuadEdgeMeshTopologyChecker.h.
|
protected |
|
inlineprotected |
Definition at line 78 of file itkQuadEdgeMeshTopologyChecker.h.
|
private |
|
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 |
Standard part of all itk objects.
Reimplemented from itk::Object.
|
static |
|
private |
|
protectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::Object.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
bool itk::QuadEdgeMeshTopologyChecker< TMesh >::ValidateEulerCharacteristic | ( | ) | const |
|
private |
Definition at line 93 of file itkQuadEdgeMeshTopologyChecker.h.
|
private |
Definition at line 92 of file itkQuadEdgeMeshTopologyChecker.h.
|
private |
Definition at line 90 of file itkQuadEdgeMeshTopologyChecker.h.
|
private |
Definition at line 91 of file itkQuadEdgeMeshTopologyChecker.h.
|
private |
Definition at line 89 of file itkQuadEdgeMeshTopologyChecker.h.
|
private |
Definition at line 87 of file itkQuadEdgeMeshTopologyChecker.h.