#include <face.h>
Public Member Functions | |
Face () | |
virtual | ~Face () |
void | faceNumber (const int face_) |
void | setRigging (const int nside, std::vector< double > &costhetas, bool viewmoll, double rad=1.) |
void | draw () |
void | toMollweide (double rad=1.) |
void | toMollweideBackfaceSplit (void) |
Protected Member Functions | |
void | setRigging_NP (const int nside, std::vector< double > &costhetas, double rad=1.) |
void | setRigging_EQ (const int nside, std::vector< double > &costhetas, double rad=1.) |
void | setRigging_SP (const int nside, std::vector< double > &costhetas, double rad=1.) |
Private Attributes | |
int | face |
bool | rigging_set |
GLVertList | quadList |
Definition at line 16 of file face.h.
void Face::draw | ( | ) |
Definition at line 259 of file face.cpp.
References face, MapException::Other, quadList, rigging_set, showface6, and showrigging.
void Face::faceNumber | ( | const int | face_ | ) | [inline] |
void Face::setRigging | ( | const int | nside, | |
std::vector< double > & | costhetas, | |||
bool | viewmoll, | |||
double | rad = 1. | |||
) |
void Face::setRigging_EQ | ( | const int | nside, | |
std::vector< double > & | costhetas, | |||
double | rad = 1. | |||
) | [protected] |
void Face::setRigging_NP | ( | const int | nside, | |
std::vector< double > & | costhetas, | |||
double | rad = 1. | |||
) | [protected] |
void Face::setRigging_SP | ( | const int | nside, | |
std::vector< double > & | costhetas, | |||
double | rad = 1. | |||
) | [protected] |
void Face::toMollweide | ( | double | rad = 1. |
) |
void Face::toMollweideBackfaceSplit | ( | void | ) |
Definition at line 366 of file face.cpp.
References face, quadList, GLPoint::s, GLPoint::t, GLPoint::y, and GLPoint::z.
Referenced by toMollweide().
int Face::face [private] |
Definition at line 19 of file face.h.
Referenced by draw(), faceNumber(), toMollweide(), and toMollweideBackfaceSplit().
GLVertList Face::quadList [private] |
Definition at line 21 of file face.h.
Referenced by draw(), toMollweide(), and toMollweideBackfaceSplit().
bool Face::rigging_set [private] |