#include <BasisFunktion.h>
List of all members.
Constructor & Destructor Documentation
BasisFunktion::BasisFunktion |
( |
int |
numberControlPoints, |
|
|
int |
splinePoints |
|
) |
| |
Constructor of a new BasisFunktion Object
- Parameters:
-
numberControlPoints | number of Controlpoints for the B-Spline |
splinePoints | number of Points in the line-strip |
BasisFunktion::~BasisFunktion |
( |
| ) |
|
Member Function Documentation
int BasisFunktion::getNumberSplinePoints |
( |
| ) |
|
return the number of Points in the line-strip
- Returns:
- number of Points in the line-strip
double BasisFunktion::getValue |
( |
int |
i, |
|
|
int |
splinePoint |
|
) |
| |
return the Value according to the given Parameter
- Parameters:
-
i | indicates the Basisfunktion |
splinePoint | Index of the Splinepoint |
- Returns:
- the weighted value stored at the given position
Return the value @ param i Index of the BasisFunktion @ param splinePoint Index of the Splinepoint
The documentation for this class was generated from the following files:
- J:/Caro/C++_Coding/HierarchicalEdgeBundle/HierarchicalEdgeBundle/header/BasisFunktion.h
- J:/Caro/C++_Coding/HierarchicalEdgeBundle/HierarchicalEdgeBundle/src/BasisFunktion.cpp