Radium Engine  1.5.20
Loading...
Searching...
No Matches
pvmutils.hpp
1#pragma once
2
3namespace Ra {
4namespace IO {
5namespace PVMVolume {
6// source file extracted from http://www.stereofx.org/download/ V^3 Volume Renderer
7
25unsigned 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
hepler function to manage enum as underlying types in VariableSet
Definition Cage.cpp:3