Skip to content

PDBReader

Introduction

vtkPDBReader is a source object that reads Molecule files.

Methods

extend

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

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

getBaseURL

getDataAccessHelper

getNumberOfAtoms

getRequestCount

getUrl

Get the url of the object to load.

invokeBusy

ArgumentTypeRequiredDescription
busyBooleanYes

isBusy

loadData

Load the object data.

ArgumentTypeRequiredDescription
optionsIPDBReaderOptionsNo

newInstance

Method used to create a new instance of vtkPDBReader

ArgumentTypeRequiredDescription
initialValuesIPDBReaderInitialValuesNofor pre-setting some of its content

onBusy

ArgumentTypeRequiredDescription
callbackYes

parseAsText

Parse data as text.

ArgumentTypeRequiredDescription
contentStringYesThe content to parse.

requestData

ArgumentTypeRequiredDescription
inDataYes
outDataYes

setDataAccessHelper

ArgumentTypeRequiredDescription
dataAccessHelperYes

setUrl

Set the url of the object to load.

ArgumentTypeRequiredDescription
urlStringYesthe url of the object to load.
optionIPDBReaderOptionsNoThe PDB reader options.