#include <P_PrintTool.h>
Inheritance diagram for PrintTool:
Public Methods | |
PrintTool (int id, VMDApp *, Displayable *) | |
virtual void | do_event () |
Subclasses should override this method to perform tool-specific actions every display loop. More... | |
const char * | type_name () const |
return the name of this tool. Must be unique to all Tool subclasses! More... |
The print tool is the most basic of tools, as evidenced by the minimal amount of code it contains. All it does is allow users to print the tracker coordinates using the functionality provided by UIVR.
Definition at line 25 of file P_PrintTool.h.
|
Definition at line 27 of file P_PrintTool.C. |
|
Subclasses should override this method to perform tool-specific actions every display loop.
Reimplemented from Tool. Definition at line 32 of file P_PrintTool.C. References Tool::id, Matrix4::mat, Tool::orientation, Tool::position, and vec_copy. |
|
return the name of this tool. Must be unique to all Tool subclasses!
Implements Tool. Definition at line 30 of file P_PrintTool.h. |