FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
TriangleSet.hpp
1#ifndef __FIBER_GRID_TYPES_TRIANGLESET_HPP
2#define __FIBER_GRID_TYPES_TRIANGLESET_HPP
3
4#include "gridtypesDllApi.h"
5#include <grid/Grid.hpp>
6#include "CellCluster.hpp"
7
8
9namespace Fiber
10{
11
28{
29public:
30};
31
32
33} // namespace Fiber
34
35#endif // __FIBER_GRID_TYPES_TRIANGLESET_HPP
A set of cells stored on a Grid.
Definition CellCluster.hpp:34
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
A set of triangles stored on a Grid.
Definition TriangleSet.hpp:28
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2