#include <itkCorrespondingMedialNodeClique.h>
Collaboration diagram for itk::CorrespondingMedialNodeClique< VImageDimension, VCliqueSize >:
Public Types | |
typedef BloxCoreAtomPixel< VImageDimension > | ItemType |
typedef FixedArray< vnl_vector_fixed< double, VImageDimension >, VCliqueSize > | CoordinateType |
typedef vnl_vector_fixed< double, VCliqueSize > | CenterOfMassType |
typedef vnl_matrix_fixed< double, VImageDimension+1, VImageDimension+1 > | TransformMatrixType |
Public Member Functions | |
void | SetNodePointer (ItemType *itemPointer, unsigned int index) |
CorrespondingMedialNodeClique () | |
~CorrespondingMedialNodeClique () | |
void | SetNodeCoordinates (CoordinateType *coordinates) |
CoordinateType * | GetNodeCoordinates () |
void | SetCenterOfMass (CenterOfMassType *centerOfMass) |
CenterOfMassType * | GetCenterOfMass () |
void | SetTransformMatrix (TransformMatrixType *transformMatrix) |
TransformMatrixType * | GetTransformMatrix () |
void | SetNodeIndex (int index, int nodeIndex) |
int | GetNodeIndex (int index) |
void | SetCorrespondenceValue (int index, float correspondenceValue) |
float | GetCorrespondenceValue (int index) |
Public Attributes | |
std::vector< ItemType * > | ItemPointer |
Definition at line 42 of file itkCorrespondingMedialNodeClique.h.
|
Center mass of node clique in physical space. Definition at line 59 of file itkCorrespondingMedialNodeClique.h. Referenced by itk::CorrespondingMedialNodeClique< VImageDimension, VCliqueSize >::GetCorrespondenceValue(), and itk::CorrespondingMedialNodeClique< VImageDimension, VCliqueSize >::SetCenterOfMass(). |
|
Coordinate of node in clique in physical space. Definition at line 56 of file itkCorrespondingMedialNodeClique.h. Referenced by itk::CorrespondingMedialNodeClique< VImageDimension, VCliqueSize >::GetCorrespondenceValue(), itk::CorrespondingMedialNodeClique< VImageDimension, VCliqueSize >::GetNodeCoordinates(), and itk::CorrespondingMedialNodeClique< VImageDimension, VCliqueSize >::SetNodeCoordinates(). |
|
Medial node typedef. Definition at line 47 of file itkCorrespondingMedialNodeClique.h. Referenced by itk::CorrespondingMedialNodeClique< VImageDimension, VCliqueSize >::SetNodePointer(). |
|
Transform matrix. Definition at line 62 of file itkCorrespondingMedialNodeClique.h. Referenced by itk::CorrespondingMedialNodeClique< VImageDimension, VCliqueSize >::GetCenterOfMass(), and itk::CorrespondingMedialNodeClique< VImageDimension, VCliqueSize >::GetCorrespondenceValue(). |
|
|
|
|
|
Set and get the center of mass of the clique. Definition at line 71 of file itkCorrespondingMedialNodeClique.h. References itk::CorrespondingMedialNodeClique< VImageDimension, VCliqueSize >::TransformMatrixType. |
|
Set and get the correspondence value. Definition at line 87 of file itkCorrespondingMedialNodeClique.h. References itk::CorrespondingMedialNodeClique< VImageDimension, VCliqueSize >::CenterOfMassType, itk::CorrespondingMedialNodeClique< VImageDimension, VCliqueSize >::CoordinateType, and itk::CorrespondingMedialNodeClique< VImageDimension, VCliqueSize >::TransformMatrixType. |
|
Set and get the coordinates of the nodes in the clique. Definition at line 66 of file itkCorrespondingMedialNodeClique.h. References itk::CorrespondingMedialNodeClique< VImageDimension, VCliqueSize >::CoordinateType. |
|
Set and get the node index. Definition at line 81 of file itkCorrespondingMedialNodeClique.h. |
|
Set and get the transform matrix. Definition at line 76 of file itkCorrespondingMedialNodeClique.h. |
|
Set and get the center of mass of the clique. Definition at line 70 of file itkCorrespondingMedialNodeClique.h. References itk::CorrespondingMedialNodeClique< VImageDimension, VCliqueSize >::CenterOfMassType. |
|
Set and get the correspondence value. Definition at line 85 of file itkCorrespondingMedialNodeClique.h. |
|
Set and get the coordinates of the nodes in the clique. Definition at line 65 of file itkCorrespondingMedialNodeClique.h. References itk::CorrespondingMedialNodeClique< VImageDimension, VCliqueSize >::CoordinateType. |
|
Set and get the node index. Definition at line 80 of file itkCorrespondingMedialNodeClique.h. |
|
Set the pointer to medial nodes. Definition at line 53 of file itkCorrespondingMedialNodeClique.h. References itk::CorrespondingMedialNodeClique< VImageDimension, VCliqueSize >::ItemPointer, and itk::CorrespondingMedialNodeClique< VImageDimension, VCliqueSize >::ItemType. |
|
Set and get the transform matrix. Definition at line 75 of file itkCorrespondingMedialNodeClique.h. |
|
A vector of pointers to medial nodes. Definition at line 50 of file itkCorrespondingMedialNodeClique.h. Referenced by itk::CorrespondingMedialNodeClique< VImageDimension, VCliqueSize >::SetNodePointer(). |