class TOpenCLKernelList : public tObject;
Stores a list of Open CL Kernels.
Constructors
| Name | Description |
|---|---|
| TOpenCLKernelList (2) |
Destructors
| Name | Description |
|---|---|
| ~TOpenCLKernelList |
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | Returns the number of Kernels already added. |
Methods
| Name | Description |
|---|---|
| Add | |
| Clear | Deletes and frees all kernels from the list. |
| Delete | Deletes and frees the Kernel at index specified from the list. |
| Find | Searches for and returns the index of the kernel with KernelName. |
| GetItem | |
| Item | |
| Locate | Searches for and returns the kernel with KernelName. |
| SetItem | |
| Sort |
Operators
| Name | Description |
|---|---|
| operator[] |