BRL-CAD
Collaboration diagram for Conversion Defines:

Macros

#define CV_TYPE_SHIFT   10
 
#define CV_CONVERT_SHIFT   13
 
#define CV_8   0x0400
 
#define CV_16   0x0800
 
#define CV_32   0x0c00
 
#define CV_64   0x1000
 
#define CV_D   0x1400
 
#define CV_CLIP   0x0000
 
#define CV_NORMAL   0x2000
 
#define CV_LIT   0x4000
 
#define END_NOTSET   0
 
#define END_BIG   1 /* PowerPC/MIPS */
 
#define END_LITTLE   2 /* Intel */
 
#define END_ILL   3 /* PDP-11 */
 
#define END_CRAY   4 /* Old Cray */
 
#define IND_NOTSET   0
 
#define IND_BIG   1
 
#define IND_LITTLE   2
 
#define IND_ILL   3
 
#define IND_CRAY   4
 

Detailed Description

Various convenience definitions for CV

Macro Definition Documentation

◆ CV_TYPE_SHIFT

#define CV_TYPE_SHIFT   10

Definition at line 122 of file cv.h.

◆ CV_CONVERT_SHIFT

#define CV_CONVERT_SHIFT   13

Definition at line 123 of file cv.h.

◆ CV_8

#define CV_8   0x0400

Definition at line 125 of file cv.h.

◆ CV_16

#define CV_16   0x0800

Definition at line 126 of file cv.h.

◆ CV_32

#define CV_32   0x0c00

Definition at line 127 of file cv.h.

◆ CV_64

#define CV_64   0x1000

Definition at line 128 of file cv.h.

◆ CV_D

#define CV_D   0x1400

Definition at line 129 of file cv.h.

◆ CV_CLIP

#define CV_CLIP   0x0000

Definition at line 131 of file cv.h.

◆ CV_NORMAL

#define CV_NORMAL   0x2000

Definition at line 132 of file cv.h.

◆ CV_LIT

#define CV_LIT   0x4000

Definition at line 133 of file cv.h.

◆ END_NOTSET

#define END_NOTSET   0

deprecated

Definition at line 136 of file cv.h.

◆ END_BIG

#define END_BIG   1 /* PowerPC/MIPS */

Definition at line 137 of file cv.h.

◆ END_LITTLE

#define END_LITTLE   2 /* Intel */

Definition at line 138 of file cv.h.

◆ END_ILL

#define END_ILL   3 /* PDP-11 */

Definition at line 139 of file cv.h.

◆ END_CRAY

#define END_CRAY   4 /* Old Cray */

Definition at line 140 of file cv.h.

◆ IND_NOTSET

#define IND_NOTSET   0

deprecated

Definition at line 143 of file cv.h.

◆ IND_BIG

#define IND_BIG   1

Definition at line 144 of file cv.h.

◆ IND_LITTLE

#define IND_LITTLE   2

Definition at line 145 of file cv.h.

◆ IND_ILL

#define IND_ILL   3

Definition at line 146 of file cv.h.

◆ IND_CRAY

#define IND_CRAY   4

Definition at line 147 of file cv.h.