i3d::VOI< T > Struct Template Reference
#include <voi.h>
Public Member Functions | |
| VOI (T off_x=0, T off_y=0, T off_z=0, T sz_x=0, T sz_y=0, T sz_z=0) | |
| constructor | |
| VOI (const Vector3d< T > &o, const Vector3d< T > &s) | |
| constructor | |
| bool | is_empty (void) |
| test whether the VOI is empty. i.e. size.x == size.y == size.z == 0 | |
| VOI & | operator+= (const VOI &v) |
| Union of two VOIs. | |
| VOI & | operator *= (const VOI &v) |
| Intersection of two VOIs. | |
Public Attributes | |
| Vector3d< T > | offset |
| origin of volume of interest (VOI) | |
| Vector3d< T > | size |
| size of VOI | |
Detailed Description
template<class T>
struct i3d::VOI< T >
Volume of interest -- area in any image
The documentation for this struct was generated from the following file:
- voi.h
