1#ifndef __FISH_BONE_FISHSLICE_HPP
2#define __FISH_BONE_FISHSLICE_HPP
4#include "fishboneDllApi.h"
6#include <ocean/plankton/VObject.hpp>
7#include <ocean/shrimp/TimeDependent.hpp>
9#include <bundle/Slice.hpp>
10#include <bundle/GridSelector.hpp>
23 ,
public virtual Fish<double>
27 Fish(
const string&time =
"time",
const string×cale =
"timescale");
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
Context information to select a grid from within a bundle.
Definition GridSelector.hpp:26
Info< Grid > findMostRecentGrid(const Fiber::BundlePtr &theSpacetime, double time) const
Return the time, slice and grid that is most recent to the given time for the selected grid.
Definition GridSelector.hpp:153
const Fiber::BundlePtr & BundleSource() const
Provide the original bundle of from where the Grid was selected.
Definition GridSelector.hpp:109
Information per time slice, mainly a set of Grid objects that are accessed via GridID objects.
Definition Slice.hpp:36
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2
note: cannot derive from FloatingSkeletonRenderer as long as independent base class TriangleRenderer ...
The information as returned by a query for Grids.
Definition GridInfo.hpp:21