VTK-m
2.0
|
#include <PiecewiseLinearFunction.h>
Public Member Functions | |
void | addSample (T sx, T sy) |
T | operator() (T px) const |
PiecewiseLinearFunction & | operator+= (const PiecewiseLinearFunction &other) |
std::vector< T > | nLargest (unsigned n) |
void | print () |
Private Attributes | |
std::vector< std::pair< T, T > > | samples |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |