#include <OpenTissue/configuration.h>
#include <OpenTissue/gpu/image/image.h>
#include <OpenTissue/gpu/image/image_make_noise.h>
#include <OpenTissue/gpu/texture/texture_texture2D.h>
#include <OpenTissue/core/math/math_constants.h>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::volume_rendering |
Typedefs | |
typedef OpenTissue::image::Image < unsigned char > | OpenTissue::volume_rendering::color_table_type |
typedef boost::shared_ptr < color_table_type > | OpenTissue::volume_rendering::color_table_pointer |
Functions | |
template<typename histogram_type , typename image_type > | |
void | OpenTissue::volume_rendering::compute_histogram_color_table (unsigned int entries, histogram_type const &histogram, image_type &color_table) |
template<typename image_type > | |
void | OpenTissue::volume_rendering::compute_linear_color_table (unsigned int entries, image_type &color_table, bool reverse=false, bool transparency=false) |
template<typename image_type > | |
void | OpenTissue::volume_rendering::compute_noise_color_table (unsigned int entries, image_type &color_table) |