Holds semantic information each polynomial in spline. More...
#include <phase_nodes.h>
Public Member Functions | |
PolyInfo (int phase, int poly_in_phase, int n_polys_in_phase, bool is_const) | |
Public Attributes | |
bool | is_constant_ |
Does this polynomial represent a constant phase. More... | |
int | n_polys_in_phase_ |
the number of polynomials used for this phase. More... | |
int | phase_ |
The phase ID this polynomial represents. More... | |
int | poly_in_phase_ |
is this the 1st, 2nd, ... polynomial or this phase. More... | |
Holds semantic information each polynomial in spline.
Definition at line 57 of file phase_nodes.h.
towr::PhaseNodes::PolyInfo::PolyInfo | ( | int | phase, |
int | poly_in_phase, | ||
int | n_polys_in_phase, | ||
bool | is_const | ||
) |
Definition at line 291 of file phase_nodes.cc.
bool towr::PhaseNodes::PolyInfo::is_constant_ |
Does this polynomial represent a constant phase.
Definition at line 61 of file phase_nodes.h.
int towr::PhaseNodes::PolyInfo::n_polys_in_phase_ |
the number of polynomials used for this phase.
Definition at line 60 of file phase_nodes.h.
int towr::PhaseNodes::PolyInfo::phase_ |
The phase ID this polynomial represents.
Definition at line 58 of file phase_nodes.h.
int towr::PhaseNodes::PolyInfo::poly_in_phase_ |
is this the 1st, 2nd, ... polynomial or this phase.
Definition at line 59 of file phase_nodes.h.