cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
osaODEBarrettHand.h
Go to the documentation of this file.
1 
2 
3 #ifndef _osaODEBarrettHand_h
4 #define _osaODEBarrettHand_h
5 
9 
10 
12 
20 
21  public:
22 
24  osaODEBarrettHand( const std::string& palmmodel,
25  const std::string& metacarpalmodel,
26  const std::string& proximalmodel,
27  const std::string& intermediatemodel,
28  osaODEWorld* world,
29  const vctFrame4x4<double>& Rtw0,
30  const std::string& f1f2filename,
31  const std::string& f3filename );
32 
34  osaODEBarrettHand( const std::string& palmmodel,
35  const std::string& metacarpalmodel,
36  const std::string& proximalmodel,
37  const std::string& intermediatemodel,
38  osaODEWorld* world,
39  const vctFrm3& Rtw0,
40  const std::string& f1f2filename,
41  const std::string& f3filename );
42 
44 
45 };
46 
47 #endif
#define CISST_EXPORT
Definition: cmnExportMacros.h:50
ODE Barrett Hand.
Definition: osaODEBarrettHand.h:19
OSG Barrett Hand.
Definition: osaOSGBH.h:18
Definition: osaODEWorld.h:58