Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

vtkExtensionsConfigure.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

vtkExtensionsConfigure

Autodetect OS, compiler, platform, CPU, and development environ.

Here is where system computed values get stored. These values should only change when the target compile platform changes.

Author:
Sean McInerney
Version:
Revision
1.4
Date:
Date
2004/05/27 08:10:33


#define VTK_EXTENSIONS_MAJOR_VERSION   0
 vtkExtensions Library Version.

#define VTK_EXTENSIONS_MINOR_VERSION   2
 vtkExtensions Library Version.

#define VTK_EXTENSIONS_MICRO_VERSION   0
 vtkExtensions Library Version.

#define VTK_EXTENSIONS_PATCH_VERSION   0
 vtkExtensions Library Version.

#define VTK_EXTENSIONS_VERSION   "0.2.0"
 vtkExtensions Library Version.

#define VTK_EXTENSIONS_RPM_VERSION   "0.2.0-0"
 vtkExtensions Library Version.


Defines

#define VTK_EXTENSIONS_BITS_PER_LONG   32
#define VTK_EXTENSIONS_BITS_PER_LONG_LOG2   5


Define Documentation

#define CMAKE_SIZEOF_CHAR   1
 

Sizes of fundemental types in the compilation environment.

Definition at line 170 of file vtkExtensionsConfigure.h.

#define CMAKE_SIZEOF_DOUBLE   8
 

Sizes of fundemental types in the compilation environment.

Definition at line 176 of file vtkExtensionsConfigure.h.

#define CMAKE_SIZEOF_FLOAT   4
 

Sizes of fundemental types in the compilation environment.

Definition at line 175 of file vtkExtensionsConfigure.h.

#define CMAKE_SIZEOF_INT   4
 

Sizes of fundemental types in the compilation environment.

Definition at line 172 of file vtkExtensionsConfigure.h.

#define CMAKE_SIZEOF_LONG   4
 

Sizes of fundemental types in the compilation environment.

Definition at line 173 of file vtkExtensionsConfigure.h.

#define CMAKE_SIZEOF_LONG_DOUBLE   16
 

Sizes of fundemental types in the compilation environment.

Definition at line 177 of file vtkExtensionsConfigure.h.

#define CMAKE_SIZEOF_LONG_LONG   8
 

Sizes of fundemental types in the compilation environment.

Definition at line 174 of file vtkExtensionsConfigure.h.

#define CMAKE_SIZEOF_POINTER   4
 

Sizes of fundemental types in the compilation environment.

Definition at line 178 of file vtkExtensionsConfigure.h.

#define CMAKE_SIZEOF_SHORT   2
 

Sizes of fundemental types in the compilation environment.

Definition at line 171 of file vtkExtensionsConfigure.h.

#define UNIX   1
 

Generic platform type.

Definition at line 135 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_ABS _x   )     ((_x)<0?-(_x):(_x))
 

Commonly used macros for operations on compatible types.

Definition at line 355 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_BEGIN_EXTERN_C
 

Macro shorthands for conditional C++ extern block delimiters.

Definition at line 342 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_BEGIN_MACRO   do {
 

Macro body brackets so that macros with compound statement definitions behave syntactically more like functions when called.

Definition at line 332 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_BITS_PER_LONG   32
 

Definition at line 209 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_BITS_PER_LONG_LOG2   5
 

Definition at line 210 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_BUILD_DEBUG
 

Force on vtkExtensions debug token if it was on in the build environ.

Definition at line 82 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_BUILD_SHARED_LIBS
 

Flag this build as shared or static.

Definition at line 92 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_BYTE_ORDER   LSBFirst
 

Byte order of the compilation target.

Definition at line 164 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_CLAMP _val,
_min,
_max   )     ((_val)<(_min)?(_min):((_val)>(_max)?(_max):(_val)))
 

Commonly used macros for operations on compatible types.

Definition at line 353 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_CRLF   "\015\012" /* A CR LF equivalent string */
 

Generic platform type.

Definition at line 156 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_CRSTR   "\015"
 

Generic platform type.

Definition at line 154 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_DEBUG
 

Force on vtkExtensions debug token if it was on in the build environ.

Definition at line 84 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_END_EXTERN_C
 

Macro shorthands for conditional C++ extern block delimiters.

Definition at line 343 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_END_MACRO   } while (0)
 

Macro body brackets so that macros with compound statement definitions behave syntactically more like functions when called.

Definition at line 333 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_FF   '\014'
 

Generic platform type.

Definition at line 152 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_FILE_ILLEGAL_CHARACTERS   ""
 

Generic platform type.

Definition at line 150 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_FILE_PATH_SEPARATOR   "/"
 

Generic platform type.

Definition at line 149 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_LFSTR   "\012"
 

Generic platform type.

Definition at line 155 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_LINEBREAK   "\012"
 

Generic platform type.

Definition at line 147 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_LINEBREAK_LEN   1
 

Generic platform type.

Definition at line 148 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_MAJOR_VERSION   0
 

vtkExtensions Library Version.

Definition at line 72 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_MAX _a,
_b   )     (((_a)>(_b))?(_a):(_b))
 

Commonly used macros for operations on compatible types.

Definition at line 349 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_MICRO_VERSION   0
 

vtkExtensions Library Version.

Definition at line 74 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_MIN _a,
_b   )     (((_a)<(_b))?(_a):(_b))
 

Commonly used macros for operations on compatible types.

Definition at line 351 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_MINOR_VERSION   2
 

vtkExtensions Library Version.

Definition at line 73 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_NAMESPACE_BEGIN
 

Define namespace symbols if the compiler supports it.

Definition at line 120 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_NAMESPACE_END
 

Define namespace symbols if the compiler supports it.

Definition at line 121 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_NAMESPACE_QUALIFIER
 

Define namespace symbols if the compiler supports it.

Definition at line 123 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_NAMESPACE_USE
 

Define namespace symbols if the compiler supports it.

Definition at line 122 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_NAMESPACE_USING _arg   )     ((void *) 0)
 

Define namespace symbols if the compiler supports it.

Definition at line 124 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_PATCH_VERSION   0
 

vtkExtensions Library Version.

Definition at line 75 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_ROUNDUP _x,
_y   )     ((((_x)+((_y)-1))/(_y))*(_y))
 

Commonly used macros for operations on compatible types.

Definition at line 357 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_RPM_VERSION   "0.2.0-0"
 

vtkExtensions Library Version.

Definition at line 77 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_TAB   '\011'
 

Generic platform type.

Definition at line 153 of file vtkExtensionsConfigure.h.

#define VTK_EXTENSIONS_VERSION   "0.2.0"
 

vtkExtensions Library Version.

Definition at line 76 of file vtkExtensionsConfigure.h.

#define VTK_SIZEOF_CHAR   CMAKE_SIZEOF_CHAR
 

Sizes of fundemental types in the compilation environment.

Definition at line 180 of file vtkExtensionsConfigure.h.

#define VTK_SIZEOF_DOUBLE   CMAKE_SIZEOF_DOUBLE
 

Sizes of fundemental types in the compilation environment.

Definition at line 198 of file vtkExtensionsConfigure.h.

#define VTK_SIZEOF_FLOAT   CMAKE_SIZEOF_FLOAT
 

Sizes of fundemental types in the compilation environment.

Definition at line 195 of file vtkExtensionsConfigure.h.

#define VTK_SIZEOF_INT   CMAKE_SIZEOF_INT
 

Sizes of fundemental types in the compilation environment.

Definition at line 186 of file vtkExtensionsConfigure.h.

#define VTK_SIZEOF_LONG   CMAKE_SIZEOF_LONG
 

Sizes of fundemental types in the compilation environment.

Definition at line 189 of file vtkExtensionsConfigure.h.

#define VTK_SIZEOF_LONG_DOUBLE   CMAKE_SIZEOF_LONG_DOUBLE
 

Sizes of fundemental types in the compilation environment.

Definition at line 201 of file vtkExtensionsConfigure.h.

#define VTK_SIZEOF_LONG_LONG   CMAKE_SIZEOF_LONG_LONG
 

Sizes of fundemental types in the compilation environment.

Definition at line 192 of file vtkExtensionsConfigure.h.

#define VTK_SIZEOF_POINTER   CMAKE_SIZEOF_POINTER
 

Sizes of fundemental types in the compilation environment.

Definition at line 204 of file vtkExtensionsConfigure.h.

#define VTK_SIZEOF_SHORT   CMAKE_SIZEOF_SHORT
 

Sizes of fundemental types in the compilation environment.

Definition at line 183 of file vtkExtensionsConfigure.h.


Generated on Tue Aug 10 03:39:11 2004 for vtkExtensions by doxygen 1.3.7