This class supports the FITS heap. This is currently used for variable length columns in binary tables.


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

Syntax

Visual Basic (Declaration)
Public Class FitsHeap
    Implements FitsElement
C#
public class FitsHeap : FitsElement
C++
ref class FitsHeap : FitsElement
J#
public class FitsHeap implements FitsElement
JScript
public class FitsHeap extends FitsElement

Inheritance Hierarchy

System.Object
   nom.tam.fits.FitsHeap

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