#include <vtkImageRoundOff.h>
Inheritance diagram for vtkImageRoundOff:


vtkImageRoundOff rounds off the data to the nearest integer.
Definition at line 41 of file vtkImageRoundOff.h.
Public Member Functions | |
| vtkTypeRevisionMacro (vtkImageRoundOff, vtkThreadedImageAlgorithm) | |
Static Public Member Functions | |
| static vtkImageRoundOff * | New () |
Protected Member Functions | |
| vtkImageRoundOff () | |
| ~vtkImageRoundOff () | |
| void | ThreadedRequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int outExt[6], int id) |
| vtkImageRoundOff::vtkImageRoundOff | ( | ) | [inline, protected] |
Definition at line 48 of file vtkImageRoundOff.h.
| vtkImageRoundOff::~vtkImageRoundOff | ( | ) | [inline, protected] |
Definition at line 49 of file vtkImageRoundOff.h.
| static vtkImageRoundOff* vtkImageRoundOff::New | ( | ) | [static] |
Reimplemented from vtkAlgorithm.
| vtkImageRoundOff::vtkTypeRevisionMacro | ( | vtkImageRoundOff | , | |
| vtkThreadedImageAlgorithm | ||||
| ) |
| void vtkImageRoundOff::ThreadedRequestData | ( | vtkInformation * | request, | |
| vtkInformationVector ** | inputVector, | |||
| vtkInformationVector * | outputVector, | |||
| vtkImageData *** | inData, | |||
| vtkImageData ** | outData, | |||
| int | outExt[6], | |||
| int | id | |||
| ) | [protected, virtual] |
Reimplemented from vtkThreadedImageAlgorithm.
1.4.7