VTK
vtkProjectedAAHexahedraMapper.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkProjectedAAHexahedraMapper.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
34 #ifndef vtkProjectedAAHexahedraMapper_h
35 #define vtkProjectedAAHexahedraMapper_h
36 
37 #include "vtkRenderingVolumeModule.h" // For export macro
39 
40 class vtkFloatArray;
41 class vtkPoints;
43 class vtkVisibilitySort;
44 class vtkVolumeProperty;
45 class vtkRenderWindow;
46 
48 {
49 public:
53  virtual void PrintSelf(ostream &os, vtkIndent indent);
54 
56 
58  virtual void SetVisibilitySort(vtkVisibilitySort *sort);
61 
65 
66 protected:
69 
72  virtual void ReportReferences(vtkGarbageCollector *collector);
73 
75 
76 private:
78  void operator=(const vtkProjectedAAHexahedraMapper &); // Not Implemented.
79 };
80 
81 #endif
vtkPoints
represent and manipulate 3D points
Definition: vtkPoints.h:39
vtkProjectedAAHexahedraMapper::SetVisibilitySort
virtual void SetVisibilitySort(vtkVisibilitySort *sort)
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
vtkFloatArray
dynamic, self-adjusting array of float
Definition: vtkFloatArray.h:49
vtkProjectedAAHexahedraMapper::vtkProjectedAAHexahedraMapper
vtkProjectedAAHexahedraMapper()
vtkRenderingVolumeModule.h
vtkUnsignedCharArray
dynamic, self-adjusting array of unsigned char
Definition: vtkUnsignedCharArray.h:49
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkProjectedAAHexahedraMapper::New
static vtkProjectedAAHexahedraMapper * New()
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkProjectedAAHexahedraMapper::~vtkProjectedAAHexahedraMapper
~vtkProjectedAAHexahedraMapper()
vtkProjectedAAHexahedraMapper::ReportReferences
virtual void ReportReferences(vtkGarbageCollector *collector)
vtkProjectedAAHexahedraMapper
volume mapper for axis-aligned hexahedra
Definition: vtkProjectedAAHexahedraMapper.h:48
vtkGarbageCollector
Detect and break reference loops.
Definition: vtkGarbageCollector.h:99
vtkVisibilitySort
Abstract class that can sort cell data along a viewpoint.
Definition: vtkVisibilitySort.h:57
vtkUnstructuredGridVolumeMapper
Abstract class for a unstructured grid volume mapper.
Definition: vtkUnstructuredGridVolumeMapper.h:40
vtkProjectedAAHexahedraMapper::PrintSelf
virtual void PrintSelf(ostream &os, vtkIndent indent)
VTKRENDERINGVOLUME_EXPORT
#define VTKRENDERINGVOLUME_EXPORT
Definition: vtkRenderingVolumeModule.h:15
vtkRenderWindow
create a window for renderers to draw into
Definition: vtkRenderWindow.h:89
vtkgl::w
GLubyte GLubyte GLubyte GLubyte w
Definition: vtkgl.h:12054
vtkUnstructuredGridVolumeMapper.h
vtkProjectedAAHexahedraMapper::IsRenderSupported
virtual bool IsRenderSupported(vtkRenderWindow *w)=0
vtkProjectedAAHexahedraMapper::VisibilitySort
vtkVisibilitySort * VisibilitySort
Definition: vtkProjectedAAHexahedraMapper.h:74
vtkVolumeProperty
represents the common properties for rendering a volume.
Definition: vtkVolumeProperty.h:60