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

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

Detailed Description

Helper for rendering a line in 3D.

Definition at line 167 of file cxGraphicalPrimitives.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

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.

void cx::GraphicalArc3D::setValue ( Vector3D  point1,
Vector3D  point2,
Vector3D  center 
)

Definition at line 429 of file cxGraphicalPrimitives.cpp.


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