VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
IO
Export
vtkRIBLight.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkRIBLight.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
=========================================================================*/
28
#ifndef __vtkRIBLight_h
29
#define __vtkRIBLight_h
30
31
#include "vtkIOExportModule.h"
// For export macro
32
#include "
vtkLight.h
"
33
34
class
vtkRIBRenderer;
35
36
class
VTKIOEXPORT_EXPORT
vtkRIBLight
:
public
vtkLight
37
{
38
public
:
39
static
vtkRIBLight
*
New
();
40
vtkTypeMacro(
vtkRIBLight
,
vtkLight
);
41
void
PrintSelf
(ostream& os,
vtkIndent
indent);
42
43
vtkBooleanMacro(Shadows,
int
);
44
vtkSetMacro(Shadows,
int
);
45
vtkGetMacro(Shadows,
int
);
46
47
void
Render
(
vtkRenderer
*ren,
int
index
);
48
protected
:
49
vtkRIBLight
();
50
~
vtkRIBLight
();
51
52
vtkLight
*
Light
;
53
int
Shadows
;
54
private
:
55
vtkRIBLight
(
const
vtkRIBLight
&);
// Not implemented.
56
void
operator=(
const
vtkRIBLight
&);
// Not implemented.
57
};
58
59
#endif
Generated on Thu May 24 2012 22:22:29 for VTK by
1.8.1