Fraxinus  18.10
An IGT application
cx::GraphicalLine3D Class Reference

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 ()
 

Detailed Description

Helper for rendering a line in 3D.

Definition at line 145 of file cxGraphicalPrimitives.h.

Constructor & Destructor Documentation

cx::GraphicalLine3D::GraphicalLine3D ( vtkRendererPtr  renderer = vtkRendererPtr())

Definition at line 342 of file cxGraphicalPrimitives.cpp.

cx::GraphicalLine3D::~GraphicalLine3D ( )

Definition at line 354 of file cxGraphicalPrimitives.cpp.

Member Function Documentation

vtkActorPtr cx::GraphicalLine3D::getActor ( )

Definition at line 390 of file cxGraphicalPrimitives.cpp.

void cx::GraphicalLine3D::setColor ( QColor  color)

Definition at line 374 of file cxGraphicalPrimitives.cpp.

void cx::GraphicalLine3D::setRenderer ( vtkRendererPtr  renderer = vtkRendererPtr())

Definition at line 359 of file cxGraphicalPrimitives.cpp.

void cx::GraphicalLine3D::setStipple ( int  stipple)

Definition at line 385 of file cxGraphicalPrimitives.cpp.

void cx::GraphicalLine3D::setValue ( Vector3D  point1,
Vector3D  point2 
)

Definition at line 379 of file cxGraphicalPrimitives.cpp.


The documentation for this class was generated from the following files: