Loading [MathJax]/extensions/TeX/AMSmath.js
Radium Engine  1.5.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
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
Definition: Cage.cpp:3