aimstil
5.0.5
|
A 3D image class that stores data in cubes of size NX, NY, NZ. More...
#include <til/ImageB.h>
Additional Inherited Members | |
![]() | |
SmartObject (void) | |
Default constructor. More... | |
virtual | ~SmartObject () |
Destructor Do nothing special. More... | |
void | subscribe (void) |
Register to this object. More... | |
void | unsubscribe (void) |
Unregister to this object. More... | |
int | getReferenceCount (void) |
Get the number of pointers that have registered to this object. More... | |
void | lock () |
Disable garbage collection. More... | |
void | unlock () |
Re-enable garbage collection. More... | |
![]() | |
const numeric_array< int, 3 > & | dim () const |
get image dimension More... | |
int | size () const |
Get total number of elements in image. More... | |
const numeric_array< t_voxsize, 3 > & | vdim () const |
get voxel size More... | |
void | set_vdim (const numeric_array< t_voxsize, 3 > &vdim) |
Set the voxel coordinates. More... | |
![]() | |
void | set_dim (const numeric_array< int, 3 > &dim) |
bool | contains (const numeric_array< int, 3 > &p) const |
A 3D image class that stores data in cubes of size NX, NY, NZ.