Mantid
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
Subtree.h File Reference
#include "MantidQtWidgets/Common/Batch/Row.h"

Go to the source code of this file.

Namespaces

namespace  MantidQt
 The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress bar for them, and a property list.
 
namespace  MantidQt::MantidWidgets
 
namespace  MantidQt::MantidWidgets::Batch
 

Typedefs

using MantidQt::MantidWidgets::Batch::Subtree = std::vector< Row >
 

Functions

template<typename RowLocationConstIterator >
bool MantidQt::MantidWidgets::Batch::allNodesDescendedFromParentOfFirstRoot (RowLocationConstIterator sortedRegionBegin, RowLocationConstIterator sortedRegionEnd)
 
template<typename RowLocationConstIterator >
bool MantidQt::MantidWidgets::Batch::allSubtreeRootsShareAParentAndAllSubtreeNodesAreConnected (int subtreeRootDepth, RowLocationConstIterator sortedRegionBegin, RowLocationConstIterator sortedRegionEnd)
 
template<typename RowLocationConstIterator >
bool MantidQt::MantidWidgets::Batch::hasSubtreeRootDeeperThanFirstRoot (int firstSubtreeRootDepth, RowLocationConstIterator sortedRegionBegin, RowLocationConstIterator sortedRegionEnd)
 
template<typename RowLocationConstIterator >
bool MantidQt::MantidWidgets::Batch::hasSubtreeRootShallowerThanFirstRoot (RowLocationConstIterator sortedRegionBegin, RowLocationConstIterator sortedRegionEnd)
 
template<typename RowLocationConstIterator >
bool MantidQt::MantidWidgets::Batch::maximumIncreaseInDepthIsOne (RowLocationConstIterator sortedRegionBegin, RowLocationConstIterator sortedRegionEnd)