7 #ifndef __vtkPlusPolydataForce_h 8 #define __vtkPlusPolydataForce_h 10 #include "PlusConfigure.h" 11 #include "vtkPlusHapticsExport.h" 24 int GenerateForce(vtkMatrix4x4 * transformMatrix,
double force[3]);
25 int SetGamma(
double gamma);
26 void SetInput(vtkPolyData * poly);
31 double CalculateDistance(
double x,
double y,
double z);
32 void CalculateForce(
double x,
double y,
double z,
double force[3]);
virtual void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
static vtkPlusForceFeedback * New()
Direction vectors of rods y
virtual int GenerateForce(vtkMatrix4x4 *hapticPosition, double force[3])