ImageDataOutlineFilter
Introduction
vtkImageDataOutlineFilter - A filter that generates oriented outline for vtkImageData.
vtkImageDataOutlineFilter is a filter that generates a wireframe or triangulated rectangular-cuboid as an outline of an input vtkImageData. It takes into account the orientation / DirectionMatrix of the image, so the output outline may not be axes aligned.
Methods
extend
Method used to decorate a given object (publicAPI+model) with vtkImageDataOutlineFilter 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 | IImageDataOutlineFilterInitialValues | No | (default: {}) |
getGenerateFaces
Flag that indicates whether the output will generate faces of the outline.
Returns
| Type | Description |
|---|---|
| boolean |
getGenerateLines
Flag that indicates whether the output will generate wireframe lines of the outline.
Returns
| Type | Description |
|---|---|
| boolean |
newInstance
Method used to create a new instance of vtkImageDataOutlineFilter
| Argument | Type | Required | Description |
|---|---|---|---|
initialValues | IImageDataOutlineFilterInitialValues | No | for pre-setting some of its content |
requestData
| Argument | Type | Required | Description |
|---|---|---|---|
inData | Yes | ||
outData | Yes |
setGenerateFaces
Flag to indicate that the output should generate triangulated faces of the outline.
| Argument | Type | Required | Description |
|---|---|---|---|
generateFaces | boolean | Yes |
setGenerateLines
Flag to indicate that the output should generate wireframe of the outline.
| Argument | Type | Required | Description |
|---|---|---|---|
generateLines | boolean | Yes |