#include <polarargline.h>
Public Member Functions | |
| PolarArgLine (void) | |
| void | set (double theta, double phi, double gamma, double size) |
| void | setColor (uchar r_=255, uchar g_=255, uchar b_=255) |
| void | setOn (bool b) |
| bool | isOn () const |
| void | setMollweide (bool b) |
| void | draw () |
Protected Attributes | |
| bool | on |
| bool | moll |
| qglviewer::Vec | v1 |
| qglviewer::Vec | v2 |
| qglviewer::Vec | col |
Definition at line 19 of file polarargline.h.
| PolarArgLine::PolarArgLine | ( | void | ) |
| void PolarArgLine::draw | ( | ) |
Definition at line 163 of file polarargline.cpp.
| bool PolarArgLine::isOn | ( | ) | const [inline] |
| void PolarArgLine::set | ( | double | theta, | |
| double | phi, | |||
| double | gamma, | |||
| double | size | |||
| ) |
Definition at line 111 of file polarargline.cpp.
References boost, setColor(), setOn(), spinVector(), v1, and v2.
| void PolarArgLine::setMollweide | ( | bool | b | ) | [inline] |
| void PolarArgLine::setOn | ( | bool | b | ) | [inline] |
qglviewer::Vec PolarArgLine::col [protected] |
bool PolarArgLine::moll [protected] |
Definition at line 23 of file polarargline.h.
Referenced by draw(), PolarArgLine(), and setMollweide().
bool PolarArgLine::on [protected] |
qglviewer::Vec PolarArgLine::v1 [protected] |
qglviewer::Vec PolarArgLine::v2 [protected] |
1.4.7