This inner class allows the ImageTiler to see if the user has read in the data.
The following tables list the members exposed by ImageData.ImageDataTiler.
Public Properties
| Name | Description | |
|---|---|---|
|
CompleteImage | Read the entire image into a multidimensional array. (inherited from ImageTiler) |
|
Enclosing_Instance | |
|
MemoryImage | Overridden. |
Public Methods
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified |
|
GetHashCode | Serves as a hash function for a particular type. |
|
GetTile | Overloaded. Get a tile, filling in a prespecified array. This version does not check that the user hase entered a valid set of corner and length arrays. ensure that out matches the length implied by the lengths array. (inherited from ImageTiler) |
|
GetType | Gets the |
|
ToString | Returns a |
Protected Methods
| Name | Description | |
|---|---|---|
|
FillFileData | File a tile segment from a file. (inherited from ImageTiler) |
|
FillMemData | Fill a single segment from memory. This routine is called recursively to handle multi-dimensional arrays. E.g., if data is three-dimensional, this will recurse two levels until we get a call with a single dimensional datum. At that point the appropriate data will be copied into the output. (inherited from ImageTiler) |
|
FillTile | Fill the subset. (inherited from ImageTiler) |
|
Finalize | Allows an |
|
MemberwiseClone | Creates a shallow copy of the current |