Collection of model informations. More...
Inherits InfoCollection< Classifier, ModelInformation >, and IEnumerable< ModelInformation >.
Protected Member Functions | |
override int | GetCount () |
Retrieves the number of elements in the collection. More... | |
override ModelInformation | GetInfo (int index) |
Retrieves the indexed model information block. More... | |
Protected Member Functions inherited from InfoCollection< Classifier, ModelInformation > | |
InfoCollection (TParent parent) | |
Constructor. More... | |
abstract int | GetCount () |
Function with which the collection queries the number of elements More... | |
abstract TInfo | GetInfo (int index) |
Function with which the collection retrieves the information object with the given index. More... | |
Properties | |
ModelInformation | this[int index] [get, set] |
Indexed access to the individual model information. More... | |
Properties inherited from InfoCollection< Classifier, ModelInformation > | |
int | Count [get] |
Number of elements in the collection. More... | |
Additional Inherited Members | |
Public Member Functions inherited from InfoCollection< Classifier, ModelInformation > | |
TInfo[] | ToArray () |
Converts this collection into an array. More... | |
Protected Attributes inherited from InfoCollection< Classifier, ModelInformation > | |
readonly TParent | Parent |
Parent image reference helps keeping track of the lifetime and provides the information basis for index access | |
Collection of model informations.
|
protectedvirtual |
Retrieves the number of elements in the collection.
ObjectDisposedException | If the parent image has already been disposed of |
Implements InfoCollection< Classifier, ModelInformation >.
|
protectedvirtual |
Retrieves the indexed model information block.
index | index of the collection to be accessed |
ArgumentOutOfRangeException | If the index is invalid |
ObjectDisposedException | If the parent image has already been disposed of |
Implements InfoCollection< Classifier, ModelInformation >.
|
getset |
Indexed access to the individual model information.
index | index of the model to be accessed |
ArgumentOutOfRangeException | If the index is invalid |
ObjectDisposedException | If the parent image has already been disposed of |