#include <AlgorithmPattern.h>

Definition at line 71 of file AlgorithmPattern.h.
| AlgorithmPattern::AlgorithmPattern | ( | RasterElement * | pRasterElement, | |
| Progress * | pProgress, | |||
| bool | interactive, | |||
| const BitMask * | pRoi | |||
| ) |
| virtual AlgorithmPattern::~AlgorithmPattern | ( | ) | [virtual] |
| bool AlgorithmPattern::runPreprocess | ( | ) |
| bool AlgorithmPattern::runProcess | ( | ) |
| bool AlgorithmPattern::runPostprocess | ( | ) |
| bool AlgorithmPattern::hasAbort | ( | ) | const |
| bool AlgorithmPattern::abort | ( | ) |
| void AlgorithmPattern::elementDeleted | ( | Subject & | subject, | |
| const std::string & | signal, | |||
| const boost::any & | v | |||
| ) |
| RasterElement* AlgorithmPattern::getRasterElement | ( | ) | const |
| int AlgorithmPattern::getRowOffset | ( | ) | const |
| bool AlgorithmPattern::setGuiData | ( | void * | pAlgorithmData | ) |
| bool AlgorithmPattern::isInteractive | ( | ) | const |
| bool AlgorithmPattern::determinePixelsToProcess | ( | ) | const [protected] |
| const BitMask* AlgorithmPattern::getPixelsToProcess | ( | ) | const [protected] |
| void AlgorithmPattern::setRoi | ( | const BitMask * | pRoi | ) | [protected] |
| void AlgorithmPattern::displayThresholdResults | ( | RasterElement * | pRasterElement, | |
| ColorType | color, | |||
| PassArea | passArea, | |||
| double | firstThreshold, | |||
| double | secondThreshold, | |||
| Opticks::PixelOffset | offset = Opticks::PixelOffset() | |||
| ) | [protected] |
| void AlgorithmPattern::displayPseudocolorResults | ( | RasterElement * | pRasterElement, | |
| std::vector< std::string > & | sigNames, | |||
| Opticks::PixelOffset | offset = Opticks::PixelOffset() | |||
| ) | [protected] |
Definition at line 99 of file AlgorithmPattern.h.
Service<DesktopServices> AlgorithmPattern::mpDesktopServices [protected] |
Definition at line 100 of file AlgorithmPattern.h.
Definition at line 101 of file AlgorithmPattern.h.
Service<ModelServices> AlgorithmPattern::mpModelServices [protected] |
Definition at line 102 of file AlgorithmPattern.h.
Service<UtilityServices> AlgorithmPattern::mpUtilityServices [protected] |
Definition at line 103 of file AlgorithmPattern.h.
ObjectFactory* AlgorithmPattern::mpObjFact [protected] |
Definition at line 104 of file AlgorithmPattern.h.