Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   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, int newrev, int posterize)

Public Attributes

float mid
float min
float max
int rev
int posterize

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,
int    newrev,
int    posterize
 

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.

int CmdColorScaleSettings::posterize
 

Definition at line 82 of file CmdColor.h.

int CmdColorScaleSettings::rev
 

Definition at line 82 of file CmdColor.h.


The documentation for this class was generated from the following files:
Generated on Tue Apr 23 04:24:58 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002