SbOctTreeFuncs(3) Coin SbOctTreeFuncs(3)

SbOctTreeFuncs

#include <Inventor/SbOctTree.h>


SbBool(* ptinsidefunc )(void *const item, const SbVec3f &pt)
SbBool(* insideboxfunc )(void *const item, const SbBox3f &box)
SbBool(* insidespherefunc )(void *const item, const SbSphere &sphere)
SbBool(* insideplanesfunc )(void *const item, const SbPlane *const planes, const int numplanes)

The SbOctTreeFuncs struct is used to specify callback functions for working with items in an SbOctTree.

The only function pointer that must be set up is insideboxfunc. The other functions must be set if you intend to use the corresponding find methods in SbOctTree.

Should return whether a point is inside item.

Should return whether item is either fully or partially inside a box.

Should return whether item is either fully or partially inside a sphere.

Should return whether item is either fully or partially inside a set of planes.

Generated automatically by Doxygen for Coin from the source code.

Tue Dec 26 2023 17:59:22 Version 4.0.2