Part of the itkCorrespondenceDataStructure. More...
#include <itkCorrespondingList.h>
Public Member Functions | |
CorrespondingList () | |
unsigned long int | GetSize () |
~CorrespondingList () | |
int | GetIndex (int i) |
void | SetIndex (int i, int value) |
Part of the itkCorrespondenceDataStructure.
Definition at line 35 of file itkCorrespondingList.h.
itk::CorrespondingList< TItemType, VCliqueSize >::CorrespondingList | ( | ) |
Constructor
itk::CorrespondingList< TItemType, VCliqueSize >::~CorrespondingList | ( | ) |
Destructor
int itk::CorrespondingList< TItemType, VCliqueSize >::GetIndex | ( | int | i | ) | [inline] |
Set and Get functions for thesecondary indices in the base node clique.
Definition at line 44 of file itkCorrespondingList.h.
unsigned long int itk::CorrespondingList< TItemType, VCliqueSize >::GetSize | ( | void | ) | [inline] |
Get the number of items stored in the blox.
Definition at line 40 of file itkCorrespondingList.h.
void itk::CorrespondingList< TItemType, VCliqueSize >::SetIndex | ( | int | i, | |
int | value | |||
) | [inline] |
Set and Get functions for thesecondary indices in the base node clique.
Definition at line 45 of file itkCorrespondingList.h.