#include <LieBracketImageFilter.h>
Public Member Functions | |
virtual const ImageType * | GetInput (int) const |
virtual void | Input (int, const ImageType *) |
Set n-th input. | |
virtual const ImageType * | Input (int) const |
Get n-th input. | |
virtual | ~LieBracketImageFilter () |
Destructor. | |
Public Member Functions inherited from mirtk::ImageToImage< TVoxel > | |
ImageToImage () | |
Constructor. | |
virtual bool | RequiresBuffering () const |
virtual void | Run () |
Run filter on entire image. | |
virtual double | Run (int, int, int, int=0) |
Run filter on single voxel. | |
virtual | ~ImageToImage () |
Destructor. | |
Public Member Functions inherited from mirtk::Object | |
virtual const char * | NameOfClass () const =0 |
Get name of class, which this object is an instance of. | |
virtual ParameterList | Parameter () const |
Get parameter name/value pairs. | |
bool | Parameter (const ParameterList &) |
Set parameters from name/value pairs. | |
virtual bool | Set (const char *name, const char *value) |
virtual | ~Object () |
Destructor. | |
Static Public Member Functions | |
static LieBracketImageFilter * | New (const ImageAttributes &, bool=true) |
Construct Lie bracket filter for given image domain. | |
static LieBracketImageFilter * | New (const BaseImage *, bool=true) |
Construct Lie bracket filter for given input vector field. | |
Static Public Member Functions inherited from mirtk::Object | |
static const char * | NameOfType () |
Get name of this class type. | |
Protected Member Functions | |
virtual void | Initialize () |
Initialize filter. | |
LieBracketImageFilter () | |
Constructor. | |
Protected Member Functions inherited from mirtk::ImageToImage< TVoxel > | |
virtual void | Finalize () |
void | Initialize (bool) |
mirtkAggregateMacro (ImageType, Buffer) | |
Buffer. | |
mirtkPublicAggregateMacro (const ImageType, Input) | |
Input image for filter. | |
mirtkPublicAggregateMacro (ImageType, Output) | |
Output image for filter. | |
Protected Member Functions inherited from mirtk::Object | |
template<typename... Args> | |
void | Throw (ErrorType err, const char *func, Args... args) const |
Protected Attributes | |
const ImageType * | _Input2 |
Second input vector field. | |
Additional Inherited Members | |
Public Types inherited from mirtk::ImageToImage< TVoxel > | |
typedef GenericImage< VoxelType > | ImageType |
Input/output image type. | |
typedef TVoxel | VoxelType |
Input/output image voxel type. | |
Static Protected Member Functions inherited from mirtk::Object | |
template<typename... Args> | |
static void | ThrowStatic (ErrorType err, const char *cls, const char *func, Args... args) |
Base class for image filters which compute the Lie bracket of two vector fields.
Definition at line 37 of file LieBracketImageFilter.h.
|
virtual |
Get n-th input
This overload can be used to disambiguate the getter Input(0) from the setter Input(NULL). Alternatively, use Input(int(0)).
Definition at line 125 of file LieBracketImageFilter.h.