Rosetta 3.5
|
#include <RenderGridsToKinemage.hh>
Public Member Functions | |
ColorGradient (numeric::xyzVector< core::Real > const &value, core::Real const &lower, core::Real const &upper, std::string const &name) | |
Public Attributes | |
numeric::xyzVector< core::Real > | color_value |
core::Real | lower_bound |
core::Real | upper_bound |
std::string | color_name |
protocols::qsar::ColorGradient::ColorGradient | ( | numeric::xyzVector< core::Real > const & | value, |
core::Real const & | lower, | ||
core::Real const & | upper, | ||
std::string const & | name | ||
) |
References color_name, color_value, lower_bound, and upper_bound.
std::string protocols::qsar::ColorGradient::color_name |
numeric::xyzVector<core::Real> protocols::qsar::ColorGradient::color_value |
Referenced by ColorGradient(), and protocols::qsar::RenderGridsToKinemage::write_colors().
core::Real protocols::qsar::ColorGradient::lower_bound |
Referenced by ColorGradient(), and protocols::qsar::RenderGridsToKinemage::write_points().
core::Real protocols::qsar::ColorGradient::upper_bound |
Referenced by ColorGradient(), and protocols::qsar::RenderGridsToKinemage::write_points().