Public Member Functions | List of all members
mirtk::ScalarFunctionToImage< VoxelType > Class Template Reference

#include <ScalarFunctionToImage.h>

Inheritance diagram for mirtk::ScalarFunctionToImage< VoxelType >:
Inheritance graph
Collaboration diagram for mirtk::ScalarFunctionToImage< VoxelType >:
Collaboration graph

Public Member Functions

virtual void Run ()
 Run the filter on entire image.
 
 ScalarFunctionToImage (bool=true)
 Constructor (using world coordinates by default)
 
virtual ~ScalarFunctionToImage ()
 Deconstuctor.
 
- 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.
 

Additional Inherited Members

- Static Public Member Functions inherited from mirtk::Object
static const char * NameOfType ()
 Get name of this class type.
 
- Protected Member Functions inherited from mirtk::Object
template<typename... Args>
void Throw (ErrorType err, const char *func, Args... args) const
 
- Static Protected Member Functions inherited from mirtk::Object
template<typename... Args>
static void ThrowStatic (ErrorType err, const char *cls, const char *func, Args... args)
 

Detailed Description

template<class VoxelType>
class mirtk::ScalarFunctionToImage< VoxelType >

Scalar function to image filter.

This class uses a scalar function to produce an image as output. The filter loops through each voxel of the output image and calculates its intensity as the value of the scalar function as a function of spatial location.

Definition at line 40 of file ScalarFunctionToImage.h.


The documentation for this class was generated from the following file: