Fraxinus
22.09
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 146 of file cxGraphicalPrimitives.h.
cx::GraphicalLine3D::GraphicalLine3D | ( | vtkRendererPtr | renderer = vtkRendererPtr() | ) |
Definition at line 347 of file cxGraphicalPrimitives.cpp.
cx::GraphicalLine3D::~GraphicalLine3D | ( | ) |
Definition at line 359 of file cxGraphicalPrimitives.cpp.
vtkActorPtr cx::GraphicalLine3D::getActor | ( | ) |
Definition at line 395 of file cxGraphicalPrimitives.cpp.
void cx::GraphicalLine3D::setColor | ( | QColor | color | ) |
Definition at line 379 of file cxGraphicalPrimitives.cpp.
void cx::GraphicalLine3D::setRenderer | ( | vtkRendererPtr | renderer = vtkRendererPtr() | ) |
Definition at line 364 of file cxGraphicalPrimitives.cpp.
void cx::GraphicalLine3D::setStipple | ( | int | stipple | ) |
Definition at line 390 of file cxGraphicalPrimitives.cpp.
Definition at line 384 of file cxGraphicalPrimitives.cpp.