TO BE FILLED.
More...
#include <Code/ExternalCode/MegaVTK/vtkRenderingAddOn/vtkFillImageWithPolyData.h>
Public Member Functions |
| double | Angle2D (const double dp1[2], const double dp2[2]) |
| | Compute the angle between the 2 input points.
|
| void | PrintSelf (ostream &os, vtkIndent indent) |
| | vtkGetMacro (InsidePixelValue, double) |
| | Get the value of the pixel inside.
|
| | vtkGetMacro (ExtractionDirection, int) |
| | Set the direction of extraction. 0: X, 1: Y, 2: Z.
|
| | vtkGetObjectMacro (PolyData, vtkPolyData) |
| | Get the Polydata.
|
| | vtkSetMacro (InsidePixelValue, double) |
| | Set the value of the pixel inside.
|
| | vtkSetMacro (ExtractionDirection, int) |
| | Set the direction of extraction. 0: X, 1: Y, 2: Z.
|
| | vtkSetObjectMacro (PolyData, vtkPolyData) |
| | Set the Polydata.
|
| | vtkTypeRevisionMacro (vtkFillImageWithPolyData, vtkThreadedImageAlgorithm) |
Protected Member Functions |
| virtual int | RequestInformation (vtkInformation *vtkNotUsed(request), vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| virtual void | ThreadedRequestData (vtkInformation *vtkNotUsed(request), vtkInformationVector **vtkNotUsed(inputVector), vtkInformationVector *vtkNotUsed(outputVector), vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId) |
| | vtkFillImageWithPolyData () |
| | Constructor.
|
| | ~vtkFillImageWithPolyData () |
| | Destructor.
|
Detailed Description
TO BE FILLED.
Definition at line 80 of file vtkFillImageWithPolyData.h.
Constructor & Destructor Documentation
| 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.
Member Function Documentation
| 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 |
|
|
) |
| |
Member Data Documentation
| 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: