![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
#include <aims/topology/topoBase.h>
Public Member Functions | |
TopologyBase () | |
virtual | ~TopologyBase () |
int | Cstar () |
int | Cbar () |
int * | X () |
void | flipX () |
void | computeLocalCCNumbers () |
virtual void | fillNeighborhood (const Point3d &, int) |
virtual void | fillNeighborhood (const Point3d &, int, int) |
virtual void | fillNeighborhoodComplement (const Point3d &, int) |
Protected Attributes | |
Connectivity26 | connex26 |
Components26Neighborhood * | _comp26 |
Components18Neighborhood * | _comp18 |
int | myX [27] |
int | _cstar |
int | _cbar |
Definition at line 44 of file topoBase.h.
TopologyBase::TopologyBase | ( | ) |
|
virtual |
|
inline |
Definition at line 52 of file topoBase.h.
References _cbar.
Referenced by TopologicalClassificationBase::Cbar().
void TopologyBase::computeLocalCCNumbers | ( | ) |
Referenced by X().
|
inline |
Definition at line 51 of file topoBase.h.
References _cstar.
Referenced by TopologicalClassificationBase::Cstar().
|
inlinevirtual |
Reimplemented in Topology< T >.
Definition at line 59 of file topoBase.h.
|
inlinevirtual |
Reimplemented in Topology< T >.
Definition at line 60 of file topoBase.h.
|
inlinevirtual |
Reimplemented in Topology< T >.
Definition at line 61 of file topoBase.h.
void TopologyBase::flipX | ( | ) |
Referenced by X().
|
inline |
Definition at line 54 of file topoBase.h.
References computeLocalCCNumbers(), flipX(), and myX.
|
protected |
Definition at line 73 of file topoBase.h.
Referenced by Cbar(), Topology< T >::fillNeighborhood(), and Topology< T >::fillNeighborhoodComplement().
|
protected |
Definition at line 68 of file topoBase.h.
|
protected |
Definition at line 67 of file topoBase.h.
|
protected |
Definition at line 72 of file topoBase.h.
Referenced by Cstar(), Topology< T >::fillNeighborhood(), and Topology< T >::fillNeighborhoodComplement().
|
protected |
Definition at line 65 of file topoBase.h.
Referenced by Topology< T >::fillNeighborhood(), and Topology< T >::fillNeighborhoodComplement().
|
protected |
Definition at line 70 of file topoBase.h.
Referenced by Topology< T >::fillNeighborhood(), Topology< T >::fillNeighborhoodComplement(), and X().