ImageOutlineFilter
Introduction
vtkImageOutlineFilter - generates outline of labelmap from an vtkImageData input in a given direction (slicing mode).
vtkImageOutlineFilter creates a region (labelmap) outline based on input data given . The output is a vtkImageData object containing only boundary voxels.
Methods
extend
Method used to decorate a given object (publicAPI+model) with vtkImageOutlineFilter 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 | IImageOutlineFilterInitialValues | No | (default: {}) |
getBackground
getSlicingMode
newInstance
Method used to create a new instance of vtkImageOutlineFilter
| Argument | Type | Required | Description |
|---|---|---|---|
initialValues | IImageOutlineFilterInitialValues | No | for pre-setting some of its content |
requestData
| Argument | Type | Required | Description |
|---|---|---|---|
inData | Yes | ||
outData | Yes |
setBackground
| Argument | Type | Required | Description |
|---|---|---|---|
background | Yes |
setSlicingMode
| Argument | Type | Required | Description |
|---|---|---|---|
slicingMode | Yes |