slice a dataset along a polyplane
More...
#include <vtkSliceAlongPolyPlane.h>
Inherits vtkDataObjectAlgorithm.
slice a dataset along a polyplane
vtkSliceAlongPolyPlane is a filter that slices its first input dataset along the surface defined by sliding the poly line in the second input dataset along a line parallel to the Z-axis.
- See also
- vtkCutter vtkPolyPlane
Definition at line 37 of file vtkSliceAlongPolyPlane.h.
§ Superclass
§ vtkSliceAlongPolyPlane()
vtkSliceAlongPolyPlane::vtkSliceAlongPolyPlane |
( |
| ) |
|
|
protected |
§ ~vtkSliceAlongPolyPlane()
virtual vtkSliceAlongPolyPlane::~vtkSliceAlongPolyPlane |
( |
| ) |
|
|
protectedvirtual |
§ New()
§ GetClassName()
virtual const char* vtkSliceAlongPolyPlane::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkSliceAlongPolyPlane::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkSliceAlongPolyPlane::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
void vtkSliceAlongPolyPlane::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ SetTolerance()
virtual void vtkSliceAlongPolyPlane::SetTolerance |
( |
double |
| ) |
|
|
virtual |
§ GetTolerance()
virtual double vtkSliceAlongPolyPlane::GetTolerance |
( |
| ) |
|
|
virtual |
§ RequestDataObject()
virtual int vtkSliceAlongPolyPlane::RequestDataObject |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
§ RequestData()
virtual int vtkSliceAlongPolyPlane::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
§ FillInputPortInformation()
virtual int vtkSliceAlongPolyPlane::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
§ Execute()
virtual bool vtkSliceAlongPolyPlane::Execute |
( |
vtkDataSet * |
inputDataset, |
|
|
vtkPolyData * |
lineDataSet, |
|
|
vtkPolyData * |
output |
|
) |
| |
|
protectedvirtual |
The actual algorithm for slice a dataset along a polyline.
§ CleanPolyLine()
void vtkSliceAlongPolyPlane::CleanPolyLine |
( |
vtkPolyData * |
input, |
|
|
vtkPolyData * |
output |
|
) |
| |
|
protected |
Cleans up input polydata.
The documentation for this class was generated from the following file: