![]() |
CustusX
15.4.0-beta
An IGT application
|
Helper for rendering a point in 3D. More...
#include <cxGraphicalPrimitives.h>
Public Member Functions | |
GraphicalPoint3D (vtkRendererPtr renderer=vtkRendererPtr()) | |
void | setRenderer (vtkRendererPtr renderer=vtkRendererPtr()) |
~GraphicalPoint3D () | |
void | setRadius (double radius) |
void | setColor (QColor color) |
void | setValue (Vector3D point) |
Vector3D | getValue () const |
vtkActorPtr | getActor () |
vtkPolyDataPtr | getPolyData () |
Helper for rendering a point in 3D.
Definition at line 89 of file cxGraphicalPrimitives.h.
cx::GraphicalPoint3D::GraphicalPoint3D | ( | vtkRendererPtr | renderer = vtkRendererPtr() | ) |
Definition at line 145 of file cxGraphicalPrimitives.cpp.
cx::GraphicalPoint3D::~GraphicalPoint3D | ( | ) |
Definition at line 171 of file cxGraphicalPrimitives.cpp.
vtkActorPtr cx::GraphicalPoint3D::getActor | ( | ) |
Definition at line 211 of file cxGraphicalPrimitives.cpp.
vtkPolyDataPtr cx::GraphicalPoint3D::getPolyData | ( | ) |
Definition at line 216 of file cxGraphicalPrimitives.cpp.
Vector3D cx::GraphicalPoint3D::getValue | ( | ) | const |
Definition at line 206 of file cxGraphicalPrimitives.cpp.
void cx::GraphicalPoint3D::setColor | ( | QColor | color | ) |
Definition at line 196 of file cxGraphicalPrimitives.cpp.
void cx::GraphicalPoint3D::setRadius | ( | double | radius | ) |
Definition at line 191 of file cxGraphicalPrimitives.cpp.
void cx::GraphicalPoint3D::setRenderer | ( | vtkRendererPtr | renderer = vtkRendererPtr() | ) |
Definition at line 176 of file cxGraphicalPrimitives.cpp.
void cx::GraphicalPoint3D::setValue | ( | Vector3D | point | ) |
Definition at line 201 of file cxGraphicalPrimitives.cpp.