Main Page | 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

Date
2003/12/15 17:09:47
Revision
1.27.2.1
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%):
  • Cedilnik, Andy (23%)
  • King, Brad (20%)
  • Schroeder, Will (14%)
  • Henderson, Amy (12%)
  • 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: