33 #ifndef CXGRAPHICALTORUS3D_H
34 #define CXGRAPHICALTORUS3D_H
36 #include "cxResourceVisualizationExport.h"
60 void setRadius(
double value);
61 void setThickness(
double radius);
62 void setColor(QColor color);
64 void setDirection(
Vector3D direction);
69 void updateOrientation();
84 #endif // CXGRAPHICALTORUS3D_H
vtkSmartPointer< class vtkActor > vtkActorPtr
vtkSmartPointer< class vtkPolyDataMapper > vtkPolyDataMapperPtr
Helper for rendering a torus in 3D.
vtkSmartPointer< class vtkPolyData > vtkPolyDataPtr
vtkSmartPointer< class vtkRenderer > vtkRendererPtr
Eigen::Vector3d Vector3D
Vector3D is a representation of a point or vector in 3D.
boost::shared_ptr< GraphicalTorus3D > GraphicalTorus3DPtr
vtkSmartPointer< class vtkSuperquadricSource > vtkSuperquadricSourcePtr