31INLINE FindApproxLevelEntry::
32FindApproxLevelEntry(
const FindApproxLevelEntry &parent,
34 FindApproxLevelEntry *next) :
35 _node_path(parent._node_path, child_node),
37 _approx_path(parent._approx_path),
40 nassertv(validate_ptr(
this) && validate_ptr(&parent));
41 nassertv(_node_path.is_valid());
This class is local to this package only; it doesn't get exported.
bool next_is_stashed(int increment) const
Returns true if the next node matched by this entry must be a stashed node, false otherwise.
bool is_solution(int increment) const
Returns true if this entry represents a solution to the search; i.e.