VAPOR3 3.9.4
TFUtils.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5namespace VAPoR {
6class MapperFunction;
7class ParamsMgr;
8} // namespace VAPoR
9
10namespace TFUtils {
11void LoadColormap(VAPoR::MapperFunction *tf, const std::string &path);
15} // namespace TFUtils
Parent class for TransferFunction and IsoControl, supports positioning histogram over color/opacity m...
A singleton class for managing Params instances.
Definition: ParamsMgr.h:53
void LoadTransferFunction(VAPoR::ParamsMgr *paramsMgr, VAPoR::MapperFunction *tf)
void LoadColormap(VAPoR::MapperFunction *tf, const std::string &path)
void SaveTransferFunction(VAPoR::ParamsMgr *paramsMgr, VAPoR::MapperFunction *tf)