42 return "Trim stack boundary box (BBox) to keep only non-empty part.\n"
43 "A voxel is considered empty if its intensity is less or equal to the threshold.";
49 return QStringList() <<
"Voxels below this threshold are considered empty.";
55 return QIcon(
":/images/AutoTrim.png");
Any stack.
Definition: Process.hpp:627
Stack * currentStack()
Returns the current stack (i.e.
const Store * currentStore() const
Returns the current store.
Definition: Stack.hpp:112
Process()
Default constructor.
QString description() const
Returns a description of the process for the GUI.
Definition: AutoTrim.hpp:40
CheckState checkState()
Call this function and convert the result to a boolean.
The Store class holds the actual 3D data and properties specific to it.
Definition: Store.hpp:25
Stack * stack(int i)
Returns the ith stack, or 0 if there is no such stack.
QStringList parmNames() const
List of named parameters.
Definition: AutoTrim.hpp:45
QStringList parmDefaults() const
List of default parms.
Definition: AutoTrim.hpp:51
QString folder() const
Folder in which to place the process.
Definition: AutoTrim.hpp:34
QString name() const
Returns the name of the process.
Definition: AutoTrim.hpp:37
Trim stack boundary box (BBox) to keep only non-empty part.
Definition: AutoTrim.hpp:16
File containing the definition of a Process.
The Stack class represent the dimensions of the 3D data, and the frames transformations.
Definition: Stack.hpp:25
QIcon icon() const
Icon to use to represent the process in the GUI.
Definition: AutoTrim.hpp:54
Stack processes have non-mutable access to meshes and mutable access to stacks.
Definition: Process.hpp:819
bool operator()(const QStringList &parms)
Implementation of the process with generic arguments.
Definition: AutoTrim.hpp:24
QStringList parmDescs() const
List of parameters descriptions.
Definition: AutoTrim.hpp:48