Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
7f63731f
Commit
7f63731f
authored
Jan 28, 2010
by
Alexander Wiebel
Browse files
[ADD] alaias for data type enum
parent
fdfb0d6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/dataHandler/WDataHandlerEnums.h
src/dataHandler/WDataHandlerEnums.h
+1
-0
No files found.
src/dataHandler/WDataHandlerEnums.h
View file @
7f63731f
...
...
@@ -45,6 +45,7 @@ enum dataType
W_DT_ALL
=
255
,
/* not very useful (?) */
W_DT_INT8
=
256
,
/* signed char (8 bits) */
W_DT_UINT16
=
512
,
/* unsigned short (16 bits) */
W_DT_UINT8
=
2
,
/* alias for unsigned char (8 bits/voxel) */
W_DT_INT16
=
4
,
/* unsigned short (16 bits) alias name for W_DT_SIGNED_SHORT */
W_DT_UINT32
=
768
,
/* unsigned int (32 bits) */
W_DT_INT64
=
1024
,
/* long long (64 bits) */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment