Inheritance Graph
graph BT
StencilSplitFunction
click StencilSplitFunction "classRendering_1_1MeshUtils_1_1QuadtreeMeshBuilder_1_1StencilSplitFunction"
Description
Split function that only uses the stencil values.
Public Functions
Documentation
function
Rendering::MeshUtils::QuadtreeMeshBuilder::StencilSplitFunction::StencilSplitFunction
Parameters
- stencilAccessor
- Access to the stencil values
Defined in Rendering/MeshUtils/QuadtreeMeshBuilder.h:214
function
Rendering::MeshUtils::QuadtreeMeshBuilder::StencilSplitFunction::operator()
Determine whether the specified quad tree node shall be split. Only the stencil values 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:223