Provides script language access to C++ objects of this type.
| Class Hierarchy | Type » ImageProcessorList |
Function members are as follows:
| Return Type | Function Name | Documentation |
|---|---|---|
| int32 | AddObject | Adds an ImageProcessor object to the <ImageProcessorList>. |
| int32 | Clear | Destroys all objects resident in the <ImageProcessorList> object's underlying <List> object. |
| <ImageProcessor> | GetFirstObject | Returns a pointer to the first ImageProcessor object in the <ImageProcessorList>, or nullptr if the <ImageProcessorList> is empty. |
| int32 | GetImageProcessorObjects | Populates a <List> object with non-owning pointers to all the ImageProcessor objects in the <ImageProcessorList>. |
| int32 | GetObjects | Populates a <List> object with non-owning pointers to all the ImageProcessor objects in the <ImageProcessorList>. |
Object members are as follows:
| Type Name | Accessor Name | Documentation |
|---|---|---|
| <List> | Objects | Returns a pointer to the underlying <List> object managed by the <ImageProcessorList> object. This is considered 'raw' <List> access, and should be avoided if at all possible. |
| <Node> | Container | Sets or gets a pointer to the object using this <ImageProcessorList> as a data member. |