SynchronizableRenderWindow
Methods
clearOneTimeUpdaters
clearSynchronizerContext
| Argument | Type | Required | Description |
|---|---|---|---|
name | Yes | of the context to remove and if nothing provided clear them all. |
createArrayHandler
createInstanceMap
createProgressHandler
createSceneMtimeHandler
decorate
| Argument | Type | Required | Description |
|---|---|---|---|
renderWindow | vtkRenderWindow | Yes | |
name | String | No |
extend
Method used to decorate a given object (publicAPI+model) with vtkCellArray 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 | ISynchronizableRenderWindowInitialValues | No | (default: {}) |
getManagedInstanceIds
getSynchronizedViewId
getSynchronizerContext
| Argument | Type | Required | Description |
|---|---|---|---|
name | String | No |
getSynchronizerContext
newInstance
Method used to create a new instance of vtkSynchronizableRenderWindow
| Argument | Type | Required | Description |
|---|---|---|---|
initialValues | ISynchronizableRenderWindowInitialValues | No | for pre-setting some of its content |
setSynchronizedViewId
| Argument | Type | Required | Description |
|---|---|---|---|
viewId | String | Yes |
setSynchronizerContext
| Argument | Type | Required | Description |
|---|---|---|---|
name | String | Yes | |
ctx | Nullable<ISynchronizerContext> | Yes |
synchronize
| Argument | Type | Required | Description |
|---|---|---|---|
state | IViewState | Yes |
updateGarbageCollectorThreshold
| Argument | Type | Required | Description |
|---|---|---|---|
v | Number | Yes |