Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

VLConstants.h File Reference

#include <math.h>

Include dependency graph for VLConstants.h:

Go to the source code of this file.

Typedefs

typedef Axis vl_axis

Enumerations

enum  ZeroOrOne { vl_zero = 0, vl_0 = 0, vl_one = 1, vl_I = 1, vl_1 = 1 }
enum  Block { vl_Z = 0, vl_B = 1, vl_block = 1 }
enum  Axis { vl_x, vl_y, vl_z, vl_w }
enum  { VL_SV_END = -1 }

Variables

const Real vl_pi = 3.14159265358979323846
const Real vl_halfPi = vl_pi / 2.0
const UInt32 VL_REF_FLAG = UInt32(1) << (sizeof(UInt32) * 8 - 1)
const UInt32 VL_REF_MASK = (~VL_REF_FLAG)
const UInt32 VL_SV_MAX_INDEX = (1 << 30)
const Int VL_MAX_STEPS = 10000


Typedef Documentation

typedef Axis vl_axis

Definition at line 38 of file VLConstants.h.


Enumeration Type Documentation

enum Axis

Enumeration values:
vl_x  
vl_y  
vl_z  
vl_w  

Definition at line 37 of file VLConstants.h.

enum Block

Enumeration values:
vl_Z  
vl_B  
vl_block  

Definition at line 36 of file VLConstants.h.

enum ZeroOrOne

Enumeration values:
vl_zero  
vl_0  
vl_one  
vl_I  
vl_1  

Definition at line 35 of file VLConstants.h.


Enumeration Value Documentation

VL_SV_END = -1


Variable Documentation

const Int VL_MAX_STEPS = 10000

Definition at line 44 of file VLConstants.h.

const UInt32 VL_REF_FLAG = UInt32(1) << (sizeof(UInt32) * 8 - 1)

Definition at line 40 of file VLConstants.h.

const UInt32 VL_REF_MASK = (~VL_REF_FLAG)

Definition at line 41 of file VLConstants.h.

const UInt32 VL_SV_MAX_INDEX = (1 << 30)

Definition at line 43 of file VLConstants.h.

const Real vl_halfPi = vl_pi / 2.0

Definition at line 28 of file VLConstants.h.

const Real vl_pi = 3.14159265358979323846

Definition at line 27 of file VLConstants.h.


Generated at Sat Aug 5 00:16:49 2000 for Class Library by doxygen 1.1.0 written by Dimitri van Heesch, © 1997-2000