AbstractPointLocator
Introduction
vtkAbstractPointLocator
Methods
extend
Method use to decorate a given object (publicAPI+model) with vtkAbstractPointLocator 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 | IAbstractPointLocatorInitialValues | No | (default: {}) |
getBounds
Get the bounds of this object.
Returns
| Type | Description |
|---|---|
| Bounds |
setBounds
Set the bounds of this object.
| Argument | Type | Required | Description |
|---|---|---|---|
input | Bounds | Yes |