Home
last modified time | relevance | path

Searched refs:get_incident_Es (Results 1 – 5 of 5) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bmsh3d/
H A Dbmsh3d_vertex.h211 unsigned int get_incident_Es(std::set<void const*>& incident_Es) const { in get_incident_Es() function
216 unsigned int get_incident_Es(std::set<void*>& incident_Es) const {
H A Dbmsh3d_mesh_mc.cxx189 F->get_incident_Es(inc_edges); in mesh_break_face()
483 face->get_incident_Es(inc_edges); in orient_face_normals()
H A Dbmsh3d_vertex.cxx198 get_incident_Es(incident_Es); in getInfo()
H A Dbmsh3d_face.h122 void get_incident_Es(std::vector<bmsh3d_edge*>& incident_Es) const;
H A Dbmsh3d_face.cxx48 void bmsh3d_face::get_incident_Es (std::vector<bmsh3d_edge*>& incident_Es) const in get_incident_Es() function in bmsh3d_face
498 this->get_incident_Es (inc_edges); in compute_normal()