#include <Code/Filters/Mesh/MeshToContourFilter.h>
Definition at line 45 of file MeshToContourFilter.h.
MeshToContourFilter::MeshToContourFilter |
( |
| ) |
|
MeshToContourFilter::~MeshToContourFilter |
( |
| ) |
|
std::map< double, vtkPolyData * > MeshToContourFilter::ExtractPolyData |
( |
ORIENTATION |
iOrientation | ) |
|
Extract contours from polydata given an orientation.
- Parameters
-
[in] | iOrientation | Desired Orientation (XY, XZ, YZ) |
- Returns
- Map of polydatas indexed by slice position.
- Note
- polydatas has to be deleted
Definition at line 79 of file MeshToContourFilter.cxx.
void MeshToContourFilter::SetInput |
( |
vtkPolyData * |
iInput | ) |
|
Set polydata to be splitted.
- Parameters
-
[in] | iInput | polydata to be splitted |
Definition at line 59 of file MeshToContourFilter.cxx.
void MeshToContourFilter::SetSpacing |
( |
const double & |
iX, |
|
|
const double & |
iY, |
|
|
const double & |
iZ |
|
) |
| |
Set spacing of the original image to know how many slices to extract.
- Parameters
-
[in] | iX | X spacing |
[in] | iY | Y spacing |
[in] | iZ | Z spacing |
Definition at line 68 of file MeshToContourFilter.cxx.
vtkPolyData* MeshToContourFilter::m_Input |
|
private |
double MeshToContourFilter::m_Spacing[3] |
|
private |
The documentation for this class was generated from the following files: