|
libMesh
|
Public Member Functions | |
| VectorOfNodesAdaptor (const std::vector< std::pair< Point, dof_id_type >> &nodes) | |
| size_t | kdtree_get_point_count () const |
| Must return the number of data points. More... | |
| Real | kdtree_get_pt (const size_t idx, int dim) const |
| template<class BBOX > | |
| bool | kdtree_get_bbox (BBOX &) const |
Private Attributes | |
| const std::vector< std::pair< Point, dof_id_type > > | _nodes |
Definition at line 580 of file unstructured_mesh.C.
|
inline |
Definition at line 586 of file unstructured_mesh.C.
|
inline |
Definition at line 616 of file unstructured_mesh.C.
|
inline |
Must return the number of data points.
Definition at line 593 of file unstructured_mesh.C.
References _nodes.
Definition at line 600 of file unstructured_mesh.C.
References _nodes, dim, and libMesh::MeshTools::Generation::Private::idx().
|
private |
Definition at line 583 of file unstructured_mesh.C.
Referenced by kdtree_get_point_count(), and kdtree_get_pt().
1.8.14