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

CmdToolScaleForce Class Reference

change the force scaling factor for a tool. More...

#include <P_CmdTool.h>

Inheritance diagram for CmdToolScaleForce:

Command List of all members.

Public Methods

 CmdToolScaleForce (float thescale, int thenum)

Public Attributes

int num
float scale

Protected Methods

virtual void create_text ()
 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 force scaling factor for a tool.

Definition at line 72 of file P_CmdTool.h.


Constructor & Destructor Documentation

CmdToolScaleForce::CmdToolScaleForce float    thescale,
int    thenum
 

Definition at line 86 of file P_CmdTool.C.

References num, and scale.


Member Function Documentation

void CmdToolScaleForce::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 92 of file P_CmdTool.C.

References Command::cmdText, num, and scale.


Member Data Documentation

int CmdToolScaleForce::num
 

Definition at line 75 of file P_CmdTool.h.

Referenced by CmdToolScaleForce, and create_text.

float CmdToolScaleForce::scale
 

Definition at line 76 of file P_CmdTool.h.

Referenced by CmdToolScaleForce, and create_text.


The documentation for this class was generated from the following files:
Generated on Thu Mar 28 02:45:11 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002