Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

CmdColorScaleSettings Class Reference

Change the settings for the color scale. More...

#include <CmdColor.h>

Inheritance diagram for CmdColorScaleSettings:

Command List of all members.

Public Methods

 CmdColorScaleSettings (float newmid, float newmin, float newmax)

Public Attributes

float mid
float min
float max

Protected Methods

virtual void create_text (void)
 virtual function which is called when a text version of the command must be created to be printed to the console or a log file. More...


Detailed Description

Change the settings for the color scale.

Definition at line 76 of file CmdColor.h.


Constructor & Destructor Documentation

CmdColorScaleSettings::CmdColorScaleSettings float    newmid,
float    newmin,
float    newmax
 

Definition at line 92 of file CmdColor.C.


Member Function Documentation

void CmdColorScaleSettings::create_text void    [protected, virtual]
 

virtual function which is called when a text version of the command must be created to be printed to the console or a log file.

Reimplemented from Command.

Definition at line 85 of file CmdColor.C.

References Command::cmdText, max, mid, and min.


Member Data Documentation

float CmdColorScaleSettings::max
 

Definition at line 81 of file CmdColor.h.

Referenced by create_text.

float CmdColorScaleSettings::mid
 

Definition at line 81 of file CmdColor.h.

Referenced by create_text.

float CmdColorScaleSettings::min
 

Definition at line 81 of file CmdColor.h.

Referenced by create_text.


The documentation for this class was generated from the following files:
Generated on Thu Jul 3 01:28:16 2008 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002