VTK  9.5.20250803
Classes
zSpaceTypes.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  ZSVector3
 Union representing a vector of 3 floats. More...
 
union  ZSMatrix4
 Union representing 4x4 matrix (right-handed OpenGL column-major format). / This structure is used by both the Stereo Frustum and Coordinate Space APIs. More...
 

Typedefs

typedef signed char ZSInt8
 Union representing a vector of 3 floats.
 
typedef short ZSInt16
 Union representing a vector of 3 floats.
 
typedef int ZSInt32
 Union representing a vector of 3 floats.
 
typedef long long ZSInt64
 Union representing a vector of 3 floats.
 
typedef unsigned char ZSUInt8
 Union representing a vector of 3 floats.
 
typedef unsigned short ZSUInt16
 Union representing a vector of 3 floats.
 
typedef unsigned int ZSUInt32
 Union representing a vector of 3 floats.
 
typedef unsigned long long ZSUInt64
 Union representing a vector of 3 floats.
 
typedef ZSInt8 ZSBool
 Union representing a vector of 3 floats.
 
typedef float ZSFloat
 Union representing a vector of 3 floats.
 
typedef double ZSDouble
 Union representing a vector of 3 floats.
 
typedef union ZSVector3 ZSVector3
 Union representing a vector of 3 floats.
 
typedef union ZSMatrix4 ZSMatrix4
 Union representing 4x4 matrix (right-handed OpenGL column-major format). / This structure is used by both the Stereo Frustum and Coordinate Space APIs.
 

Typedef Documentation

◆ ZSInt8

typedef signed char ZSInt8

Union representing a vector of 3 floats.

Definition at line 37 of file zSpaceTypes.h.

◆ ZSInt16

typedef short ZSInt16

Union representing a vector of 3 floats.

Definition at line 38 of file zSpaceTypes.h.

◆ ZSInt32

typedef int ZSInt32

Union representing a vector of 3 floats.

Definition at line 39 of file zSpaceTypes.h.

◆ ZSInt64

typedef long long ZSInt64

Union representing a vector of 3 floats.

Definition at line 40 of file zSpaceTypes.h.

◆ ZSUInt8

typedef unsigned char ZSUInt8

Union representing a vector of 3 floats.

Definition at line 42 of file zSpaceTypes.h.

◆ ZSUInt16

typedef unsigned short ZSUInt16

Union representing a vector of 3 floats.

Definition at line 43 of file zSpaceTypes.h.

◆ ZSUInt32

typedef unsigned int ZSUInt32

Union representing a vector of 3 floats.

Definition at line 44 of file zSpaceTypes.h.

◆ ZSUInt64

typedef unsigned long long ZSUInt64

Union representing a vector of 3 floats.

Definition at line 45 of file zSpaceTypes.h.

◆ ZSBool

typedef ZSInt8 ZSBool

Union representing a vector of 3 floats.

Definition at line 49 of file zSpaceTypes.h.

◆ ZSFloat

typedef float ZSFloat

Union representing a vector of 3 floats.

Definition at line 50 of file zSpaceTypes.h.

◆ ZSDouble

typedef double ZSDouble

Union representing a vector of 3 floats.

Definition at line 51 of file zSpaceTypes.h.

◆ ZSVector3

typedef union ZSVector3 ZSVector3

Union representing a vector of 3 floats.

◆ ZSMatrix4

typedef union ZSMatrix4 ZSMatrix4

Union representing 4x4 matrix (right-handed OpenGL column-major format). / This structure is used by both the Stereo Frustum and Coordinate Space APIs.