|
NorMIT-nav
22.09
An IGT application
|
Go to the documentation of this file.
12 #ifndef GRAPHICALOBJECTWITHDIRECTION_H
13 #define GRAPHICALOBJECTWITHDIRECTION_H
15 #include "cxResourceVisualizationExport.h"
41 void setDirection(
Vector3D direction);
42 void setVectorUp(
const Vector3D &up);
47 void updateOrientation();
63 #endif // GRAPHICALOBJECTWITHDIRECTION_H
Namespace for all CustusX production code.
vtkSmartPointer< class vtkPolyDataMapper > vtkPolyDataMapperPtr
Base helper class for rendering objects with a specific direction in 3D.
vtkSuperquadricSourcePtr mSource
vtkSmartPointer< class vtkSuperquadricSource > vtkSuperquadricSourcePtr
vtkSmartPointer< vtkPolyData > vtkPolyDataPtr
vtkSmartPointer< class vtkActor > vtkActorPtr
boost::shared_ptr< GraphicalObjectWithDirection > GraphicalObjectWithDirectionPtr
vtkPolyDataMapperPtr mMapper
Eigen::Vector3d Vector3D
Vector3D is a representation of a point or vector in 3D.
vtkSmartPointer< class vtkRenderer > vtkRendererPtr