XMLPolyDataReader
Introduction
vtkXMLPolyDataReader is a source object that parses a VTK XML input file.
Methods
extend
Method used to decorate a given object (publicAPI+model) with vtkXMLPolyDataReader 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 | IXMLPolyDataReaderInitialValues | No | (default: {}) |
newInstance
Method used to create a new instance of vtkPLYReader
| Argument | Type | Required | Description |
|---|---|---|---|
initialValues | IXMLPolyDataReaderInitialValues | No | for pre-setting some of its content |
parseXML
Parse data as XML.
| Argument | Type | Required | Description |
|---|---|---|---|
rootElem | Yes | ||
type | Yes | ||
compressor | String | Yes | |
byteOrder | String | Yes | |
headerType | String | Yes |