#include <anatomist/action/levelsetaction.h>
|  | 
|  | RoiLevelSetAction () | 
|  | 
| virtual | ~RoiLevelSetAction () | 
|  | 
| virtual void | update (const anatomist::Observable *, void *) | 
|  | 
| virtual std::string | name () const | 
|  | 
| void | activateLevelSet () | 
|  | 
| void | deactivateLevelSet () | 
|  | 
| void | lowLevelChanged (float newLowLevel) | 
|  | 
| void | highLevelChanged (float newHighLevel) | 
|  | 
| int | dimensionMode () | 
|  | 
| float | lowLevel () | 
|  | 
| float | highLevel () | 
|  | 
| float | imageMax () | 
|  | 
| float | imageMin () | 
|  | 
| bool | levelSetActivation () | 
|  | 
| float | mixFactor () | 
|  | 
| float | maxSize () | 
|  | 
| float | percentageOfMaximum () | 
|  | 
| std::string | mixMethod () | 
|  | 
| void | setDimensionModeTo2D () | 
|  | 
| void | setDimensionModeTo3D () | 
|  | 
| void | setMixMethod (const std::string &) | 
|  | 
| void | setMixFactor (float) | 
|  | 
| void | setMaxSize (float maxSize) | 
|  | 
| void | setPercentageOfMaximum (float percentageOfMaximum) | 
|  | 
| void | replaceRegion (int x, int y, int globalX, int globalY) | 
|  | 
| void | addToRegion (int x, int y, int globalX, int globalY) | 
|  | 
| void | removeFromRegion (int x, int y, int globalX, int globalY) | 
|  | 
| float | realMin () const | 
|  | 
| float | realMax () const | 
|  | 
| virtual QWidget * | actionView (QWidget *) | 
|  | 
| virtual bool | viewableAction () const | 
|  | 
|  | Action () | 
|  | 
| virtual | ~Action () | 
|  | 
| void | setView (View *view) | 
|  | 
| virtual bool | isSingleton () | 
|  | 
| View * | view () | 
|  | 
Definition at line 93 of file levelsetaction.h.
 
◆ DimensionMode
◆ RoiLevelSetAction()
      
        
          | anatomist::RoiLevelSetAction::RoiLevelSetAction | ( |  | ) |  | 
      
 
 
◆ ~RoiLevelSetAction()
  
  | 
        
          | virtual anatomist::RoiLevelSetAction::~RoiLevelSetAction | ( |  | ) |  |  | virtual | 
 
 
◆ actionView()
  
  | 
        
          | virtual QWidget* anatomist::RoiLevelSetAction::actionView | ( | QWidget * |  | ) |  |  | virtual | 
 
 
◆ activateLevelSet()
      
        
          | void anatomist::RoiLevelSetAction::activateLevelSet | ( |  | ) |  | 
      
 
 
◆ addToRegion()
      
        
          | void anatomist::RoiLevelSetAction::addToRegion | ( | int | x, | 
        
          |  |  | int | y, | 
        
          |  |  | int | globalX, | 
        
          |  |  | int | globalY | 
        
          |  | ) |  |  | 
      
 
 
◆ creator()
  
  | 
        
          | static Action* anatomist::RoiLevelSetAction::creator | ( |  | ) |  |  | static | 
 
 
◆ deactivateLevelSet()
      
        
          | void anatomist::RoiLevelSetAction::deactivateLevelSet | ( |  | ) |  | 
      
 
 
◆ dimensionMode()
  
  | 
        
          | int anatomist::RoiLevelSetAction::dimensionMode | ( |  | ) |  |  | inline | 
 
 
◆ highLevel()
  
  | 
        
          | float anatomist::RoiLevelSetAction::highLevel | ( |  | ) |  |  | inline | 
 
 
◆ highLevelChanged()
      
        
          | void anatomist::RoiLevelSetAction::highLevelChanged | ( | float | newHighLevel | ) |  | 
      
 
 
