#include <GteBasisFunction.h>
Public Member Functions | |
| BasisFunctionInput () | |
| BasisFunctionInput (int inNumControls, int inDegree) | |
Public Attributes | |
| int | degree |
| int | numControls |
| int | numUniqueKnots |
| bool | periodic |
| bool | uniform |
| std::vector< UniqueKnot< Real > > | uniqueKnots |
Definition at line 26 of file GteBasisFunction.h.
| gte::BasisFunctionInput< Real >::BasisFunctionInput | ( | ) |
Definition at line 173 of file GteBasisFunction.h.
| gte::BasisFunctionInput< Real >::BasisFunctionInput | ( | int | inNumControls, |
| int | inDegree | ||
| ) |
Definition at line 178 of file GteBasisFunction.h.
| int gte::BasisFunctionInput< Real >::degree |
Definition at line 35 of file GteBasisFunction.h.
| int gte::BasisFunctionInput< Real >::numControls |
Definition at line 34 of file GteBasisFunction.h.
| int gte::BasisFunctionInput< Real >::numUniqueKnots |
Definition at line 38 of file GteBasisFunction.h.
| bool gte::BasisFunctionInput< Real >::periodic |
Definition at line 37 of file GteBasisFunction.h.
| bool gte::BasisFunctionInput< Real >::uniform |
Definition at line 36 of file GteBasisFunction.h.
| std::vector<UniqueKnot<Real> > gte::BasisFunctionInput< Real >::uniqueKnots |
Definition at line 39 of file GteBasisFunction.h.