VTK
9.5.20250911
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Rendering
ANARI
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
21
VTK_ABI_NAMESPACE_BEGIN
22
23
class
VTKRENDERINGANARI_EXPORT
vtkAnariViewNodeFactory
:
public
vtkViewNodeFactory
24
{
25
public
:
26
static
vtkAnariViewNodeFactory
*
New
();
27
vtkTypeMacro(
vtkAnariViewNodeFactory
,
vtkViewNodeFactory
);
28
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
29
30
protected
:
31
vtkAnariViewNodeFactory
();
32
33
private
:
34
vtkAnariViewNodeFactory
(
const
vtkAnariViewNodeFactory
&) =
delete
;
35
void
operator=(
const
vtkAnariViewNodeFactory
&) =
delete
;
36
};
37
38
VTK_ABI_NAMESPACE_END
39
#endif
vtkAnariViewNodeFactory
matches vtk rendering classes to specific ANARI ViewNode classes
Definition
vtkAnariViewNodeFactory.h:24
vtkAnariViewNodeFactory::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkAnariViewNodeFactory::New
static vtkAnariViewNodeFactory * New()
vtkAnariViewNodeFactory::vtkAnariViewNodeFactory
vtkAnariViewNodeFactory()
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:108
vtkViewNodeFactory
factory that chooses vtkViewNodes to create
Definition
vtkViewNodeFactory.h:26
vtkViewNodeFactory.h
Generated on Thu Sep 11 2025 08:25:53 for VTK by
1.9.7