CustusX  2023.01.05-dev+develop.0da12
An IGT application
cx::GraphicalArrow3D Class Reference

Helper for rendering an arrow in 3D. More...

#include <cxGraphicalPrimitives.h>

Public Member Functions

 GraphicalArrow3D (vtkRendererPtr renderer=vtkRendererPtr())
 
 ~GraphicalArrow3D ()
 
void setColor (QColor color)
 
void setValue (Vector3D base, Vector3D normal, double length)
 

Detailed Description

Helper for rendering an arrow in 3D.

Definition at line 187 of file cxGraphicalPrimitives.h.

Constructor & Destructor Documentation

cx::GraphicalArrow3D::GraphicalArrow3D ( vtkRendererPtr  renderer = vtkRendererPtr())

Definition at line 450 of file cxGraphicalPrimitives.cpp.

cx::GraphicalArrow3D::~GraphicalArrow3D ( )

Definition at line 465 of file cxGraphicalPrimitives.cpp.

Member Function Documentation

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

Definition at line 471 of file cxGraphicalPrimitives.cpp.

void cx::GraphicalArrow3D::setValue ( Vector3D  base,
Vector3D  normal,
double  length 
)

Definition at line 476 of file cxGraphicalPrimitives.cpp.


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