VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
class
vtkShadowMapBakerPassTextures
26
{
27
public
:
28
vtksys_stl::vector<vtkSmartPointer<vtkTextureObject> >
Vector
;
29
};
30
31
class
vtkShadowMapBakerPassLightCameras
32
{
33
public
:
34
vtksys_stl::vector<vtkSmartPointer<vtkCamera> >
Vector
;
35
};
36
37
#endif
38
// VTK-HeaderTest-Exclude: vtkShadowMapPassInternal.h
vtkTextureObject.h
vtkShadowMapBakerPassTextures::Vector
vtksys_stl::vector< vtkSmartPointer< vtkTextureObject > > Vector
Definition:
vtkShadowMapPassInternal.h:28
vtkShadowMapBakerPassTextures
Definition:
vtkShadowMapPassInternal.h:25
vtkShadowMapBakerPassLightCameras::Vector
vtksys_stl::vector< vtkSmartPointer< vtkCamera > > Vector
Definition:
vtkShadowMapPassInternal.h:34
vtkShadowMapBakerPassLightCameras
Definition:
vtkShadowMapPassInternal.h:31
vtkCamera.h
Generated on Sat Jan 3 2015 22:29:57 for VTK by
1.8.8