1#ifndef __FIBER_GRID_TYPES_TYPEDGRID_HPP
2#define __FIBER_GRID_TYPES_TYPEDGRID_HPP
5#include "gridtypesDllApi.h"
7#include <grid/Grid.hpp>
50 if (!theGrid)
return false;
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
StrongPtr & operator=(const DynPtr_t &other)
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2
Base class for grid types.
Definition TypedGrid.hpp:47
bool invalidate()
Invalidate the stored Grid pointer and return false.
Definition TypedGrid.hpp:61