#include <itkBloxBoundaryProfilePixel.h>
Public Types | |
typedef BloxBoundaryProfilePixel < NDimensions > | BoundaryProfileItemType |
typedef BloxBoundaryPointItem < NDimensions > | BPItemType |
typedef Point< double, NDimensions > | PositionType |
Public Member Functions | |
BloxBoundaryProfilePixel () | |
void | DeleteListEntries () |
virtual const char * | GetNameOfClass () const |
unsigned long int | GetSize () |
virtual | ~BloxBoundaryProfilePixel () |
Definition at line 29 of file itkBloxBoundaryProfilePixel.h.
typedef BloxBoundaryProfilePixel<NDimensions> itk::BloxBoundaryProfilePixel< NDimensions >::BoundaryProfileItemType |
The type of boundary profile item we process.
Definition at line 35 of file itkBloxBoundaryProfilePixel.h.
typedef BloxBoundaryPointItem<NDimensions> itk::BloxBoundaryProfilePixel< NDimensions >::BPItemType |
The type of boundary point item we process.
Definition at line 41 of file itkBloxBoundaryProfilePixel.h.
typedef Point<double, NDimensions> itk::BloxBoundaryProfilePixel< NDimensions >::PositionType |
The type used to store the position of the boundary point item.
Definition at line 44 of file itkBloxBoundaryProfilePixel.h.
itk::BloxBoundaryProfilePixel< NDimensions >::BloxBoundaryProfilePixel | ( | ) |
virtual itk::BloxBoundaryProfilePixel< NDimensions >::~BloxBoundaryProfilePixel | ( | ) | [virtual] |
void itk::BloxPixel< BloxBoundaryProfileItem< NDimensions > >::DeleteListEntries | ( | ) | [inherited] |
Delete all entries in the list, then clear the list.
virtual const char* itk::BloxBoundaryProfilePixel< NDimensions >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
unsigned long int itk::BloxPixel< BloxBoundaryProfileItem< NDimensions > >::GetSize | ( | void | ) | [inline, inherited] |
Get the number of items stored in the blox.
Definition at line 53 of file itkBloxPixel.h.