VTK  9.4.20241218
vtkVolumeMapperNode.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
12#ifndef vtkVolumeMapperNode_h
13#define vtkVolumeMapperNode_h
14
15#include "vtkMapperNode.h"
16#include "vtkRenderingSceneGraphModule.h" // For export macro
17
18#include <vector> //for results
19
20VTK_ABI_NAMESPACE_BEGIN
21class vtkActor;
22class vtkVolumeMapper;
23class vtkPolyData;
24
25class VTKRENDERINGSCENEGRAPH_EXPORT vtkVolumeMapperNode : public vtkMapperNode
26{
27public:
30 void PrintSelf(ostream& os, vtkIndent indent) override;
31
32protected:
35
36private:
38 void operator=(const vtkVolumeMapperNode&) = delete;
39};
40
41VTK_ABI_NAMESPACE_END
42#endif
represents an object (geometry & properties) in a rendered scene
Definition vtkActor.h:151
a simple class to control print indentation
Definition vtkIndent.h:108
vtkViewNode specialized for vtkMappers
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkViewNode specialized for vtkVolumeMappers
static vtkVolumeMapperNode * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkVolumeMapperNode() override
Abstract class for a volume mapper.