Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

HxPixelAllocator Class Template Reference

Class for (logged) allocation and deallocation of pixel data. More...

#include <HxPixelAllocator.h>

List of all members.

Public Types

typedef PixelT * pointer
typedef const PixelT * const_pointer
typedef PixelT & reference
typedef const PixelT & const_reference
typedef PixelT value_type
typedef size_t size_type

Public Methods

 HxPixelAllocator ()
 ~HxPixelAllocator ()
pointer address (reference x)
const_pointer const_address (const_reference x)
pointer allocate (size_type n)
void deallocate (pointer p, size_type n=0)


Detailed Description

template<class PixelT>
class HxPixelAllocator< PixelT >

Class for (logged) allocation and deallocation of pixel data.


The documentation for this class was generated from the following files:
Generated on Mon Jan 27 15:49:08 2003 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001