◆ imageMax()
  
  | 
        
          | float anatomist::RoiLevelSetAction::imageMax | ( |  | ) |  |  | inline | 
 
 
◆ imageMin()
  
  | 
        
          | float anatomist::RoiLevelSetAction::imageMin | ( |  | ) |  |  | inline | 
 
 
◆ levelSetActivation()
  
  | 
        
          | bool anatomist::RoiLevelSetAction::levelSetActivation | ( |  | ) |  |  | inline | 
 
 
◆ lowLevel()
  
  | 
        
          | float anatomist::RoiLevelSetAction::lowLevel | ( |  | ) |  |  | inline | 
 
 
◆ lowLevelChanged()
      
        
          | void anatomist::RoiLevelSetAction::lowLevelChanged | ( | float | newLowLevel | ) |  | 
      
 
 
◆ maxSize()
  
  | 
        
          | float anatomist::RoiLevelSetAction::maxSize | ( |  | ) |  |  | inline | 
 
 
◆ mixFactor()
  
  | 
        
          | float anatomist::RoiLevelSetAction::mixFactor | ( |  | ) |  |  | inline | 
 
 
◆ mixMethod()
  
  | 
        
          | std::string anatomist::RoiLevelSetAction::mixMethod | ( |  | ) |  |  | inline | 
 
 
◆ name()
  
  | 
        
          | virtual std::string anatomist::RoiLevelSetAction::name | ( |  | ) | const |  | virtual | 
 
 
◆ percentageOfMaximum()
  
  | 
        
          | float anatomist::RoiLevelSetAction::percentageOfMaximum | ( |  | ) |  |  | inline | 
 
 
◆ realMax()
      
        
          | float anatomist::RoiLevelSetAction::realMax | ( |  | ) | const | 
      
 
 
◆ realMin()
      
        
          | float anatomist::RoiLevelSetAction::realMin | ( |  | ) | const | 
      
 
 
◆ removeFromRegion()
      
        
          | void anatomist::RoiLevelSetAction::removeFromRegion | ( | int | x, | 
        
          |  |  | int | y, | 
        
          |  |  | int | globalX, | 
        
          |  |  | int | globalY | 
        
          |  | ) |  |  | 
      
 
 
◆ replaceRegion()
      
        
          | void anatomist::RoiLevelSetAction::replaceRegion | ( | int | x, | 
        
          |  |  | int | y, | 
        
          |  |  | int | globalX, | 
        
          |  |  | int | globalY | 
        
          |  | ) |  |  | 
      
 
 
◆ setDimensionModeTo2D()
      
        
          | void anatomist::RoiLevelSetAction::setDimensionModeTo2D | ( |  | ) |  | 
      
 
 
◆ setDimensionModeTo3D()
      
        
          | void anatomist::RoiLevelSetAction::setDimensionModeTo3D | ( |  | ) |  | 
      
 
 
◆ setMaxSize()
      
        
          | void anatomist::RoiLevelSetAction::setMaxSize | ( | float | maxSize | ) |  | 
      
 
 
◆ setMixFactor()
      
        
          | void anatomist::RoiLevelSetAction::setMixFactor | ( | float |  | ) |  | 
      
 
 
◆ setMixMethod()
      
        
          | void anatomist::RoiLevelSetAction::setMixMethod | ( | const std::string & |  | ) |  | 
      
 
 
◆ setPercentageOfMaximum()
      
        
          | void anatomist::RoiLevelSetAction::setPercentageOfMaximum | ( | float | percentageOfMaximum | ) |  | 
      
 
 
◆ unregisterObservable()
◆ update()
◆ viewableAction()
  
  | 
        
          | virtual bool anatomist::RoiLevelSetAction::viewableAction | ( |  | ) | const |  | inlinevirtual | 
 
 
The documentation for this class was generated from the following file: