ProgressHandler
Introduction
vtkProgressHandler stores dataset topologies as an explicit connectivity table listing the point ids that make up each cell.
See Also
vtkDataArray
Methods
extend
Method used to decorate a given object (publicAPI+model) with vtkProgressHandler 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 | IProgressHandlerInitialValues | No | (default: {}) |
getWorkCount
isWorking
newInstance
Method used to create a new instance of vtkProgressHandler
| Argument | Type | Required | Description |
|---|---|---|---|
initialValues | IProgressHandlerInitialValues | No | for pre-setting some of its content |
startWork
stopWork
wrapPromise
| Argument | Type | Required | Description |
|---|---|---|---|
promise | Yes |
wrapPromiseFunction
| Argument | Type | Required | Description |
|---|---|---|---|
fn | Yes |