111 const double iter_tol = 1.0e-10,
112 const double inside_tol = 1.0e-6,
113 bool* multiple_leaves = NULL,
133 const double distance,
134 std::vector< EntityHandle >& leaves_out,
135 const double iter_tol = 1.0e-10,
136 const double inside_tol = 1.0e-6,
137 std::vector< double >* dists_out = NULL,
138 std::vector< CartVect >* params_out = NULL,
258 : mbImpl(
iface ), maxPerLeaf( 6 ), maxDepth( 30 ), treeDepth( -1 ), minWidth( 1.0e-10 ), meshsetFlags( 0 ),
259 cleanUp( true ), myRoot( 0 ), boxTag( 0 ), myEval( 0 )
267 if( ( tree_node && *tree_node ==
myRoot ) || !tree_node )
286 if( !
boxTag && create_if_missing )