This class allows FITS binary and ASCII tables to be accessed via a common interface. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.


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

Syntax

Visual Basic (Declaration)
Public MustInherit Class TableHDU
    Inherits BasicHDU
C#
public abstract class TableHDU : BasicHDU
C++
ref class TableHDU abstract  : BasicHDU
J#
public  class TableHDU extends BasicHDU
JScript
public  class TableHDU extends BasicHDU

Inheritance Hierarchy

System.Object
   nom.tam.fits.BasicHDU
      nom.tam.fits.TableHDU
         nom.tam.fits.AsciiTableHDU
         nom.tam.fits.BinaryTableHDU

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