1#ifndef __FIBER_BASEOP_GRIDFIELD_HPP
2#define __FIBER_BASEOP_GRIDFIELD_HPP
4#include "gridopDllApi.h"
5#include <bundle/Bundle.hpp>
6#include <bundle/FieldSelector.hpp>
37 double getTime()
const {
return GI.getTime(); }
40 operator RefPtr<Field> ()
const {
return getField(); }
Convenience class that implements a pointer to a Bundle object but adds some useful member funtions t...
Definition Bundle.hpp:779
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
An internal class that stores a couple of textual names.
Definition FieldSelector.hpp:18
Context information to select a grid from within a bundle.
Definition GridSelector.hpp:26
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2
Definition fs/init.hpp:20
A helper class to retrieve fields given on a Grid.
Definition GridField.hpp:19
RefPtr< Field > getField() const
Retrieve field.
Definition GridField.hpp:32
double getTime() const
Return the time when the Grid was found.
Definition GridField.hpp:37