public

Inheritance Graph

graph BT
	ColorSplitFunction
	click ColorSplitFunction "classRendering_1_1MeshUtils_1_1QuadtreeMeshBuilder_1_1ColorSplitFunction"

Description

Split function that only uses the color values.

Public Functions

   
   
  ColorSplitFunction( Util::Reference < Util::PixelAccessor > colorAccessor)
   
bool operator()( QuadTree * node)

Documentation

function
Rendering::MeshUtils::QuadtreeMeshBuilder::ColorSplitFunction::ColorSplitFunction

public
     
     
ColorSplitFunction( Util::Reference < Util::PixelAccessor > colorAccessor )

Parameters

colorAccessor
Access to the color values

Defined in Rendering/MeshUtils/QuadtreeMeshBuilder.h:192


function
Rendering::MeshUtils::QuadtreeMeshBuilder::ColorSplitFunction::operator()

public
     
     
bool operator()( QuadTree * node )

Determine whether the specified quad tree node shall be split. Only the color values are used by this function.

Parameters

node
Quad tree node that is to be analyzed

Returns

trueif the specified quad tree node should be split,falseotherwise

Defined in Rendering/MeshUtils/QuadtreeMeshBuilder.h:201