Thanks to visit codestin.com
Credit goes to vtk.org
VTK
9.5.20251001
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Rendering
SceneGraph
vtkLightNode.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
13
#ifndef vtkLightNode_h
14
#define vtkLightNode_h
15
16
#include "vtkRenderingSceneGraphModule.h"
// For export macro
17
#include "
vtkViewNode.h
"
18
19
VTK_ABI_NAMESPACE_BEGIN
20
class
VTKRENDERINGSCENEGRAPH_EXPORT
vtkLightNode
:
public
vtkViewNode
21
{
22
public
:
23
static
vtkLightNode
*
New
();
24
vtkTypeMacro(
vtkLightNode
,
vtkViewNode
);
25
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
26
27
protected
:
28
vtkLightNode
();
29
~vtkLightNode
()
override
;
30
31
private
:
32
vtkLightNode
(
const
vtkLightNode
&) =
delete
;
33
void
operator=(
const
vtkLightNode
&) =
delete
;
34
};
35
36
VTK_ABI_NAMESPACE_END
37
#endif
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:108
vtkLightNode
vtkViewNode specialized for vtkLights
Definition
vtkLightNode.h:21
vtkLightNode::~vtkLightNode
~vtkLightNode() override
vtkLightNode::vtkLightNode
vtkLightNode()
vtkLightNode::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkLightNode::New
static vtkLightNode * New()
vtkViewNode
a node within a VTK scene graph
Definition
vtkViewNode.h:31
vtkViewNode.h
Generated on Wed Oct 1 2025 08:16:01 for VTK by
1.9.7