#include <Selection.hpp>
|
| typedef std::array< RowVectorNd, 2 > | BBox |
| |
| static std::shared_ptr< Selection > | build (const json &j_selections, const BBox &mesh_bbox, const std::string &root_path="") |
| | Build a selection objects from a JSON selection.
|
| |
| static std::vector< std::shared_ptr< utils::Selection > > | build_selections (const json &j_selections, const BBox &mesh_bbox, const std::string &root_path="") |
| | Build a vector of selection objects from a JSON selection(s).
|
| |
| | Selection () |
| |
| size_t | id_ |
| |
Definition at line 157 of file Selection.hpp.
◆ UniformSelection()
| polyfem::utils::UniformSelection::UniformSelection |
( |
const int |
id | ) |
|
|
inline |
◆ inside()
| bool polyfem::utils::UniformSelection::inside |
( |
const size_t |
p_id, |
|
|
const std::vector< int > & |
vs, |
|
|
const RowVectorNd & |
p |
|
) |
| const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: