|
NAMEVolPack - introduction to VolPack, a library for volume rendering DESCRIPTIONVolPack is a portable software library for volume rendering. It is based on a new family of fast volume rendering algorithms (see Philippe Lacroute and Marc Levoy, Fast Volume Rendering Using a Shear-Warp Factorization of the Viewing Transformation, Proc. SIGGRAPH '94, in Computer Graphics, Annual Conference Series, 1994, pp. 451-458). For a tutorial introduction to the library see the VolPack User's Guide. The following list includes all of the functions in the library grouped by general function, along with the corresponding man pages. Rendering ContextsvpCreateContext vpCreateContext(3)
VolumesvpSetVolumeSize vpSetVolumeSize(3)
Classified VolumesvpSetClassifierTable vpSetClassifierTable(3)
Min-Max OctreesvpCreateMinMaxOctree vpCreateMinMaxOctree(3)
View TransformationsvpCurrentMatrix vpCurrentMatrix(3)
Shading and LightingvpSetLookupShader vpSetLookupShader(3)
RenderingvpSetImage vpSetImage(3)
State VariablesvpEnable vpEnable(3)
File I/OvpLoadClassifiedVolume vpLoadRawVolume(3)
Utility FunctionsvpRamp vpRamp(3)
Error HandlingvpGetError vpGetError(3)
DebuggingvpSetDebug vpSetDebug(3)
DATA TYPESThe following data types are declared in the VolPack header file (volpack.h):
AVAILABILITYSource code and documentation for VolPack are available free via the World Wide Web (http://www-graphics.stanford.edu/software/volpack) or by anonymous ftp (ftp://graphics.stanford.edu/pub/volpack). SEE ALSOVolPack User's Guide
|