Fish - FiberLib for VISH 0.3
Fish - The Fiber Bundle API for the Vish Visualization Shell
Fiber::isFragmentedUniformCartesianGrid Class Reference

Checks if the given Grid is uniform in cartesian coordinates, possibly in multiple fragments. More...

#include <BundleProperty.hpp>

Inheritance diagram for Fiber::isFragmentedUniformCartesianGrid:
Fiber::GridProperty Fiber::BundleProperty

Public Member Functions

bool checkGrid (const Grid &G) const override
Public Member Functions inherited from Fiber::GridProperty
bool checkSlice (Slice &S, const string &GridName) const override

Additional Inherited Members

Public Attributes inherited from Fiber::BundleProperty
class BUNDLE_API Anything

Detailed Description

Checks if the given Grid is uniform in cartesian coordinates, possibly in multiple fragments.

Use isUniformCartesianGrid instead if fragmentation is not allowed.

Member Function Documentation

◆ checkGrid()

bool Fiber::isFragmentedUniformCartesianGrid::checkGrid ( const Grid & G) const
overridevirtual

Implements Fiber::GridProperty.