#include <haptic_v2.h>


Public Member Functions | |
| Haptic_v2 (char *machine_name) | |
| virtual | ~Haptic_v2 () |
| void | Update () |
| int | spaceChanged () |
Public Attributes | |
| Point3D | force |
| space * | my_space |
| space_t * | my_space_t |
| space_v * | my_space_v |
| space_i * | my_space_i |
| space_i * | points_to_save |
Static Public Attributes | |
| static const char * | rcsid = "@(#) $Id: haptic_v2.cpp,v 1.9 2001/10/17 16:49:35 kevin Exp $ $Copyright: (c)2001 National Biocomputation Center, Stanford University $" |
| static int | debug = 0 |
Definition at line 42 of file haptic_v2.h.
| Haptic_v2::Haptic_v2 | ( | char * | machine_name | ) |
Definition at line 29 of file haptic_v2.cpp.
| Haptic_v2::~Haptic_v2 | ( | ) | [virtual] |
Definition at line 72 of file haptic_v2.cpp.
| void Haptic_v2::Update | ( | ) | [virtual] |
| int Haptic_v2::spaceChanged | ( | ) |
Definition at line 220 of file haptic_v2.cpp.
Definition at line 45 of file haptic_v2.h.
Definition at line 46 of file haptic_v2.h.
Definition at line 47 of file haptic_v2.h.
Definition at line 48 of file haptic_v2.h.
Definition at line 49 of file haptic_v2.h.
Definition at line 50 of file haptic_v2.h.
const char * Haptic_v2::rcsid = "@(#) $Id: haptic_v2.cpp,v 1.9 2001/10/17 16:49:35 kevin Exp $ $Copyright: (c)2001 National Biocomputation Center, Stanford University $" [static] |
int Haptic_v2::debug = 0 [static] |
Definition at line 56 of file haptic_v2.h.
1.5.3