wfmath 1.0.3
A math library for the Worldforge system.
WFMath::_miniball::Wrapped_array< d > Class Template Reference

Public Member Functions

 Wrapped_array (const Wrapped_array &p)=default
 
 Wrapped_array (const double *p)
 
Wrapped_arrayoperator= (const Wrapped_array &p)=default
 
double & operator[] (int i)
 
const double & operator[] (int i) const
 
const double * begin () const
 
const double * end () const
 

Detailed Description

template<int d>
class WFMath::_miniball::Wrapped_array< d >

Definition at line 38 of file wrapped_array.h.

Constructor & Destructor Documentation

◆ Wrapped_array()

template<int d>
WFMath::_miniball::Wrapped_array< d >::Wrapped_array ( const double *  p)
inline

Definition at line 50 of file wrapped_array.h.

Member Function Documentation

◆ begin()

template<int d>
const double * WFMath::_miniball::Wrapped_array< d >::begin ( ) const
inline

Definition at line 68 of file wrapped_array.h.

◆ end()

template<int d>
const double * WFMath::_miniball::Wrapped_array< d >::end ( ) const
inline

Definition at line 72 of file wrapped_array.h.

◆ operator[]() [1/2]

template<int d>
double & WFMath::_miniball::Wrapped_array< d >::operator[] ( int  i)
inline

Definition at line 60 of file wrapped_array.h.

◆ operator[]() [2/2]

template<int d>
const double & WFMath::_miniball::Wrapped_array< d >::operator[] ( int  i) const
inline

Definition at line 64 of file wrapped_array.h.


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