1#include <eagle/GL/EagleGL.hpp>
2#include <vector/MultiArray.hpp>
3#include <field/Cell.hpp>
4#include <memcore/Chunk.hpp>
16 enum c { components = 3 };
25template <
class T,
int N>
31template <
class T,
int N>
105size_t A = TriangleCell::SIZE,
B =
P.
count(),
114size_t A = TriangleCell::SIZE,
B =
P.size(),
123 DrawElements(
P.std_vector() );
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
An iterator which allows to access each component element type of an array of vectors,...
Definition vector/Iterator.hpp:149
T * ptr(int c=0) const
Return pointer to data, which is good for C interface, but otherwise, avoid that.
Definition vector/Iterator.hpp:266
index_t multiplicity() const
Return number of elements which form an entity.
Definition HyperslabParameters.hpp:116
bool isSeparatedCompound() const
Tell if the iterator refers to a data set which is built from arrays of structure members,...
Definition HyperslabParameters.hpp:108
index_t count() const
Return the number of steps which can be traversed through this ElementIterator.
Definition HyperslabParameters.hpp:147
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2