1#ifndef __FIELD_FRAGMENTSELECTOR_HPP
2#define __FIELD_FRAGMENTSELECTOR_HPP
4#include "CreativeArray.hpp"
5#include "FragmentID.hpp"
7#include <memcore/Ageable.hpp>
Base class for multidimensional arrays that employ deferred storage, i.e.
Definition CreativeArrayBase.hpp:75
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
Abstract base class to select a certain subset from a Field's collection of fragments.
Definition fiber/field/FragmentSelector.hpp:19
FragmentSelector()
Constructor.
Definition fiber/field/FragmentSelector.hpp:22
virtual bool contains(CreativeArrayBase &CAB, RefPtr< FragmentID > fid)=0
Coarse evaluation: Check if this field may fullfill the selection criteria as entity.
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2