![]() |
Fraxinus
17.12-rc2
An IGT application
|
Helper for rendering a line in 3D. More...
#include <cxGraphicalPrimitives.h>
Public Member Functions | |
GraphicalLine3D (vtkRendererPtr renderer=vtkRendererPtr()) | |
void | setRenderer (vtkRendererPtr renderer=vtkRendererPtr()) |
~GraphicalLine3D () | |
void | setColor (QColor color) |
void | setValue (Vector3D point1, Vector3D point2) |
void | setStipple (int stipple) |
vtkActorPtr | getActor () |
Helper for rendering a line in 3D.
Definition at line 166 of file cxGraphicalPrimitives.h.
cx::GraphicalLine3D::GraphicalLine3D | ( | vtkRendererPtr | renderer = vtkRendererPtr() | ) |
Definition at line 363 of file cxGraphicalPrimitives.cpp.
cx::GraphicalLine3D::~GraphicalLine3D | ( | ) |
Definition at line 375 of file cxGraphicalPrimitives.cpp.
vtkActorPtr cx::GraphicalLine3D::getActor | ( | ) |
Definition at line 411 of file cxGraphicalPrimitives.cpp.
void cx::GraphicalLine3D::setColor | ( | QColor | color | ) |
Definition at line 395 of file cxGraphicalPrimitives.cpp.
void cx::GraphicalLine3D::setRenderer | ( | vtkRendererPtr | renderer = vtkRendererPtr() | ) |
Definition at line 380 of file cxGraphicalPrimitives.cpp.
void cx::GraphicalLine3D::setStipple | ( | int | stipple | ) |
Definition at line 406 of file cxGraphicalPrimitives.cpp.
Definition at line 400 of file cxGraphicalPrimitives.cpp.