This inner class allows the ImageTiler to see if the user has read in the data.


Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Protected Class ImageData.ImageDataTiler
    Inherits ImageTiler
C#
protected class ImageData.ImageDataTiler : ImageTiler
C++
ref class ImageData.ImageDataTiler : ImageTiler
J#
protected class ImageData.ImageDataTiler extends ImageTiler
JScript
protected class ImageData.ImageDataTiler extends ImageTiler

Inheritance Hierarchy

System.Object
   nom.tam.image.ImageTiler
      nom.tam.fits.ImageData.ImageDataTiler

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also