25#ifndef _SOURCE_RENDERING_TFCOLORMAPS_H_
26#define _SOURCE_RENDERING_TFCOLORMAPS_H_
37 typedef fVector4 (*ColorMapperFunc)(
struct ColorMapper *mapper,
const float& s);
39 ColorMapperFunc getColorMapperFunc(
const std::string& name);
41 std::vector<std::string> getColorMapperFuncNames();
Tissue Forge rendering and visualization.
Definition tfAngle.h:38