CustusX  15.3.4-beta
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cx::GraphicalPoint3D Class Reference

Helper for rendering a point in 3D. More...

#include <cxGraphicalPrimitives.h>

Public Member Functions

 GraphicalPoint3D (vtkRendererPtr renderer=vtkRendererPtr())
 
void setRenderer (vtkRendererPtr renderer=vtkRendererPtr())
 
 ~GraphicalPoint3D ()
 
void setRadius (double radius)
 
void setColor (QColor color)
 
void setValue (Vector3D point)
 
Vector3D getValue () const
 
vtkActorPtr getActor ()
 
vtkPolyDataPtr getPolyData ()
 

Detailed Description

Helper for rendering a point in 3D.

Definition at line 89 of file cxGraphicalPrimitives.h.

Constructor & Destructor Documentation

cx::GraphicalPoint3D::GraphicalPoint3D ( vtkRendererPtr  renderer = vtkRendererPtr())

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


Definition at line 146 of file cxGraphicalPrimitives.cpp.

cx::GraphicalPoint3D::~GraphicalPoint3D ( )

Definition at line 172 of file cxGraphicalPrimitives.cpp.

Member Function Documentation

vtkActorPtr cx::GraphicalPoint3D::getActor ( )

Definition at line 217 of file cxGraphicalPrimitives.cpp.

vtkPolyDataPtr cx::GraphicalPoint3D::getPolyData ( )

Definition at line 222 of file cxGraphicalPrimitives.cpp.

Vector3D cx::GraphicalPoint3D::getValue ( ) const

Definition at line 212 of file cxGraphicalPrimitives.cpp.

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

Definition at line 197 of file cxGraphicalPrimitives.cpp.

void cx::GraphicalPoint3D::setRadius ( double  radius)

Definition at line 192 of file cxGraphicalPrimitives.cpp.

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

Definition at line 177 of file cxGraphicalPrimitives.cpp.

void cx::GraphicalPoint3D::setValue ( Vector3D  point)

Definition at line 207 of file cxGraphicalPrimitives.cpp.


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