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:
50  vtkTypeMacro(vtkProjectedAAHexahedraMapper,
53  virtual void PrintSelf(ostream &os, vtkIndent indent);
54 
56 
58  virtual void SetVisibilitySort(vtkVisibilitySort *sort);
59  vtkGetObjectMacro(VisibilitySort, vtkVisibilitySort);
61 
64  virtual bool IsRenderSupported(vtkRenderWindow *w)=0;
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
#define VTKRENDERINGVOLUME_EXPORT
Abstract class that can sort cell data along a viewpoint.
dynamic, self-adjusting array of float
Definition: vtkFloatArray.h:45
Detect and break reference loops.
virtual void ReportReferences(vtkGarbageCollector *)
a simple class to control print indentation
Definition: vtkIndent.h:38
Abstract class for a unstructured grid volume mapper.
volume mapper for axis-aligned hexahedra
represents the common properties for rendering a volume.
dynamic, self-adjusting array of unsigned char
create a window for renderers to draw into
static vtkAlgorithm * New()
represent and manipulate 3D points
Definition: vtkPoints.h:38
void PrintSelf(ostream &os, vtkIndent indent)