Skip to content

ITKImageReader

Introduction

The vtkITKImageReader aims to read a ITK file format.

Methods

extend

Method used to decorate a given object (publicAPI+model) with vtkITKImageReader characteristics.

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

getArrayName

Get the array name.

getFileName

Get the filename.

newInstance

Method used to create a new instance of vtkITKImageReader

ArgumentTypeRequiredDescription
initialValuesIITKImageReaderInitialValuesNofor 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

setReadImageArrayBufferFromITK

ArgumentTypeRequiredDescription
fn*Yes