#include <itkBloxPixel.h>
Public Member Functions | |
void | DeleteListEntries () |
unsigned long int | GetSize () |
BloxPixel () | |
~BloxPixel () |
itk::BloxPixel is a specialized "value added" version of the basic STL list intended as a base class for all pixels stored in itk::BloxImage derived classes. A particular type of itk::BloxImage is fully specialized by setting the type of itk::BloxPixel that it holds, so in some sense this is the most important class in the blox hierarchy.
It is assumed that particular itk::BloxPixel derived types will add functionality to this base class; for example, eigenanalysis of core atom populations in itk::BloxCoreAtomPixel
Definition at line 45 of file itkBloxPixel.h.
|
|
|
|
|
Delete all entries in the list, then clear the list. |
|
Get the number of items stored in the blox. Definition at line 53 of file itkBloxPixel.h. |