Return TypeFunction nameArguments
hdsFldspec*hdsFldspec::hdsFldspec(void)

Declared in file: hzDissemino.h
Defined in file : hdsCore.cpp

Function Logic:

0:START 1:m_pType nSize nRows nCols nExpSeq nFldSeq 2: No text

Function body:

hdsFldspec* hdsFldspec::hdsFldspec (void)
{
   m_pType = 0;
   nSize = 0;
   nCols = nRows = 0;
   nFldSeq = nExpSeq = 0;
}