1 #ifndef _DECLARATIONS_H_ 2 #define _DECLARATIONS_H_ 11 template <
class TClass,
typename TNewPrecision >
12 class ChangePrecision;
13 template <
typename TContainer >
class const_cyclic_iterator;
14 template <
typename TContainer >
class cyclic_iterator;
15 template <
typename TParam >
class Mesh;
16 template <
class TMesh >
class MeshAttributes;
17 template <
typename TParam >
class MeshFaceCollection;
18 template <
typename T, std::
size_t N >
class NaryTree;
19 template <
typename T, std::
size_t D>
class Point;
21 template <
typename T, std::
size_t D >
class Vector;
28 template <
class TMesh,
typename TParam >
class AddNormalAttribute;
29 template <
class TMesh,
typename TParam >
class AddNeighborIndexAttribute;
34 #endif //_DECLARATIONS_H_
Belongs to package Box Do not include directly, include til/Box.h instead.
A class that mimic the behavior of std::vector but with a storage policy focused on sparse data...