1#ifndef __FIBER_BASEOP_SEARCHFRAGMENTVERTEX_HPP
2#define __FIBER_BASEOP_SEARCHFRAGMENTVERTEX_HPP
4#include <field/TypedArray.hpp>
5#include <grid/Representation.hpp>
6#include <aerie/BoundingBox.hpp>
8#include "gridopDllApi.h"
18static constexpr const index_t Invalid = -1;
constexpr _ForwardIterator search(_ForwardIterator __first, _ForwardIterator __last, const _Searcher &__searcher)
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
A Representation is a set of Field objects, each of them accessed via some FieldID identifier.
Definition Representation.hpp:101
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2
IndexTypeConfig< sizeof(void *)>::index_t index_t
Define the index type as according to the size of a pointer, i.e.
Definition Index.hpp:22
Definition SearchFragmentVertex.hpp:45
Definition SearchFragmentVertex.hpp:15