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

CmdToolScaleSpring Class Reference

change the force feedback spring constant for a tool. More...

#include <P_CmdTool.h>

Inheritance diagram for CmdToolScaleSpring:

Command List of all members.

Public Methods

 CmdToolScaleSpring (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 feedback spring constant for a tool.

Definition at line 83 of file P_CmdTool.h.


Constructor & Destructor Documentation

CmdToolScaleSpring::CmdToolScaleSpring float    thescale,
int    thenum
 

Definition at line 96 of file P_CmdTool.C.

References num, and scale.


Member Function Documentation

void CmdToolScaleSpring::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 102 of file P_CmdTool.C.

References Command::cmdText, num, and scale.


Member Data Documentation

int CmdToolScaleSpring::num
 

Definition at line 86 of file P_CmdTool.h.

Referenced by CmdToolScaleSpring, and create_text.

float CmdToolScaleSpring::scale
 

Definition at line 87 of file P_CmdTool.h.

Referenced by CmdToolScaleSpring, and create_text.


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