ImageEn, unit ievision

TIEVisionPropertyTree


Declaration

TIEVisionPropertyTree = interface(TIEVisionBase)


Description

An interface to create a property tree.
A property tree contains several types of data (doubles, ints, other sub property trees, etc...) associating a key for each value.
Keys are structured as paths (ie. "image.size.width") separated by periods.


Methods and Properties

Public Method  clear
Public Method  erase
Public Method  exists
Public Method  getDouble
Public Method  getInt32
Public Method  getPropertyTree
Public Method  getRect
Public Method  getString
Public Method  load
Public Method  operatorASSIGN
Public Method  operatorEQUAL
Public Method  putDouble
Public Method  putInt32
Public Method  putPropertyTree
Public Method  putRect
Public Method  putString
Public Method  save
Public Method  size
Public Method  sort
Public Method  swap