Point Cloud Library (PCL)
1.11.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_math.h>
Public Member Functions | |
void | operator= (double x) |
void | operator+= (double x) |
void | operator-= (double x) |
ON_Sum () | |
void | Begin (double starting_value=0.0) |
void | Plus (double x) |
double | Total (double *error_estimate=NULL) |
int | SummandCount () const |
Definition at line 30 of file opennurbs_math.h.
ON_Sum::ON_Sum | ( | ) |
void ON_Sum::Begin | ( | double | starting_value = 0.0 | ) |
void ON_Sum::operator+= | ( | double | x | ) |
void ON_Sum::operator-= | ( | double | x | ) |
void ON_Sum::operator= | ( | double | x | ) |
void ON_Sum::Plus | ( | double | x | ) |
int ON_Sum::SummandCount | ( | ) | const |
double ON_Sum::Total | ( | double * | error_estimate = NULL | ) |