#include "vtkAbstractVolumeMapper.h"
Include dependency graph for vtkVolumeMapper.h:

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

Go to the source code of this file.
Classes | |
| class | vtkVolumeMapper |
| Abstract class for a volume mapper. More... | |
Defines | |
| #define | VTK_CROP_SUBVOLUME 0x0002000 |
| #define | VTK_CROP_FENCE 0x2ebfeba |
| #define | VTK_CROP_INVERTED_FENCE 0x5140145 |
| #define | VTK_CROP_CROSS 0x0417410 |
| #define | VTK_CROP_INVERTED_CROSS 0x7be8bef |
| #define VTK_CROP_SUBVOLUME 0x0002000 |
Definition at line 36 of file vtkVolumeMapper.h.
Referenced by vtkVolumeMapper::SetCroppingRegionFlagsToSubVolume().
| #define VTK_CROP_FENCE 0x2ebfeba |
Definition at line 37 of file vtkVolumeMapper.h.
Referenced by vtkVolumeMapper::SetCroppingRegionFlagsToFence().
| #define VTK_CROP_INVERTED_FENCE 0x5140145 |
Definition at line 38 of file vtkVolumeMapper.h.
Referenced by vtkVolumeMapper::SetCroppingRegionFlagsToInvertedFence().
| #define VTK_CROP_CROSS 0x0417410 |
Definition at line 39 of file vtkVolumeMapper.h.
Referenced by vtkVolumeMapper::SetCroppingRegionFlagsToCross().
| #define VTK_CROP_INVERTED_CROSS 0x7be8bef |
Definition at line 40 of file vtkVolumeMapper.h.
Referenced by vtkVolumeMapper::SetCroppingRegionFlagsToInvertedCross().
1.5.1