aimstil  5.0.5
ImageB.h
Go to the documentation of this file.
1 #ifndef TIL_IMAGEB_H
2 #define TIL_IMAGEB_H
3 
4 namespace til
5 {
6 
8  template < typename _TPixel, int NX, int NY, int NZ >
9  class ImageB : public SmartObject, public ImageBase
10  {
11  };
12 
13 
14 } // namespace til
15 
16 #endif
17 
A 3D image class that stores data in cubes of size NX, NY, NZ.
Definition: ImageB.h:9
Belongs to package Box Do not include directly, include til/Box.h instead.
Definition: Accumulator.h:10
Base class for all classes needing reference counting based garbage collection.
Definition: SmartObject.h:25
Collects common code accross all image classes.
Definition: ImageBase.h:19