TO BE FILLED.
More...
#include <Code/ExternalCode/MegaVTK/vtkRenderingAddOn/vtkFillImageWithPolyData.h>
|
double | Angle2D (const double dp1[2], const double dp2[2]) |
| Compute the angle between the 2 input points. More...
|
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
| vtkGetMacro (InsidePixelValue, double) |
| Get the value of the pixel inside. More...
|
|
| vtkGetMacro (ExtractionDirection, int) |
| Set the direction of extraction. 0: X, 1: Y, 2: Z. More...
|
|
| vtkGetObjectMacro (PolyData, vtkPolyData) |
| Get the Polydata. More...
|
|
| vtkSetMacro (InsidePixelValue, double) |
| Set the value of the pixel inside. More...
|
|
| vtkSetMacro (ExtractionDirection, int) |
| Set the direction of extraction. 0: X, 1: Y, 2: Z. More...
|
|
| vtkSetObjectMacro (PolyData, vtkPolyData) |
| Set the Polydata. More...
|
|
| vtkTypeRevisionMacro (vtkFillImageWithPolyData, vtkThreadedImageAlgorithm) |
|
TO BE FILLED.
Definition at line 80 of file vtkFillImageWithPolyData.h.
vtkFillImageWithPolyData::vtkFillImageWithPolyData |
( |
| ) |
|
|
protected |
vtkFillImageWithPolyData::~vtkFillImageWithPolyData |
( |
| ) |
|
|
protected |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
double vtkFillImageWithPolyData::Angle2D |
( |
const double |
dp1[2], |
|
|
const double |
dp2[2] |
|
) |
| |
Compute the angle between the 2 input points.
- Parameters
-
[in] | dp1 | Position of the first point. |
[in] | dp2 | Position of the second point. |
- Returns
- The angle between the 2 input points.
Definition at line 502 of file vtkFillImageWithPolyData.cxx.
Convenient method to access the constructor.
void vtkFillImageWithPolyData::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
int vtkFillImageWithPolyData::RequestInformation |
( |
vtkInformation * |
vtkNotUsedrequest, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
void vtkFillImageWithPolyData::ThreadedRequestData |
( |
vtkInformation * |
vtkNotUsedrequest, |
|
|
vtkInformationVector ** |
vtkNotUsedinputVector, |
|
|
vtkInformationVector * |
vtkNotUsedoutputVector, |
|
|
vtkImageData *** |
inData, |
|
|
vtkImageData ** |
outData, |
|
|
int |
extent[6], |
|
|
int |
threadId |
|
) |
| |
|
protectedvirtual |
Get the value of the pixel inside.
Set the direction of extraction. 0: X, 1: Y, 2: Z.
vtkFillImageWithPolyData::vtkGetObjectMacro |
( |
PolyData |
, |
|
|
vtkPolyData |
|
|
) |
| |
Set the value of the pixel inside.
Set the direction of extraction. 0: X, 1: Y, 2: Z.
vtkFillImageWithPolyData::vtkSetObjectMacro |
( |
PolyData |
, |
|
|
vtkPolyData |
|
|
) |
| |
double vtkFillImageWithPolyData::BBox[6] |
|
private |
int vtkFillImageWithPolyData::ExtractionDirection |
|
private |
double vtkFillImageWithPolyData::InsidePixelValue |
|
private |
vtkPolyData* vtkFillImageWithPolyData::PolyData |
|
private |
The documentation for this class was generated from the following files: