VTK  9.3.20240919
vtkAnariViewNodeFactory.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
15#ifndef vtkAnariViewNodeFactory_h
16#define vtkAnariViewNodeFactory_h
17
18#include "vtkRenderingAnariModule.h" // For export macro
19#include "vtkViewNodeFactory.h"
20
21VTK_ABI_NAMESPACE_BEGIN
22
23class VTKRENDERINGANARI_EXPORT vtkAnariViewNodeFactory : public vtkViewNodeFactory
24{
25public:
28 void PrintSelf(ostream& os, vtkIndent indent) override;
29
30protected:
33
34private:
36 void operator=(const vtkAnariViewNodeFactory&) = delete;
37};
38
39VTK_ABI_NAMESPACE_END
40#endif
matches vtk rendering classes to specific ANARI ViewNode classes
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkAnariViewNodeFactory * New()
~vtkAnariViewNodeFactory()=default
a simple class to control print indentation
Definition vtkIndent.h:108
factory that chooses vtkViewNodes to create