Collection of image samples. More...
Inherits SampleList.SampleCollection< TData >.
Protected Member Functions | |
| override Image | GetData (IntPtr dataHandle) |
| Retrieve the image behind a SIL data sample. | |
Protected Member Functions inherited from SampleList.SampleCollection< TData > | |
| TData | GetData (IntPtr dataHandle) |
| Retrieve the data behind a TSILDATA handle. | |
| Image | GetImage (IntPtr dataHandle) |
| Retrieve the image behind a TSILDATA handle. | |
| unsafe float[] | GetFloatVector (IntPtr dataHandle) |
| Retrieve the float vector behind a TSILDATA handle. | |
Additional Inherited Members | |
Public Member Functions inherited from SampleList.SampleCollection< TData > | |
| TData | Remove (int index) |
| Remove a sample. | |
Properties inherited from SampleList.SampleCollection< TData > | |
| int | Count [get] |
| Get the number of samples for this collection. | |
| TData | this[int index] [get] |
| Access one of the sample images. | |
Collection of image samples.
|
protected |
Retrieve the image behind a SIL data sample.
| dataHandle |