TreeNode::NodeData::expandByFilterBounds

TreeNode::NodeData::expandByFilterBounds
bool expandByFilterBounds(RectF* bounds, bool boundsEmpty) const;
static void expandByFilterBounds(const Filter* filter, RectF* bounds);
Description

expandByFilterBounds is a helper function to expand the local bounds based on a node's FilterSet

Must apply any filters to the bounds before it is transformed into parent space.

Parameters
Parameters 
Description 
RectF* bounds 
_nt_ 
RectF* bounds 
The bounds to which the filters are applied. 
bool boundsEmpty 
_nt_ 
const Filter* filter 
_nt_ 
Return Value