Home
last modified time | relevance | path

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

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A Dbsp_tree_test.cpp1928 std::vector<EntityHandle> left_pts, right_pts; in build_tree() local
1996 right_pts.clear(); in build_tree()
2002 right_pts.push_back( pts[i] ); in build_tree()
2005 rval = tool.split_leaf( iter, BSPTree::Plane( norm.array(), coeff ), left_pts, right_pts ); in build_tree()
2007 CHECK( !left_pts.empty() && !right_pts.empty() ); in build_tree()