33 #ifndef CXVBCAMERAPATH_H
34 #define CXVBCAMERAPATH_H
69 int mNumberOfInputPoints;
70 int mNumberOfControlPoints;
74 double mLastCameraViewAngle;
75 double mLastCameraRotAngle;
77 void updateManualToolPosition();
78 void generateSplineCurve(
MeshPtr mesh);
94 #endif // CXVBCAMERAPATH_H
vtkSmartPointer< class vtkCardinalSpline > vtkCardinalSplinePtr
void cameraRawPointsSlot(MeshPtr mesh)
boost::shared_ptr< class TrackingService > TrackingServicePtr
vtkSmartPointer< class vtkParametricSpline > vtkParametricSplinePtr
void cameraRotateAngleSlot(int angle)
boost::shared_ptr< class PatientModelService > PatientModelServicePtr
void cameraViewAngleSlot(int angle)
Eigen::Vector3d Vector3D
Vector3D is a representation of a point or vector in 3D.
void cameraPathPositionSlot(int pos)
boost::shared_ptr< class Mesh > MeshPtr
CXVBcameraPath(TrackingServicePtr tracker, PatientModelServicePtr patientModel, ViewServicePtr visualization)
boost::shared_ptr< class Tool > ToolPtr