|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
An abstract bundle property which returns true if a Grid with the property query as implemented in this subclass will return true. More...
#include <BundleProperty.hpp>
Public Member Functions | |
| bool | checkSlice (Slice &S, const string &GridName) const override |
| virtual bool | checkGrid (const Grid &S) const =0 |
Public Member Functions inherited from Fiber::BundleProperty | |
| bool | checkSlice (Slice &S, const string &GridName) const override |
Additional Inherited Members | |
Public Attributes inherited from Fiber::BundleProperty | |
| class BUNDLE_API | Anything |
An abstract bundle property which returns true if a Grid with the property query as implemented in this subclass will return true.
Implemented in Fiber::isUniformCartesianGrid, Fiber::isCurvilinearGrid, and Fiber::hasExplicitCartesianCoordinates.
Implements Fiber::BundleProperty.