Fraxinus
22.09
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 167 of file cxGraphicalPrimitives.h.
cx::GraphicalArc3D::GraphicalArc3D | ( | vtkRendererPtr | renderer = vtkRendererPtr() | ) |
Definition at line 404 of file cxGraphicalPrimitives.cpp.
cx::GraphicalArc3D::~GraphicalArc3D | ( | ) |
Definition at line 418 of file cxGraphicalPrimitives.cpp.
vtkActorPtr cx::GraphicalArc3D::getActor | ( | ) |
Definition at line 441 of file cxGraphicalPrimitives.cpp.
void cx::GraphicalArc3D::setColor | ( | QColor | color | ) |
Definition at line 424 of file cxGraphicalPrimitives.cpp.
void cx::GraphicalArc3D::setStipple | ( | int | stipple | ) |
Definition at line 436 of file cxGraphicalPrimitives.cpp.
Definition at line 429 of file cxGraphicalPrimitives.cpp.