GETN_XYZRANGE
#define GETN_XYZRANGE(_NODE_NAME, _NODE_LABEL, _NUM_DATA, _VALUE) octree_create_composite_range_node(&_tmpSubNode, &_tmpNode, #_NODE_NAME, _NODE_LABEL, _NUM_DATA, CRT_XYZ, _VALUE);
The macro allow user to select XYZRange as data
EX1
#include <GetNbox.h> void GETN_XYZRANGE_ex1() { GETN_BOX(trRoot) GETN_XYZRANGE(Input, "Input Data", 1, "") if ( GetNBox(trRoot) ) out_tree(trRoot); return; }
GETN_RANGE, GETN_XYRANGE, GETN_XYRANGE_COMPLEX, GETN_INTERACTIVE
GetNBox.h