SOFA API  1a4bb3e7
Open source framework for multi-physics simuation
sofa::component::topology::container::dynamic::BasicArrayInterface< T > Class Template Referenceabstract

#include <EdgeSetGeometryAlgorithms.h>

A class used as an interface with an array : Useful to compute geometric information on each edge in an efficient way. More...

Detailed Description

template<class T>
class sofa::component::topology::container::dynamic::BasicArrayInterface< T >

A class used as an interface with an array : Useful to compute geometric information on each edge in an efficient way.

Public Member Functions

virtual T & operator[] (int i)=0
 
virtual ~BasicArrayInterface ()
 

Constructor details

◆ ~BasicArrayInterface()

Function details

◆ operator[]()

template<class T >
virtual T& sofa::component::topology::container::dynamic::BasicArrayInterface< T >::operator[] ( int  i)
pure virtual