Point Cloud Library (PCL)  1.7.0
Public Member Functions
ON_Sum Class Reference

#include <pcl/surface/3rdparty/opennurbs/opennurbs_math.h>

List of all members.

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

Detailed Description

Definition at line 30 of file opennurbs_math.h.


Constructor & Destructor Documentation


Member Function Documentation

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)

The documentation for this class was generated from the following file: