Go to the documentation of this file.
   21     if ( m_pAccumulator != 
NULL )
 
   23         delete m_pAccumulator;
 
   24         m_pAccumulator = 
NULL;
 
   35     catch ( std::bad_alloc )
 
   37         throw gcnew GeographicErr(
"Failed to allocate memory for a GeogrpicLib::Accumulator");
 
  
double Result()
Returns the accumulated value.
static bool operator>(Accumulator^ lhs, double a)
Greater than operator.
static bool operator<=(Accumulator^ lhs, double a)
Less than or equal to operator.
.NET wrapper for GeographicLib::Accumulator.
static bool operator>=(Accumulator^ lhs, double a)
Greater than or equal to operator.
Exception class for NETGeographicLib.
void Multiply(int i)
Multiplication by an integer.
static bool operator<(Accumulator^ lhs, double a)
Less than operator.
void Assign(double a)
Assigns a value to an accumulator.
Header for GeographicLib::Accumulator class.
static bool operator!=(Accumulator^ lhs, double a)
Inequality operator.
Header for NETGeographicLib::NETGeographicLib objects.
static bool operator==(Accumulator^ lhs, double a)
Equality operator.
void Sum(double a)
Adds a value to the accumulator.
Header for NETGeographicLib::Accumulator class.
GeographicLib::Accumulator< double > * m_pAccumulator
Accumulator(void)
Constructor.
gtsam
Author(s): 
autogenerated on Wed May 28 2025 03:00:48