Fish - FiberLib for VISH 0.3
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< GridgetGrid () const
RefPtr< FieldgetField () 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< GridGI
RefPtr< GridtheGrid
RefPtr< FieldtheField

Detailed Description

A helper class to retrieve fields given on a Grid.

The Field may reside on another Grid.

Todo
support refinement levels
Examples
ColoredLines.cpp, and TransparentColoredSurface.cpp.