#include <standardColorProcessor.h>
Inheritance diagram for VIEW::SecondaryStructureColorProcessor:
Public Member Functions | |
virtual void | getColor (const Composite &composite, ColorRGBA &color_to_be_set) |
Calculate a color for a Composite. | |
void | setHelixColor (const ColorRGBA &color) throw () |
void | setCoilColor (const ColorRGBA &color) throw () |
void | setStrandColor (const ColorRGBA &color) throw () |
void | setTurnColor (const ColorRGBA &color) throw () |
const ColorRGBA & | getHelixColor () const throw () |
const ColorRGBA & | getCoilColor () const throw () |
const ColorRGBA & | getStrandColor () const throw () |
const ColorRGBA & | getTurnColor () const throw () |
virtual void | setTransparency (Size t) throw () |
Set the transparency. |
|
Calculate a color for a Composite. The given ColorRGBA instance is set to the calculated color. This method is called by the operator() method. Here it just sets the default color. You have to overload this operator in derived classes. Reimplemented from VIEW::ColorProcessor. |
|
Set the transparency. To be overloaded in derived classes Reimplemented from VIEW::ColorProcessor. |