TreeNode::NodeData::updateOriginalBoundState

TreeNode::NodeData::updateOriginalBoundState
void updateOriginalBoundState(const RectF& bounds);
Description

updateOriginalBoundState compares the AproxLocalBounds with the input, and if they are different, saves the input in an OrigNodeBoundsState object in this object.

Parameters
Parameters 
Description 
const RectF& bounds 
The original bounds of the node.