vtkToolkits.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkToolkits.h.in
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 #ifndef vtkToolkits_h
16 #define vtkToolkits_h
17 
18 /* This header is configured by VTK's build process. */
19 
20 /* The Hybrid and VolumeRendering kits are now switched with Rendering. */
21 #ifdef VTK_USE_RENDERING
22 # define VTK_USE_HYBRID
23 # define VTK_USE_VOLUMERENDERING
24 #endif
25 
26 /* #undef VTK_USE_VOLUMEPRO_1000 */
27 
28 /*--------------------------------------------------------------------------*/
29 /* Other Configuration Options */
30 
31 /* Whether VTK is using vfw32 and if it supports video capture */
32 /* #undef VTK_USE_VIDEO_FOR_WINDOWS */
33 /* #undef VTK_VFW_SUPPORTS_CAPTURE */
34 
35 /* Whether FFMPEG is found or not */
36 /* #undef VTK_USE_FFMPEG_ENCODER */
37 
38 /* Whether the user has linked in the MPEG2 library or not */
39 /* #undef VTK_USE_MPEG2_ENCODER */
40 
41 /* Whether the user wants to use the Ogg/Theora encoder or not */
42 /* #undef VTK_USE_OGGTHEORA_ENCODER */
43 
44 #endif