kstars
cgmath Class Reference
#include <gmath.h>
Public Member Functions | |
cgmath () | |
virtual | ~cgmath () |
bool | calc_and_set_reticle (double start_x, double start_y, double end_x, double end_y) |
bool | calc_and_set_reticle2 (double start_ra_x, double start_ra_y, double end_ra_x, double end_ra_y, double start_dec_x, double start_dec_y, double end_dec_x, double end_dec_y) |
double | calc_phi (double start_x, double start_y, double end_x, double end_y) const |
void | do_processing (void) |
float * | get_data_buffer (int *width, int *height, int *length, int *size) |
void | get_guider_params (double *ccd_pix_wd, double *ccd_pix_ht, double *guider_aperture, double *guider_focal) |
FITSView * | get_image () |
cproc_in_params * | get_in_params (void) |
info_params_t | get_info_params (void) const |
const cproc_out_params * | get_out_params (void) const |
bool | get_reticle_params (double *x, double *y, double *ang) const |
int | get_square_algorithm_index (void) const |
int | get_square_index (void) const |
void | get_star_drift (double *dx, double *dy) const |
void | get_star_screen_pos (double *dx, double *dy) const |
uint32_t | get_ticks (void) const |
bool | is_lost_star (void) const |
bool | is_suspended (void) const |
void | move_square (double newx, double newy) |
ovr_params_t * | prepare_overlays (void) |
bool | reset (void) |
void | resize_square (int size_idx) |
void | set_buffer (float *buffer) |
bool | set_guider_params (double ccd_pix_wd, double ccd_pix_ht, double guider_aperture, double guider_focal) |
void | set_image (FITSView *image) |
void | set_in_params (const cproc_in_params *v) |
void | set_lost_star (bool is_lost) |
bool | set_reticle_params (double x, double y, double ang) |
void | set_square_algorithm (int alg_idx) |
bool | set_video_params (int vid_wd, int vid_ht) |
void | start (void) |
void | stop (void) |
void | suspend (bool mode) |
Static Public Member Functions | |
static double | precalc_proportional_gain (double g_rate) |
Detailed Description
Constructor & Destructor Documentation
Member Function Documentation
bool cgmath::calc_and_set_reticle | ( | double | start_x, |
double | start_y, | ||
double | end_x, | ||
double | end_y | ||
) |
bool cgmath::calc_and_set_reticle2 | ( | double | start_ra_x, |
double | start_ra_y, | ||
double | end_ra_x, | ||
double | end_ra_y, | ||
double | start_dec_x, | ||
double | start_dec_y, | ||
double | end_dec_x, | ||
double | end_dec_y | ||
) |
double cgmath::calc_phi | ( | double | start_x, |
double | start_y, | ||
double | end_x, | ||
double | end_y | ||
) | const |
float * cgmath::get_data_buffer | ( | int * | width, |
int * | height, | ||
int * | length, | ||
int * | size | ||
) |
void cgmath::get_guider_params | ( | double * | ccd_pix_wd, |
double * | ccd_pix_ht, | ||
double * | guider_aperture, | ||
double * | guider_focal | ||
) |
cproc_in_params * cgmath::get_in_params | ( | void | ) |
info_params_t cgmath::get_info_params | ( | void | ) | const |
const cproc_out_params * cgmath::get_out_params | ( | void | ) | const |
bool cgmath::get_reticle_params | ( | double * | x, |
double * | y, | ||
double * | ang | ||
) | const |
void cgmath::get_star_drift | ( | double * | dx, |
double * | dy | ||
) | const |
void cgmath::get_star_screen_pos | ( | double * | dx, |
double * | dy | ||
) | const |
|
static |
ovr_params_t * cgmath::prepare_overlays | ( | void | ) |
bool cgmath::set_guider_params | ( | double | ccd_pix_wd, |
double | ccd_pix_ht, | ||
double | guider_aperture, | ||
double | guider_focal | ||
) |
void cgmath::set_in_params | ( | const cproc_in_params * | v | ) |
bool cgmath::set_reticle_params | ( | double | x, |
double | y, | ||
double | ang | ||
) |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:22 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:22 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.