|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
A helper class to retrieve fields given on a Grid. More...
#include <GridField.hpp>
Public Member Functions | |
| GridField (const GridSelector &GS, const FieldSelector &FS, double time, const Fiber::BundlePtr &SpaceTime=Fiber::BundlePtr(NullPtr())) | |
| RefPtr< Grid > | getGrid () const |
| RefPtr< Field > | getField () const |
| Retrieve field. | |
| double | getTime () const |
| Return the time when the Grid was found. | |
| operator RefPtr< Grid > () const | |
| operator RefPtr< Field > () const | |
Public Attributes | |
| Info< Grid > | GI |
| RefPtr< Grid > | theGrid |
| RefPtr< Field > | theField |
A helper class to retrieve fields given on a Grid.
The Field may reside on another Grid.