VTK  9.4.20241218
vtkAnariFollowerNode.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#ifndef vtkAnariFollowerNode_h
15#define vtkAnariFollowerNode_h
16
17#include "vtkAnariActorNode.h"
18
19VTK_ABI_NAMESPACE_BEGIN
20
21class VTKRENDERINGANARI_EXPORT vtkAnariFollowerNode : public vtkAnariActorNode
22{
23public:
26 void PrintSelf(ostream& os, vtkIndent indent) override;
27
33
34protected:
37
38private:
40 void operator=(const vtkAnariFollowerNode&) = delete;
41};
42
43VTK_ABI_NAMESPACE_END
44#endif
links vtkActor and vtkMapper to ANARI
links vtkFollower to ANARI
static vtkAnariFollowerNode * New()
vtkAnariFollowerNode()=default
~vtkAnariFollowerNode()=default
vtkMTimeType GetMTime() override
Overridden to take into account this renderables time, including its associated camera.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Definition vtkIndent.h:108
vtkTypeUInt32 vtkMTimeType
Definition vtkType.h:270