FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Member Functions | Public Attributes | List of all members

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.