CustusX  15.3.4-beta
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 113 of file cxGraphicalPrimitives.h.

Constructor & Destructor Documentation

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

-----------------------------------------------------—


Definition at line 233 of file cxGraphicalPrimitives.cpp.

cx::GraphicalLine3D::~GraphicalLine3D ( )

Definition at line 245 of file cxGraphicalPrimitives.cpp.

Member Function Documentation

vtkActorPtr cx::GraphicalLine3D::getActor ( )

Definition at line 281 of file cxGraphicalPrimitives.cpp.

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

Definition at line 265 of file cxGraphicalPrimitives.cpp.

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

Definition at line 250 of file cxGraphicalPrimitives.cpp.

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

Definition at line 276 of file cxGraphicalPrimitives.cpp.

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

Definition at line 270 of file cxGraphicalPrimitives.cpp.


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