Radium Engine
1.5.20
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