#include "Config/compiler-config.h"#include "Utility/pre-post-conditions.h"#include "Utility/ref-ptr.h"#include "Container/integer-iterator.h"#include "Gral/Base/common-grid-basics.h"#include "Gral/Base/archetypes-from-base.h"#include "Gral/Base/map-element-iter-names.h"#include "Gral/Base/wrap-elements.h"#include "Gral/Subranges/enumerated-element-range-ref.h"#include "Gral/Iterators/sequence-element-iterator.h"#include "Gral/Iterators/closure-iterator.h"#include "Gral/Base/element-handle.h"#include "Gral/Base/grid-function-hash.h"#include "Gral/Base/element-numbering.h"#include <vector>


Go to the source code of this file.
Classes | |
| class | GrAL::enumerated_subrange< Grid, GT > |
| A grid subrange that is a simple enumeration of its elements. More... | |
| struct | GrAL::grid_types< enumerated_subrange< Grid, GT > > |
Namespaces | |
| namespace | GrAL |
| Enclosing namespace for all components of GrAL. | |
Defines | |
| #define | gt grid_types<enumerated_subrange<Grid> > |
Functions | |
| template<class Grid , class GT > | |
| gt::VertexIterator | GrAL::gral_begin (enumerated_subrange< Grid, GT > const &g, typename gt::VertexIterator) |
| template<class Grid , class GT > | |
| gt::VertexIterator | GrAL::gral_end (enumerated_subrange< Grid, GT > const &g, typename gt::VertexIterator) |
| template<class Grid , class GT > | |
| gt::size_type | GrAL::gral_size (enumerated_subrange< Grid, GT > const &g, typename gt::VertexIterator) |
| template<class Grid , class GT > | |
| gt::CellIterator | GrAL::gral_begin (enumerated_subrange< Grid, GT > const &g, typename gt::CellIterator) |
| template<class Grid , class GT > | |
| gt::CellIterator | GrAL::gral_end (enumerated_subrange< Grid, GT > const &g, typename gt::CellIterator) |
| template<class Grid , class GT > | |
| gt::size_type | GrAL::gral_size (enumerated_subrange< Grid, GT > const &g, typename gt::CellIterator) |
Definition in file enumerated-subrange.h.
1.5.8