Visualization Library v1.0.3

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Namespaces | Functions

/home/master/UCL/VisualizationLibrary/src/vlVolume/VolumeUtils.hpp File Reference

#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< Imagevl::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< Imagevl::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< Imagevl::genRGBAVolumeT (const Image *data, const Image *trfunc, bool alpha_from_data)
 Internally used.

Visualization Library v1.0.3 Reference Documentation
Copyright Michele Bosi. All rights reserved.
Updated on Tue Feb 7 2017 00:55:04.
Permission is granted to use this page to write and publish articles regarding Visualization Library.