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.
| 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 | IPDBReaderInitialValues | No | (default: {}) |
getBaseURL
getDataAccessHelper
getNumberOfAtoms
getRequestCount
getUrl
Get the url of the object to load.
invokeBusy
| Argument | Type | Required | Description |
|---|---|---|---|
busy | Boolean | Yes |
isBusy
loadData
Load the object data.
| Argument | Type | Required | Description |
|---|---|---|---|
options | IPDBReaderOptions | No |
newInstance
Method used to create a new instance of vtkPDBReader
| Argument | Type | Required | Description |
|---|---|---|---|
initialValues | IPDBReaderInitialValues | No | for pre-setting some of its content |
onBusy
| Argument | Type | Required | Description |
|---|---|---|---|
callback | Yes |
parseAsText
Parse data as text.
| Argument | Type | Required | Description |
|---|---|---|---|
content | String | Yes | The content to parse. |
requestData
| Argument | Type | Required | Description |
|---|---|---|---|
inData | Yes | ||
outData | Yes |
setDataAccessHelper
| Argument | Type | Required | Description |
|---|---|---|---|
dataAccessHelper | Yes |
setUrl
Set the url of the object to load.
| Argument | Type | Required | Description |
|---|---|---|---|
url | String | Yes | the url of the object to load. |
option | IPDBReaderOptions | No | The PDB reader options. |