#include "vuTFunc/vuTFIntensity.h"
#include "vuCamera.h"
#include "Volume.h"
Include dependency graph for VolSet.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | VolumeSet |
This class is managing several volumes. More... | |
Defines | |
#define | ITERATE_VOLS(f) |
Apply a Volume member function to all volumes in the array. |
|
Value: do { int c;\ for( c=0; c<m_NVolumes; c++) \ if(m_Volumes[c]) m_Volumes[c]->f; \ }while(0);
Definition at line 9 of file VolSet.h. Referenced by VolumeSet::clearSlice(), VolumeSet::computeSlice(), VolumeSet::rotateSliceX(), VolumeSet::rotateSliceY(), VolumeSet::rotateSliceZ(), VolumeSet::setCamera(), VolumeSet::setSliceBias(), and VolumeSet::setSliceScale(). |