Holds semantic information each polynomial in spline. More...
#include <nodes_variables_phase_based.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 68 of file nodes_variables_phase_based.h.
towr::NodesVariablesPhaseBased::PolyInfo::PolyInfo | ( | int | phase, |
int | poly_in_phase, | ||
int | n_polys_in_phase, | ||
bool | is_const | ||
) |
Definition at line 181 of file nodes_variables_phase_based.cc.
bool towr::NodesVariablesPhaseBased::PolyInfo::is_constant_ |
Does this polynomial represent a constant phase.
Definition at line 72 of file nodes_variables_phase_based.h.
int towr::NodesVariablesPhaseBased::PolyInfo::n_polys_in_phase_ |
the number of polynomials used for this phase.
Definition at line 71 of file nodes_variables_phase_based.h.
int towr::NodesVariablesPhaseBased::PolyInfo::phase_ |
The phase ID this polynomial represents.
Definition at line 69 of file nodes_variables_phase_based.h.
int towr::NodesVariablesPhaseBased::PolyInfo::poly_in_phase_ |
is this the 1st, 2nd, ... polynomial or this phase.
Definition at line 70 of file nodes_variables_phase_based.h.