Go to the source code of this file.
Namespaces | |
| RayTracingCommon | |
Functions | |
| static const libMesh::Point | RayTracingCommon::invalid_point (invalid_distance, invalid_distance, invalid_distance) |
| Identifier for an invalid point. More... | |
Variables | |
| static const unsigned short | RayTracingCommon::invalid_side = static_cast<unsigned short>(-1) |
| Identifier for an invalid side index. More... | |
| static const unsigned short | RayTracingCommon::invalid_edge = static_cast<unsigned short>(-1) |
| Identifier for an invalid edge index. More... | |
| static const unsigned short | RayTracingCommon::invalid_vertex = static_cast<unsigned short>(-1) |
| Identifier for an invalid vertex index. More... | |
| static const std::pair< unsigned short, unsigned short > | RayTracingCommon::invalid_vertices |
| Identifier for an pair of invalid vertices. More... | |
| static const libMesh::Real | RayTracingCommon::invalid_distance = -std::numeric_limits<libMesh::Real>::max() |
| Identifier for an invalid distance. More... | |
1.8.14