NorMIT-nav  2023.01.05-dev+develop.0da12
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 146 of file cxGraphicalPrimitives.h.

Constructor & Destructor Documentation

◆ GraphicalLine3D()

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

Definition at line 347 of file cxGraphicalPrimitives.cpp.

◆ ~GraphicalLine3D()

cx::GraphicalLine3D::~GraphicalLine3D ( )

Definition at line 359 of file cxGraphicalPrimitives.cpp.

Member Function Documentation

◆ getActor()

vtkActorPtr cx::GraphicalLine3D::getActor ( )

Definition at line 395 of file cxGraphicalPrimitives.cpp.

◆ setColor()

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

Definition at line 379 of file cxGraphicalPrimitives.cpp.

◆ setRenderer()

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

Definition at line 364 of file cxGraphicalPrimitives.cpp.

◆ setStipple()

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

Definition at line 390 of file cxGraphicalPrimitives.cpp.

◆ setValue()

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

Definition at line 384 of file cxGraphicalPrimitives.cpp.


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