1#ifndef __FIBER_GRIDINFO_HPP
2#define __FIBER_GRIDINFO_HPP
6#include "SliceInfo.hpp"
46 operator bool ()
const {
return isValid(); }
basic_string< char > string
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
A Grid is a set of Skeleton objects, each of them accessed via some unique SkeletonID object.
Definition Grid.hpp:60
Information per time slice, mainly a set of Grid objects that are accessed via GridID objects.
Definition Slice.hpp:36
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2
const RefPtr< Grid > & getGrid() const
Get the grid object.
Definition GridInfo.hpp:25
Info(double t=0, const RefPtr< Slice > &S=NullPtr(), const RefPtr< Grid > &G=NullPtr())
Complete constructor, with specifying the context of a Grid object.
Definition GridInfo.hpp:33
bool isValid() const
Check for validity by testing the associated slice.
Definition GridInfo.hpp:40
Generic template namespace class for results of find() functions throughout the Bundle.
Definition Info.hpp:17