LineFilter
Introduction
vtkLineFilter - filters lines in polydata
vtkLineFilter is a filter that only let's through lines of a vtkPolydata.
Methods
extend
Method used to decorate a given object (publicAPI+model) with vtkLineFilter characteristics.
| Argument | Type | Required | Description |
|---|---|---|---|
publicAPI | Yes | object on which methods will be bounds (public) | |
model | Yes | object on which data structure will be bounds (protected) | |
initialValues | ILineFilterInitialValues | No | (default: {}) |
newInstance
Method used to create a new instance of vtkLineFilter
| Argument | Type | Required | Description |
|---|---|---|---|
initialValues | ILineFilterInitialValues | No | for pre-setting some of its content |
requestData
| Argument | Type | Required | Description |
|---|---|---|---|
inData | Yes | ||
outData | Yes |