Public Member Functions | Public Attributes | List of all members
towr::PhaseNodes::PolyInfo Struct Reference

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...
 

Detailed Description

Holds semantic information each polynomial in spline.

Definition at line 57 of file phase_nodes.h.

Constructor & Destructor Documentation

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.

Member Data Documentation

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.


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


towr_core
Author(s): Alexander W. Winkler
autogenerated on Sun Apr 8 2018 02:18:53