ITKPolyDataReader
Introduction
The vtkITKPolyDataReader aims to read a ITK file format.
Methods
extend
Method used to decorate a given object (publicAPI+model) with vtkITKPolyDataReader 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 | IITKPolyDataReaderInitialValues | No | (default: {}) |
getArrayName
Get the array name.
getFileName
Get the filename.
newInstance
Method used to create a new instance of vtkITKPolyDataReader
| Argument | Type | Required | Description |
|---|---|---|---|
initialValues | IITKPolyDataReaderInitialValues | No | for pre-setting some of its content |
parseAsArrayBuffer
Parse data as array buffer.
| Argument | Type | Required | Description |
|---|---|---|---|
arrayBuffer | ArrayBuffer | Yes | The array buffer to parse. |
requestData
| Argument | Type | Required | Description |
|---|---|---|---|
inData | Yes | ||
outData | Yes |
setArrayName
Set the array name.
| Argument | Type | Required | Description |
|---|---|---|---|
arrayName | String | Yes | The name of the array. |
setFileName
Set the filename.
| Argument | Type | Required | Description |
|---|---|---|---|
filename | String | Yes |
setReadPolyDataArrayBufferFromITK
| Argument | Type | Required | Description |
|---|---|---|---|
fn | * | Yes |