VTK
|
00001 /*========================================================================= 00002 00003 Program: Visualization Toolkit 00004 Module: vtkToolkits.h.in 00005 00006 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen 00007 All rights reserved. 00008 See Copyright.txt or http://www.kitware.com/Copyright.htm for details. 00009 00010 This software is distributed WITHOUT ANY WARRANTY; without even 00011 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 00012 PURPOSE. See the above copyright notice for more information. 00013 00014 =========================================================================*/ 00015 #ifndef vtkToolkits_h 00016 #define vtkToolkits_h 00017 00018 /* This header is configured by VTK's build process. */ 00019 00020 /* The Hybrid and VolumeRendering kits are now switched with Rendering. */ 00021 #ifdef VTK_USE_RENDERING 00022 # define VTK_USE_HYBRID 00023 # define VTK_USE_VOLUMERENDERING 00024 #endif 00025 00026 /* #undef VTK_USE_VOLUMEPRO_1000 */ 00027 00028 /*--------------------------------------------------------------------------*/ 00029 /* Other Configuration Options */ 00030 00031 /* Whether VTK is using vfw32 and if it supports video capture */ 00032 /* #undef VTK_USE_VIDEO_FOR_WINDOWS */ 00033 /* #undef VTK_VFW_SUPPORTS_CAPTURE */ 00034 00035 /* Whether FFMPEG is found or not */ 00036 /* #undef VTK_USE_FFMPEG_ENCODER */ 00037 00038 /* Whether the user has linked in the MPEG2 library or not */ 00039 /* #undef VTK_USE_MPEG2_ENCODER */ 00040 00041 /* Whether the user wants to use the Ogg/Theora encoder or not */ 00042 /* #undef VTK_USE_OGGTHEORA_ENCODER */ 00043 00044 #endif