VTK  9.3.20240418
vtkOSPRayViewNodeFactory.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 vtkOSPRayViewNodeFactory_h
13 #define vtkOSPRayViewNodeFactory_h
14 
15 #include "vtkRenderingRayTracingModule.h" // For export macro
16 #include "vtkViewNodeFactory.h"
17 
18 VTK_ABI_NAMESPACE_BEGIN
19 class VTKRENDERINGRAYTRACING_EXPORT vtkOSPRayViewNodeFactory : public vtkViewNodeFactory
20 {
21 public:
24  void PrintSelf(ostream& os, vtkIndent indent) override;
25 
26 protected:
29 
30 private:
32  void operator=(const vtkOSPRayViewNodeFactory&) = delete;
33 };
34 
35 VTK_ABI_NAMESPACE_END
36 #endif
a simple class to control print indentation
Definition: vtkIndent.h:108
matches vtk rendering classes to specific ospray ViewNode classes
static vtkOSPRayViewNodeFactory * New()
~vtkOSPRayViewNodeFactory() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
factory that chooses vtkViewNodes to create