debian man page for sbocttreefuncs

Query: sbocttreefuncs

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SbOctTreeFuncs(3)						       Coin							 SbOctTreeFuncs(3)

NAME
SbOctTreeFuncs -
SYNOPSIS
#include <Inventor/SbOctTree.h> Public Attributes 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) Detailed Description 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. Member Data Documentation SbOctTreeFuncs::ptinsidefunc Should return whether a point is inside item. SbOctTreeFuncs::insideboxfunc Should return whether item is either fully or partly inside a box. SbOctTreeFuncs::insidespherefunc Should return whether item is either fully or partly inside a sphere. SbOctTreeFuncs::insideplanesfunc Should return whether item is either fully or partly inside a set of planes. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SbOctTreeFuncs(3)
Related Man Pages
sbbox3f(3) - debian
sbsphereplaneprojector(3) - debian
sbsphereprojector(3) - debian
sosfbox3f(3) - debian
sotexturecoordinatebundle(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Weird 'find' results
A (ksh) Library For and From UNIX.com