|
GOFIGURE2
0.9.0
|
#include "vtkImageBlendWithMask.h"#include "vtkImageData.h"#include "vtkInformation.h"#include "vtkInformationVector.h"#include "vtkObjectFactory.h"#include "vtkStreamingDemandDrivenPipeline.h"Go to the source code of this file.
Functions | |
| vtkCxxRevisionMacro (vtkImageBlendWithMask,"$Revision: 490 $") | |
| template<class T > | |
| void | vtkImageBlendWithMaskExecute (vtkImageBlendWithMask *self, int ext[6], vtkImageData *in1Data, T *in1Ptr, vtkImageData *in2Data, T *in2Ptr, vtkImageData *outData, T *outPtr, int id) |
| vtkStandardNewMacro (vtkImageBlendWithMask) | |
| vtkCxxRevisionMacro | ( | vtkImageBlendWithMask | , |
| "$Revision: 490 $" | |||
| ) |
| void vtkImageBlendWithMaskExecute | ( | vtkImageBlendWithMask * | self, |
| int | ext[6], | ||
| vtkImageData * | in1Data, | ||
| T * | in1Ptr, | ||
| vtkImageData * | in2Data, | ||
| T * | in2Ptr, | ||
| vtkImageData * | outData, | ||
| T * | outPtr, | ||
| int | id | ||
| ) |
Definition at line 165 of file vtkImageBlendWithMask.cxx.
| vtkStandardNewMacro | ( | vtkImageBlendWithMask | ) |
1.8.5