Generic filter that has N inputs.
More...
#include <vtkKWEImageFDKFilter.h>
List of all members.
Public Member Functions |
| | vtkTypeRevisionMacro (vtkKWEImageFDKFilter, vtkImageAlgorithm) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
|
|
| virtual void | SetRadius (float) |
| virtual float | GetRadius () |
|
|
| virtual vtkDoubleArray * | GetAngles () |
Static Public Member Functions |
| static vtkKWEImageFDKFilter * | New () |
Protected Member Functions |
| | vtkKWEImageFDKFilter () |
| | ~vtkKWEImageFDKFilter () |
| virtual int | RequestInformation (vtkInformation *vtkNotUsed(request), vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| void | GenerateWeightingFunction (int projExt[6]) |
| void | ApplyWeightingFunction (int row, int slice, vtkImageData *projection, vtkImageData *output) |
| void | GenerateFilter (float *filter, int order) |
Protected Attributes |
| float | Radius |
| vtkDoubleArray * | Angles |
Detailed Description
Generic filter that has N inputs.
vtkKWEImageFDKFilter is a super class for filters that have any number of inputs. Streaming is not available in this class yet.
- See also:
- vtkImageToImageFilter vtkImageInPlaceFilter vtkImageTwoInputFilter
Definition at line 41 of file vtkKWEImageFDKFilter.h.
Constructor & Destructor Documentation
| vtkKWEImageFDKFilter::vtkKWEImageFDKFilter |
( |
|
) |
[protected] |
| vtkKWEImageFDKFilter::~vtkKWEImageFDKFilter |
( |
|
) |
[protected] |
Member Function Documentation
| void vtkKWEImageFDKFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent | |
|
) |
| | [virtual] |
| virtual void vtkKWEImageFDKFilter::SetRadius |
( |
float |
|
) |
[virtual] |
Distance from the detector to the center of rotation of the source object.
| virtual float vtkKWEImageFDKFilter::GetRadius |
( |
|
) |
[virtual] |
Distance from the detector to the center of rotation of the source object.
Collection of the angles of each projection
| void vtkKWEImageFDKFilter::GenerateWeightingFunction |
( |
int |
projExt[6] |
) |
[protected] |
| void vtkKWEImageFDKFilter::ApplyWeightingFunction |
( |
int |
row, |
|
|
int |
slice, |
|
|
vtkImageData * |
projection, |
|
|
vtkImageData * |
output | |
|
) |
| | [protected] |
| void vtkKWEImageFDKFilter::GenerateFilter |
( |
float * |
filter, |
|
|
int |
order | |
|
) |
| | [protected] |
Member Data Documentation
The documentation for this class was generated from the following file: