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

vtkInt64Type Struct Reference

#include <vtkExtensionsTypes.h>

List of all members.


Detailed Description

The int64 types are known to be 64 bits each.

Care must be used when declaring variables of type vtkUint64Type or vtkInt64Type. Different hardware architectures and even different compilers have varying support for 64 bit values. The only guaranteed portability requires the use of the LL_ macros (see prlong.h).

Warning:
ISO C++ does not support `long long'.

Definition at line 185 of file vtkExtensionsTypes.h.

Public Attributes

vtkUint32Type hi
vtkUint32Type lo


Member Data Documentation

vtkUint32Type vtkInt64Type::hi
 

Definition at line 189 of file vtkExtensionsTypes.h.

vtkUint32Type vtkInt64Type::lo
 

Definition at line 189 of file vtkExtensionsTypes.h.


The documentation for this struct was generated from the following file:
Generated on Tue Aug 10 03:42:21 2004 for vtkExtensions by doxygen 1.3.7