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

CmdToolOffset Class Reference

change the position offset for a tool. More...

#include <P_CmdTool.h>

Inheritance diagram for CmdToolOffset:

Command List of all members.

Public Methods

 CmdToolOffset (float *theoffset, int thenum)

Public Attributes

int num
float offset [3]

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 position offset for a tool.

Definition at line 94 of file P_CmdTool.h.


Constructor & Destructor Documentation

CmdToolOffset::CmdToolOffset float *    theoffset,
int    thenum
 

Definition at line 106 of file P_CmdTool.C.

References num, and offset.


Member Function Documentation

void CmdToolOffset::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 114 of file P_CmdTool.C.

References Command::cmdText, num, and offset.


Member Data Documentation

int CmdToolOffset::num
 

Definition at line 97 of file P_CmdTool.h.

Referenced by CmdToolOffset, and create_text.

float CmdToolOffset::offset[3]
 

Definition at line 98 of file P_CmdTool.h.

Referenced by CmdToolOffset, and create_text.


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