VTK  9.2.6
vtkVolumeMapperNode.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkVolumeMapperNode.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 =========================================================================*/
24 #ifndef vtkVolumeMapperNode_h
25 #define vtkVolumeMapperNode_h
26 
27 #include "vtkMapperNode.h"
28 #include "vtkRenderingSceneGraphModule.h" // For export macro
29 
30 #include <vector> //for results
31 
32 class vtkActor;
33 class vtkVolumeMapper;
34 class vtkPolyData;
35 
36 class VTKRENDERINGSCENEGRAPH_EXPORT vtkVolumeMapperNode : public vtkMapperNode
37 {
38 public:
39  static vtkVolumeMapperNode* New();
41  void PrintSelf(ostream& os, vtkIndent indent) override;
42 
43 protected:
45  ~vtkVolumeMapperNode() override;
46 
47 private:
49  void operator=(const vtkVolumeMapperNode&) = delete;
50 };
51 
52 #endif
represents an object (geometry & properties) in a rendered scene
Definition: vtkActor.h:51
Abstract class for a volume mapper.
vtkViewNode specialized for vtkVolumeMappers
static vtkMapperNode * New()
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:90
vtkViewNode specialized for vtkMappers
Definition: vtkMapperNode.h:38
a simple class to control print indentation
Definition: vtkIndent.h:39
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.