AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
axom::quest::Delaunay< DIM >::PointLocationResult Struct Reference

Combined result from point location including element index and status. More...

#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/feature-kweiss-improve-python-sidre/src/axom/quest/Delaunay.hpp>

Public Attributes

IndexType element_idx {INVALID_INDEX}
 Index of containing element (or INVALID_INDEX) More...
 
PointLocationStatus status {PointLocationStatus::Failed}
 Status of the location query. More...
 

Detailed Description

template<int DIM = 2>
struct axom::quest::Delaunay< DIM >::PointLocationResult

Combined result from point location including element index and status.

Member Data Documentation

◆ element_idx

template<int DIM = 2>
IndexType axom::quest::Delaunay< DIM >::PointLocationResult::element_idx {INVALID_INDEX}

Index of containing element (or INVALID_INDEX)

◆ status

template<int DIM = 2>
PointLocationStatus axom::quest::Delaunay< DIM >::PointLocationResult::status {PointLocationStatus::Failed}

Status of the location query.


The documentation for this struct was generated from the following file: