irtkResamplingWithPadding< VoxelType > Class Template Reference

#include <irtkResamplingWithPadding.h>

Inheritance diagram for irtkResamplingWithPadding< VoxelType >:

Inheritance graph
[legend]
Collaboration diagram for irtkResamplingWithPadding< VoxelType >:

Collaboration graph
[legend]

List of all members.


Detailed Description

template<class VoxelType>
class irtkResamplingWithPadding< VoxelType >

Class for resampling of padded images.

This class defines and implements the resampling of images with arbitrary voxel dimensions. The new image intensity of the voxels is calculated by interpolation of the old image intensities. Only linear interpolation is currently supported. If more than 50% of the voxels used for interpolation have intensities smaller or equal to the padding value, the resampled voxel will be filled with the padding value.

Definition at line 35 of file irtkResamplingWithPadding.h.


Public Member Functions

 irtkResamplingWithPadding (double, double, double, VoxelType)
 Constructor.
virtual void Run ()
 Run the resampling filter.
 SetMacro (PaddingValue, VoxelType)
 Set padding value.
 GetMacro (PaddingValue, VoxelType)
 Get padding value.

Protected Member Functions

virtual Bool RequiresBuffering ()
 Returns whether the filter requires buffering.
virtual const char * NameOfClass ()
 Returns the name of the class.
virtual void Initialize ()
 Initialize the filter.

Protected Attributes

VoxelType _PaddingValue
 Padding value.

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