cgv
Loading...
Searching...
No Matches
cgv::plot::plot_base::tick_batch_info Struct Reference

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
 

Detailed Description

Definition at line 301 of file plot_base.h.

Constructor & Destructor Documentation

◆ tick_batch_info()

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.

Member Data Documentation

◆ ai

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.

◆ aj

int cgv::plot::plot_base::tick_batch_info::aj

Definition at line 304 of file plot_base.h.

◆ first_label

unsigned cgv::plot::plot_base::tick_batch_info::first_label

Definition at line 312 of file plot_base.h.

◆ first_vertex

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.

◆ label_count

unsigned cgv::plot::plot_base::tick_batch_info::label_count

Definition at line 314 of file plot_base.h.

◆ primary

bool cgv::plot::plot_base::tick_batch_info::primary

Definition at line 306 of file plot_base.h.

◆ vertex_count

unsigned cgv::plot::plot_base::tick_batch_info::vertex_count

Definition at line 310 of file plot_base.h.


The documentation for this struct was generated from the following files: