Hierarchical Edge Bundle 1.0
Public Member Functions
BasisFunktion Class Reference

#include <BasisFunktion.h>

List of all members.

Public Member Functions

 BasisFunktion (int numberControlPoints, int splinePoints)
 ~BasisFunktion ()
int getNumberSplinePoints ()
double getValue (int i, int splinePoint)

Constructor & Destructor Documentation

BasisFunktion::BasisFunktion ( int  numberControlPoints,
int  splinePoints 
)

Constructor of a new BasisFunktion Object

Parameters:
numberControlPointsnumber of Controlpoints for the B-Spline
splinePointsnumber of Points in the line-strip
BasisFunktion::~BasisFunktion ( )

Destructor


Member Function Documentation

int BasisFunktion::getNumberSplinePoints ( )

return the number of Points in the line-strip

Returns:
number of Points in the line-strip

Here is the caller graph for this function:

double BasisFunktion::getValue ( int  i,
int  splinePoint 
)

return the Value according to the given Parameter

Parameters:
iindicates the Basisfunktion
splinePointIndex 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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Defines