<ImageProcessorList> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » ImageProcessorList

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32AddObjectAdds an ImageProcessor object to the <ImageProcessorList>.
int32ClearDestroys all objects resident in the <ImageProcessorList>'s underlying <List> object.
<ImageProcessor>GetFirstObjectReturns a pointer to the first ImageProcessor object in the <ImageProcessorList>, or nullptr if the <ImageProcessorList> is empty.
int32GetImageProcessorObjectsPopulates a <List> object with non-owning pointers to all the ImageProcessor objects in the <ImageProcessorList>.
int32GetObjectsPopulates a <List> object with non-owning pointers to all the ImageProcessor objects in the <ImageProcessorList>.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
<Node>ContainerSets or gets a pointer to the object using this <ImageProcessorList> as a data member.
<List>ObjectsReturns 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.