isNodeAdded method

bool isNodeAdded()

Reports whether the HotPixel caused a node to be added in any target segmentString (including its own). If so, the HotPixel must be added as a node as well.

@return true if a node was added in any target segmentString.

Implementation

bool isNodeAdded() {
  return _isNodeAdded;
}