Inheritance Graph
graph BT
MultipleSplitFunction
click MultipleSplitFunction "classRendering_1_1MeshUtils_1_1QuadtreeMeshBuilder_1_1MultipleSplitFunction"
Description
Split function that uses multiple other split functions.
Public Functions
Documentation
function
Rendering::MeshUtils::QuadtreeMeshBuilder::MultipleSplitFunction::MultipleSplitFunction
Parameters
- splitFunctions
- Array of split functions to use
Defined in Rendering/MeshUtils/QuadtreeMeshBuilder.h:236
function
Rendering::MeshUtils::QuadtreeMeshBuilder::MultipleSplitFunction::operator()
Determine whether the specified quad tree node shall be split. All split functions are used by this function.
Parameters
- node
- Quad tree node that is to be analyzed
Returns
true
if the specified quad tree node should be split,false
otherwise
Defined in Rendering/MeshUtils/QuadtreeMeshBuilder.h:247