#include "vtkFillImageWithPolyData.h"
#include "vtkImageData.h"
#include "vtkInformation.h"
#include "vtkInformationVector.h"
#include "vtkObjectFactory.h"
#include "vtkStreamingDemandDrivenPipeline.h"
#include "vtkPoints.h"
#include "vtkMath.h"
Go to the source code of this file.
|
| vtkCxxRevisionMacro (vtkFillImageWithPolyData,"$Revision: 490 $") |
|
template<class T > |
void | vtkFillImageWithPolyDataExecuteX (vtkFillImageWithPolyData *self, int ext[6], vtkImageData *inData, T *in1Ptr, vtkImageData *outData, unsigned char *outPtr, int id, int slice, double bbox[6]) |
|
template<class T > |
void | vtkFillImageWithPolyDataExecuteY (vtkFillImageWithPolyData *self, int ext[6], vtkImageData *inData, T *in1Ptr, vtkImageData *outData, unsigned char *outPtr, int id, int slice, double bbox[6]) |
|
template<class T > |
void | vtkFillImageWithPolyDataExecuteZ (vtkFillImageWithPolyData *self, int ext[6], vtkImageData *inData, T *in1Ptr, vtkImageData *outData, unsigned char *outPtr, int id, int slice, double bbox[6]) |
|
| vtkStandardNewMacro (vtkFillImageWithPolyData) |
|
template<class T >
void vtkFillImageWithPolyDataExecuteX |
( |
vtkFillImageWithPolyData * |
self, |
|
|
int |
ext[6], |
|
|
vtkImageData * |
inData, |
|
|
T * |
in1Ptr, |
|
|
vtkImageData * |
outData, |
|
|
unsigned char * |
outPtr, |
|
|
int |
id, |
|
|
int |
slice, |
|
|
double |
bbox[6] |
|
) |
| |
template<class T >
void vtkFillImageWithPolyDataExecuteY |
( |
vtkFillImageWithPolyData * |
self, |
|
|
int |
ext[6], |
|
|
vtkImageData * |
inData, |
|
|
T * |
in1Ptr, |
|
|
vtkImageData * |
outData, |
|
|
unsigned char * |
outPtr, |
|
|
int |
id, |
|
|
int |
slice, |
|
|
double |
bbox[6] |
|
) |
| |
template<class T >
void vtkFillImageWithPolyDataExecuteZ |
( |
vtkFillImageWithPolyData * |
self, |
|
|
int |
ext[6], |
|
|
vtkImageData * |
inData, |
|
|
T * |
in1Ptr, |
|
|
vtkImageData * |
outData, |
|
|
unsigned char * |
outPtr, |
|
|
int |
id, |
|
|
int |
slice, |
|
|
double |
bbox[6] |
|
) |
| |