cgv
|
Public Member Functions | |
tick_batch_info (int _ai, int _aj, bool _primary, unsigned _first_vertex=0, unsigned _first_label=0) | |
Public Attributes | |
int | ai |
indices of coordinate axis used for definition of 2d points | |
int | aj |
bool | primary |
unsigned | first_vertex |
index of first tick vertex in batch | |
unsigned | vertex_count |
unsigned | first_label |
unsigned | label_count |
Definition at line 301 of file plot_base.h.
cgv::plot::plot_base::tick_batch_info::tick_batch_info | ( | int | _ai, |
int | _aj, | ||
bool | _primary, | ||
unsigned | _first_vertex = 0 , |
||
unsigned | _first_label = 0 |
||
) |
Definition at line 25 of file plot_base.cxx.
int cgv::plot::plot_base::tick_batch_info::ai |
indices of coordinate axis used for definition of 2d points
Definition at line 304 of file plot_base.h.
int cgv::plot::plot_base::tick_batch_info::aj |
Definition at line 304 of file plot_base.h.
unsigned cgv::plot::plot_base::tick_batch_info::first_label |
Definition at line 312 of file plot_base.h.
unsigned cgv::plot::plot_base::tick_batch_info::first_vertex |
index of first tick vertex in batch
Definition at line 308 of file plot_base.h.
unsigned cgv::plot::plot_base::tick_batch_info::label_count |
Definition at line 314 of file plot_base.h.
bool cgv::plot::plot_base::tick_batch_info::primary |
Definition at line 306 of file plot_base.h.
unsigned cgv::plot::plot_base::tick_batch_info::vertex_count |
Definition at line 310 of file plot_base.h.