#include <polarargline.h>
Public Member Functions | |
PolarArgLineSet (void) | |
void | set (HealpixMap *skymap) |
void | setOn (bool b) |
bool | isOn () const |
void | setMollweide (bool b) |
void | draw () |
Protected Attributes | |
bool | on |
Definition at line 39 of file polarargline.h.
PolarArgLineSet::PolarArgLineSet | ( | void | ) |
void PolarArgLineSet::draw | ( | ) |
Definition at line 276 of file polarargline.cpp.
References isOn().
Referenced by SkyViewer::draw().
bool PolarArgLineSet::isOn | ( | ) | const [inline] |
Definition at line 47 of file polarargline.h.
References on.
Referenced by SkyViewer::draw(), and draw().
void PolarArgLineSet::set | ( | HealpixMap * | skymap | ) |
Definition at line 216 of file polarargline.cpp.
References Skymap::has_Nobs(), Skymap::has_Polarization(), Nobs, HealpixMap::nside(), and Skymap::size().
Referenced by mainWindow::readFile().
void PolarArgLineSet::setMollweide | ( | bool | b | ) |
void PolarArgLineSet::setOn | ( | bool | b | ) | [inline] |
Definition at line 46 of file polarargline.h.
References on.
Referenced by mainWindow::newPolVect().
bool PolarArgLineSet::on [protected] |