ImageStream
Introduction
vtkImageStream.
Methods
connect
createViewStream
| Argument | Type | Required | Description |
|---|---|---|---|
viewId | String | No | The ID of the view. |
size | Size | No | The size of the view. |
delete
disconnect
extend
Method used to decorate a given object (publicAPI+model) with vtkImageStream 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 | IImageStreamInitialValues | No | (default: {}) |
getProtocol
getServerAnimationFPS
newInstance
Method used to create a new instance of vtkImageStream
| Argument | Type | Required | Description |
|---|---|---|---|
initialValues | IImageStreamInitialValues | No | for pre-setting some of its content |
registerViewStream
setServerAnimationFPS
| Argument | Type | Required | Description |
|---|---|---|---|
serverAnimationFPS | Yes |