Image operation: revert binary mask. More...
#include <cmtkImageOperationRevert.h>
Public Member Functions | |
ImageOperationRevert () | |
Constructor. | |
virtual cmtk::UniformVolume::SmartPtr | Apply (cmtk::UniformVolume::SmartPtr &volume) |
Apply this operation to an image in place. | |
Static Public Member Functions | |
static void | New () |
Create a new lower reverting operation. |
Image operation: revert binary mask.
Inherit from image operation base class.
Definition at line 43 of file cmtkImageOperationRevert.h.
cmtk::ImageOperationRevert::ImageOperationRevert | ( | ) | [inline] |
Constructor.
Definition at line 49 of file cmtkImageOperationRevert.h.
cmtk::UniformVolume::SmartPtr cmtk::ImageOperationRevert::Apply | ( | cmtk::UniformVolume::SmartPtr & | volume ) | [virtual] |
Apply this operation to an image in place.
Reimplemented from cmtk::ImageOperation.
Definition at line 34 of file cmtkImageOperationRevert.cxx.
static void cmtk::ImageOperationRevert::New | ( | ) | [inline, static] |
Create a new lower reverting operation.
Definition at line 55 of file cmtkImageOperationRevert.h.