Fraxinus
17.12-rc4
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 142 of file cxGraphicalPrimitives.h.
cx::GraphicalPoint3D::GraphicalPoint3D | ( | vtkRendererPtr | renderer = vtkRendererPtr() | ) |
Definition at line 283 of file cxGraphicalPrimitives.cpp.
cx::GraphicalPoint3D::~GraphicalPoint3D | ( | ) |
Definition at line 309 of file cxGraphicalPrimitives.cpp.
vtkActorPtr cx::GraphicalPoint3D::getActor | ( | ) |
Definition at line 349 of file cxGraphicalPrimitives.cpp.
vtkPolyDataPtr cx::GraphicalPoint3D::getPolyData | ( | ) |
Definition at line 354 of file cxGraphicalPrimitives.cpp.
Vector3D cx::GraphicalPoint3D::getValue | ( | ) | const |
Definition at line 344 of file cxGraphicalPrimitives.cpp.
void cx::GraphicalPoint3D::setColor | ( | QColor | color | ) |
Definition at line 334 of file cxGraphicalPrimitives.cpp.
void cx::GraphicalPoint3D::setRadius | ( | double | radius | ) |
Definition at line 329 of file cxGraphicalPrimitives.cpp.
void cx::GraphicalPoint3D::setRenderer | ( | vtkRendererPtr | renderer = vtkRendererPtr() | ) |
Definition at line 314 of file cxGraphicalPrimitives.cpp.
void cx::GraphicalPoint3D::setValue | ( | Vector3D | point | ) |
Definition at line 339 of file cxGraphicalPrimitives.cpp.