VTK
9.4.20251007
Main Page
Related Pages
Topics
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
14
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
~vtkAnariViewNodeFactory
() =
default
;
33
34
private
:
35
vtkAnariViewNodeFactory
(
const
vtkAnariViewNodeFactory
&) =
delete
;
36
void
operator=(
const
vtkAnariViewNodeFactory
&) =
delete
;
37
};
38
39
VTK_ABI_NAMESPACE_END
40
#endif
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()
vtkAnariViewNodeFactory::~vtkAnariViewNodeFactory
~vtkAnariViewNodeFactory()=default
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:29
vtkViewNodeFactory::vtkViewNodeFactory
vtkViewNodeFactory()
vtkViewNodeFactory.h
Generated on
for VTK by
1.14.0