Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkSystemIncludes Class Reference

#include <vtkSystemIncludes.h>


Detailed Description

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

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 configured flag in vtkConfigure.h (VTK_USE_ANSI_STDLIB) must be set to enable ANSI C++ compliance.

Created by:
  • Schroeder, Will
CVS contributions (if > 5%):
  • King, Brad (21%)
  • Cedilnik, Andy (21%)
  • Schroeder, Will (16%)
  • Henderson, Amy (11%)
  • Barre, Sebastien (11%)
  • Martin, Ken (6%)
  • Geveci, Berk (5%)
CVS logs (CVSweb):
  • .h (/Common/vtkSystemIncludes.h)


The documentation for this class was generated from the following file: