![]() |
CustusX
16.12
An IGT application
|
Helper for rendering a line in 3D. More...
#include <cxGraphicalPrimitives.h>
Public Member Functions | |
| GraphicalArc3D (vtkRendererPtr renderer=vtkRendererPtr()) | |
| ~GraphicalArc3D () | |
| void | setColor (QColor color) |
| void | setValue (Vector3D point1, Vector3D point2, Vector3D center) |
| void | setStipple (int stipple) |
| vtkActorPtr | getActor () |
Helper for rendering a line in 3D.
Definition at line 187 of file cxGraphicalPrimitives.h.
| cx::GraphicalArc3D::GraphicalArc3D | ( | vtkRendererPtr | renderer = vtkRendererPtr() | ) |
Definition at line 420 of file cxGraphicalPrimitives.cpp.
| cx::GraphicalArc3D::~GraphicalArc3D | ( | ) |
Definition at line 434 of file cxGraphicalPrimitives.cpp.
| vtkActorPtr cx::GraphicalArc3D::getActor | ( | ) |
Definition at line 457 of file cxGraphicalPrimitives.cpp.
| void cx::GraphicalArc3D::setColor | ( | QColor | color | ) |
Definition at line 440 of file cxGraphicalPrimitives.cpp.
| void cx::GraphicalArc3D::setStipple | ( | int | stipple | ) |
Definition at line 452 of file cxGraphicalPrimitives.cpp.
Definition at line 445 of file cxGraphicalPrimitives.cpp.