Visualization Library 2.1.0
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Go to the source code of this file.
Namespaces | |
vl | |
Visualization Library main namespace. | |
Functions | |
VLVOLUME_EXPORT ref< Image > | vl::genRGBAVolume (const Image *data, const Image *trfunc, const fvec3 &light_dir, bool alpha_from_data=true) |
Generates an RGBA image based on the given data source and transfer function. More... | |
VLVOLUME_EXPORT ref< Image > | vl::genRGBAVolume (const Image *data, const Image *trfunc, bool alpha_from_data=true) |
Generates an RGBA image based on the given data source and transfer function. More... | |
VLVOLUME_EXPORT ref< Image > | vl::genGradientNormals (const Image *data) |
Generates an image whose RGB components represent the normals computed from the input image gradient packed into 0..1 range. More... | |
template<typename data_type , EImageType img_type> | |
VLVOLUME_EXPORT ref< Image > | vl::genRGBAVolumeT (const Image *data, const Image *trfunc, const fvec3 &light_dir, bool alpha_from_data) |
Internally used. More... | |
template<typename data_type , EImageType img_type> | |
VLVOLUME_EXPORT ref< Image > | vl::genRGBAVolumeT (const Image *data, const Image *trfunc, bool alpha_from_data) |
Internally used. More... | |
Visualization Library 2.1.0 Reference Documentation
Updated on Wed Mar 10 2021 16:02:43.
© Copyright Michele Bosi. All rights reserved.