VTK  9.3.20240919
vtkAnariWindowNode.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
17#ifndef vtkAnariWindowNode_h
18#define vtkAnariWindowNode_h
19
20#include "vtkRenderingAnariModule.h" // For export macro
21#include "vtkWindowNode.h"
22
23VTK_ABI_NAMESPACE_BEGIN
24
25class VTKRENDERINGANARI_EXPORT vtkAnariWindowNode : public vtkWindowNode
26{
27public:
30 void PrintSelf(ostream& os, vtkIndent indent) override;
31
35 void Render(bool prepass) override;
36
37protected:
40
41private:
43 void operator=(const vtkAnariWindowNode&) = delete;
44};
45
46VTK_ABI_NAMESPACE_END
47#endif
links vtkRendererWindows to ANARI
static vtkAnariWindowNode * New()
void Render(bool prepass) override
Make ANARI calls to make visible.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkAnariWindowNode()=default
a simple class to control print indentation
Definition vtkIndent.h:108
vtkViewNode specialized for vtkRenderWindows