NIREP
|
#include "RelativeOverlap.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 (RelativeOverlap,"$Revision: 1.3 $") | |
template<class T > | |
void | vtkRelativeOverlapExecute (RelativeOverlap *self, int ext[6], vtkImageData *in1Data, T *in1Ptr, vtkImageData *in2Data, T *in2Ptr, vtkImageData *outData, T *outPtr, int id) |
vtkStandardNewMacro (RelativeOverlap) |
vtkCxxRevisionMacro | ( | RelativeOverlap | , |
"$Revision: 1.3 $" | |||
) |
void vtkRelativeOverlapExecute | ( | RelativeOverlap * | self, |
int | ext[6], | ||
vtkImageData * | in1Data, | ||
T * | in1Ptr, | ||
vtkImageData * | in2Data, | ||
T * | in2Ptr, | ||
vtkImageData * | outData, | ||
T * | outPtr, | ||
int | id | ||
) |
Definition at line 103 of file RelativeOverlap.cxx.
vtkStandardNewMacro | ( | RelativeOverlap | ) |