Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::BloxPixel< TItemType > Class Template Reference
[Image Representation Objects]

Holds a linked list of BloxItem's. More...

#include <itkBloxPixel.h>

Inheritance diagram for itk::BloxPixel:

Inheritance graph
[legend]
Collaboration diagram for itk::BloxPixel< TItemType >:

Collaboration graph
[legend]
List of all members.

Public Methods

void DeleteListEntries ()
unsigned long int GetSize ()
 BloxPixel ()
 ~BloxPixel ()

Detailed Description

template<typename TItemType>
class itk::BloxPixel< TItemType >

Holds a linked list of BloxItem's.

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.


Constructor & Destructor Documentation

template<typename TItemType>
itk::BloxPixel< TItemType >::BloxPixel  
 

template<typename TItemType>
itk::BloxPixel< TItemType >::~BloxPixel  
 


Member Function Documentation

template<typename TItemType>
void itk::BloxPixel< TItemType >::DeleteListEntries  
 

Delete all entries in the list, then clear the list.

template<typename TItemType>
unsigned long int itk::BloxPixel< TItemType >::GetSize   [inline]
 

Get the number of items stored in the blox.

Definition at line 53 of file itkBloxPixel.h.


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:19:58 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000