preCICE v3.2.0
Loading...
Searching...
No Matches
precice::query::impl Namespace Reference

Classes

struct  IsDirectIndexable
class  IsDirectIndexableHelper
struct  PrimitiveTraits
 Type trait to extract information based on the type of a Primitive. More...
struct  PrimitiveTraits< mesh::Edge >
struct  PrimitiveTraits< mesh::Tetrahedron >
struct  PrimitiveTraits< mesh::Triangle >
struct  PrimitiveTraits< pm::Vertex >
class  PtrVectorIndexable
 Makes a utils::PtrVector indexable and thus be usable in boost::geometry::rtree. More...
struct  RTreeTraits
 The type traits of a rtree based on a Primitive. More...
class  VectorIndexable
 Makes a std::vector indexable and thus be usable in boost::geometry::rtree. More...

Typedefs

using RTreeParameters = boost::geometry::index::rstar<16>
 The general rtree parameter type used in precice.

Typedef Documentation

◆ RTreeParameters

using precice::query::impl::RTreeParameters = boost::geometry::index::rstar<16>

The general rtree parameter type used in precice.

Definition at line 228 of file RTreeAdapter.hpp.