#include <itkCorrespondingMedialNodeClique.h>
Collaboration diagram for itk::CorrespondingMedialNodeClique< VImageDimension, VCliqueSize >:

Definition at line 42 of file itkCorrespondingMedialNodeClique.h.
Public Types | |
| typedef vnl_vector_fixed< double, VCliqueSize > | CenterOfMassType |
| typedef FixedArray< vnl_vector_fixed< double, VImageDimension >, VCliqueSize > | CoordinateType |
| typedef BloxCoreAtomPixel< VImageDimension > | ItemType |
| typedef vnl_matrix_fixed< double, VImageDimension+1, VImageDimension+1 > | TransformMatrixType |
Public Member Functions | |
| CorrespondingMedialNodeClique () | |
| CenterOfMassType * | GetCenterOfMass () |
| float | GetCorrespondenceValue (int index) |
| CoordinateType * | GetNodeCoordinates () |
| int | GetNodeIndex (int index) |
| TransformMatrixType * | GetTransformMatrix () |
| Set and get the center of mass of the clique *void | SetCenterOfMass (CenterOfMassType *centerOfMass) |
| Set and get the correspondence value *void | SetCorrespondenceValue (int index, float correspondenceValue) |
| Set and get the coordinates of the nodes in the clique *void | SetNodeCoordinates (CoordinateType *coordinates) |
| Set and get the node index *void | SetNodeIndex (int index, int nodeIndex) |
| void | SetNodePointer (ItemType *itemPointer, unsigned int index) |
| Set and get the transform matrix *void | SetTransformMatrix (TransformMatrixType *transformMatrix) |
| ~CorrespondingMedialNodeClique () | |
Public Attributes | |
| std::vector< ItemType * > | ItemPointer |
|
|||||
|
Center mass of node clique in physical space. Definition at line 61 of file itkCorrespondingMedialNodeClique.h. |
|
|||||
|
Coordinate of node in clique in physical space. Definition at line 58 of file itkCorrespondingMedialNodeClique.h. |
|
|||||
|
Medial node typedef. Definition at line 47 of file itkCorrespondingMedialNodeClique.h. |
|
|||||
|
Transform matrix. Definition at line 65 of file itkCorrespondingMedialNodeClique.h. |
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
Definition at line 76 of file itkCorrespondingMedialNodeClique.h. |
|
||||||||||
|
Definition at line 94 of file itkCorrespondingMedialNodeClique.h. |
|
|||||||||
|
Definition at line 70 of file itkCorrespondingMedialNodeClique.h. |
|
||||||||||
|
Definition at line 88 of file itkCorrespondingMedialNodeClique.h. |
|
|||||||||
|
Definition at line 82 of file itkCorrespondingMedialNodeClique.h. |
|
||||||||||
|
Definition at line 74 of file itkCorrespondingMedialNodeClique.h. |
|
||||||||||||||||
|
Definition at line 92 of file itkCorrespondingMedialNodeClique.h. |
|
||||||||||
|
Definition at line 68 of file itkCorrespondingMedialNodeClique.h. |
|
||||||||||||||||
|
Definition at line 86 of file itkCorrespondingMedialNodeClique.h. |
|
||||||||||||||||
|
Set the pointer to medial nodes. Definition at line 53 of file itkCorrespondingMedialNodeClique.h. References itk::CorrespondingMedialNodeClique< VImageDimension, VCliqueSize >::ItemPointer. |
|
||||||||||
|
Definition at line 80 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(). |
1.4.2 written by Dimitri van Heesch,
© 1997-2000