Skip to content

TIFFReader

Introduction

vtkTIFFReader is a source object that reads TIFF files.

Methods

extend

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

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

getBaseURL

Get the base url.

getDataAccessHelper

Get the dataAccess helper.

getFlipY

Get if the image is flipped vertically.

getUrl

Get the url of the object to load.

loadData

Load the object data.

ArgumentTypeRequiredDescription
optionsITIFFReaderOptionsNo

newInstance

Method used to create a new instance of vtkTIFFReader

ArgumentTypeRequiredDescription
initialValuesITIFFReaderInitialValuesNofor pre-setting some of its content

parse

Parse data.

ArgumentTypeRequiredDescription
contentArrayBufferYesThe content to parse.

parseAsArrayBuffer

Parse data as ArrayBuffer.

ArgumentTypeRequiredDescription
contentArrayBufferYesThe content to parse.

requestData

ArgumentTypeRequiredDescription
inDataYes
outDataYes

setDataAccessHelper

ArgumentTypeRequiredDescription
dataAccessHelperYes

setFlipY

Flip the image vertically.

ArgumentTypeRequiredDescription
flipYStringYesIf true, flip the image vertically.

setUrl

Set the url of the object to load.

ArgumentTypeRequiredDescription
urlStringYesthe url of the object to load.
optionITIFFReaderOptionsNoThe PLY reader options.