VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
home
demarle
Builds
VTK
release
Utilities
Doxygen
dox
Rendering
OpenGL
vtkShadowMapPassInternal.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkShadowMapPass.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
=========================================================================*/
15
16
// These internal classes are shared by vtkShadowMapBakerPass and
17
// vtkShadowMapPass.
18
19
#ifndef vtkShadowMapPassInternal_h
20
#define vtkShadowMapPassInternal_h
21
22
#include "
vtkCamera.h
"
23
#include "
vtkTextureObject.h
"
24
25
#include <vector>
26
class
vtkShadowMapBakerPassTextures
27
{
28
public
:
29
std::vector<vtkSmartPointer<vtkTextureObject> >
Vector
;
30
};
31
32
class
vtkShadowMapBakerPassLightCameras
33
{
34
public
:
35
std::vector<vtkSmartPointer<vtkCamera> >
Vector
;
36
};
37
38
#endif
39
// VTK-HeaderTest-Exclude: vtkShadowMapPassInternal.h
vtkTextureObject.h
vtkShadowMapBakerPassLightCameras::Vector
std::vector< vtkSmartPointer< vtkCamera > > Vector
Definition:
vtkShadowMapPassInternal.h:35
vtkShadowMapBakerPassTextures
Definition:
vtkShadowMapPassInternal.h:26
vtkShadowMapBakerPassLightCameras
Definition:
vtkShadowMapPassInternal.h:32
vtkShadowMapBakerPassTextures::Vector
std::vector< vtkSmartPointer< vtkTextureObject > > Vector
Definition:
vtkShadowMapPassInternal.h:29
vtkCamera.h
Generated by
1.8.9.1