VTK  9.3.20240425
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
18VTK_ABI_NAMESPACE_BEGIN
19class VTKRENDERINGRAYTRACING_EXPORT vtkOSPRayViewNodeFactory : public vtkViewNodeFactory
20{
21public:
24 void PrintSelf(ostream& os, vtkIndent indent) override;
25
26protected:
29
30private:
32 void operator=(const vtkOSPRayViewNodeFactory&) = delete;
33};
34
35VTK_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
~vtkOSPRayViewNodeFactory() override
static vtkOSPRayViewNodeFactory * New()
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