![]() |
OGS
|
|
This is the complete list of members for MeshLib::ElementSearch, including all inherited members.
| _marked_elements | MeshLib::ElementSearch | private |
| _mesh | MeshLib::ElementSearch | private |
| ElementSearch(const MeshLib::Mesh &mesh) | MeshLib::ElementSearch | explicit |
| getSearchedElementIDs() const | MeshLib::ElementSearch | inline |
| searchByBoundingBox(GeoLib::AABB const &aabb, bool const invert=false) | MeshLib::ElementSearch | |
| searchByContent(double eps=std::numeric_limits< double >::epsilon()) | MeshLib::ElementSearch | |
| searchByElementType(MeshElemType eleType) | MeshLib::ElementSearch | |
| searchByNodeIDs(const std::vector< std::size_t > &nodes) | MeshLib::ElementSearch | |
| searchByPropertyValue(std::string const &property_name, PROPERTY_TYPE const property_value) | MeshLib::ElementSearch | inline |
| searchByPropertyValueRange(std::string const &property_name, PROPERTY_TYPE const min_property_value, PROPERTY_TYPE const max_property_value, bool outside_of) | MeshLib::ElementSearch | inline |
| updateUnion(const std::vector< std::size_t > &vec) | MeshLib::ElementSearch | private |