Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkSystemIncludes Class Reference

transition VTK to ANSI C++, centralize inclusion of system files. More...

#include <vtkSystemIncludes.h>


Detailed Description

transition VTK to ANSI C++, centralize inclusion of system files.

Date:
2000/12/10 20:08:18
Revision:
1.6

The vtkSystemIncludes centralizes the inclusion of system include files. (This is particularly important as VTK moves towards ANSI C++.) For example, this include file enables user's to build VTK with STL (i.e., use std::ostream and other standard ANSI C++ functionality). A compile-time flag (VTK_USE_ANSI_STDLIB) must be set to enable ANSI C++ compliance. You'll probably also need to set various compiler flags. For example, on WIndows for ANSI C++, use /D "VTK_USE_ANSI_STDLIB" /GX /Zm1000 .


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 13:00:44 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001