Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

VolSet.h File Reference

#include "vuTFunc/vuTFIntensity.h"
#include "vuCamera.h"
#include "Volume.h"

Include dependency graph for VolSet.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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.


Define Documentation

#define ITERATE_VOLS  ) 
 

Value:

do { int c;\
    for( c=0; c<m_NVolumes; c++) \
        if(m_Volumes[c]) m_Volumes[c]->f; \
 }while(0);
Apply a Volume member function to all volumes in the array.

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().


Generated on Wed Dec 15 21:20:48 2004 for vuVolume by  doxygen 1.3.9.1