Skip to content

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.

ArgumentTypeRequiredDescription
publicAPIYesobject on which methods will be bounds (public)
modelYesobject on which data structure will be bounds (protected)
initialValuesIITKPolyDataReaderInitialValuesNo(default: {})

getArrayName

Get the array name.

getFileName

Get the filename.

newInstance

Method used to create a new instance of vtkITKPolyDataReader

ArgumentTypeRequiredDescription
initialValuesIITKPolyDataReaderInitialValuesNofor pre-setting some of its content

parseAsArrayBuffer

Parse data as array buffer.

ArgumentTypeRequiredDescription
arrayBufferArrayBufferYesThe array buffer to parse.

requestData

ArgumentTypeRequiredDescription
inDataYes
outDataYes

setArrayName

Set the array name.

ArgumentTypeRequiredDescription
arrayNameStringYesThe name of the array.

setFileName

Set the filename.

ArgumentTypeRequiredDescription
filenameStringYes

setReadPolyDataArrayBufferFromITK

ArgumentTypeRequiredDescription
fn*Yes