Home
last modified time | relevance | path

Searched refs:compare_geometry (Results 1 – 13 of 13) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/gel/vtol/examples/
H A Dexample3d.cxx57 …bool compare_geometry(vtol_edge const& e) const override { return e.cast_to_edge_2d() == nullptr &… in compare_geometry() function in example_edge_3d
106 …bool compare_geometry(const vtol_vertex&v) const override { return v.cast_to_vertex_2d()==nullptr … in compare_geometry() function in example_vertex_3d
160 …bool compare_geometry(vtol_face const& f) const override { return f.cast_to_face_2d()==nullptr && … in compare_geometry() function in example_face_3d
/dports/misc/vxl/vxl-3.3.2/contrib/gel/vtol/
H A Dvtol_face_2d.h159 bool compare_geometry(const vtol_face &other) const override;
H A Dvtol_vertex_2d.h189 bool compare_geometry(const vtol_vertex &other) const override;
H A Dvtol_edge_2d.h182 bool compare_geometry(const vtol_edge &other) const override;
H A Dvtol_vertex.h147 virtual bool compare_geometry(const vtol_vertex &other) const =0;
H A Dvtol_vertex.cxx159 return this==&other || compare_geometry(other); in operator ==()
H A Dvtol_edge.h212 virtual bool compare_geometry(const vtol_edge &other) const =0;
H A Dvtol_face.h202 virtual bool compare_geometry(const vtol_face &other) const =0;
H A Dvtol_vertex_2d.cxx287 bool vtol_vertex_2d::compare_geometry(const vtol_vertex &other) const in compare_geometry() function in vtol_vertex_2d
H A Dvtol_edge_2d.cxx277 bool vtol_edge_2d::compare_geometry(const vtol_edge &other) const in compare_geometry() function in vtol_edge_2d
H A Dvtol_edge.cxx195 if (!compare_geometry(other)) in operator ==()
H A Dvtol_face_2d.cxx325 bool vtol_face_2d::compare_geometry(const vtol_face &other) const in compare_geometry() function in vtol_face_2d
H A Dvtol_face.cxx217 if (!compare_geometry(other)) in operator ==()