Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <vlVolume/link_config.hpp>
#include <vlCore/Image.hpp>
Go to the source code of this file.
Namespaces | |
namespace | vl |
Visualization Library 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. | |
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. | |
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. | |
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. | |
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. |