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 
38 
39 class vtkFloatArray;
40 class vtkPoints;
42 class vtkVisibilitySort;
43 class vtkVolumeProperty;
44 class vtkRenderWindow;
45 
47 {
48 public:
49  vtkTypeMacro(vtkProjectedAAHexahedraMapper,
52  virtual void PrintSelf(ostream &os, vtkIndent indent);
53 
55 
57  virtual void SetVisibilitySort(vtkVisibilitySort *sort);
58  vtkGetObjectMacro(VisibilitySort, vtkVisibilitySort);
60 
63  virtual bool IsRenderSupported(vtkRenderWindow *w)=0;
64 
65 protected:
68 
71  virtual void ReportReferences(vtkGarbageCollector *collector);
72 
74 
75 private:
77  void operator=(const vtkProjectedAAHexahedraMapper &); // Not Implemented.
78 };
79 
80 #endif