Radium Engine
1.5.20
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
i
l
m
n
o
p
q
r
s
t
v
z
Functions
a
c
d
f
g
i
l
m
n
o
p
q
r
s
t
v
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
b
d
f
i
m
s
v
w
Typedefs
a
b
c
f
g
i
k
o
r
s
t
v
Enumerations
Enumerator
Related Symbols
Files
File List
File Members
All
Macros
▼
Radium Engine
►
Radium Basics
►
Radium Concepts
►
Developer manual
►
Licenses
Todo List
Deprecated List
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
src
►
Core
►
Engine
►
Gui
►
Headless
▼
IO
►
AssimpLoader
►
CameraLoader
►
deprecated
►
TinyPlyLoader
▼
VolumesLoader
pvmutils.cpp
pvmutils.hpp
VolumeLoader.cpp
VolumeLoader.hpp
pch.hpp
RaIO.hpp
►
PluginBase
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
pvmutils.hpp
1
#pragma once
2
3
namespace
Ra
{
4
namespace
IO {
5
namespace
PVMVolume {
6
// source file extracted from http://www.stereofx.org/download/ V^3 Volume Renderer
7
25
unsigned
char
* readPVMvolume(
const
char
* filename,
26
unsigned
int
* width,
27
unsigned
int
* height,
28
unsigned
int
* depth,
29
unsigned
int
* bytes =
nullptr
,
30
float
* scalex =
nullptr
,
31
float
* scaley =
nullptr
,
32
float
* scalez =
nullptr
,
33
unsigned
char
** desc =
nullptr
,
34
unsigned
char
** courtesy =
nullptr
,
35
unsigned
char
** parameter =
nullptr
,
36
unsigned
char
** comment =
nullptr
);
37
38
}
// namespace PVMVolume
39
40
}
// namespace IO
41
}
// namespace Ra
Ra
hepler function to manage enum as underlying types in VariableSet
Definition
Cage.cpp:3
src
IO
VolumesLoader
pvmutils.hpp
Generated by
1.12.0