Interface | Description |
---|---|
FTableReader |
This interface provides a standard interface for reading
table files of various formats.
|
Class | Description |
---|---|
C81Reader |
A class that provides a method for reading C-81 airfoil
aerodynamics data tables.
|
CSVReader |
A class that provides a method for reading or writing
a specially organized CSV (Comma-Separated-Value)
multi-table file.
|
FDAReader |
A class that provides a method for reading or writing
an FDA (Functional Data Handling system ASCII) multi-table file.
|
FLABSavReader |
A class that provides methods for reading
or writing an ART FlightLab SAV formatted multi-table file.
|
FloatArrayNDim |
An array of floats that can have an arbitrary number
of dimensions.
|
FloatTable |
A table of functional values of arbitrary dimension.
|
FTableDatabase |
A database of FloatTable objects.
|
FTReaderFactory |
This class returns a specific FTableReader object that can read in the specified file.
|
NASAReader |
A class that provides methods for reading
or writing a NASA 2, 3, or 4 argument multi-table file.
|
OTISTableReader |
A class that provides methods for reading
or writing an OTIS table (*.itd or *.dat) formatted multi-table file.
|
POSTTableReader |
A class that provides methods for reading
or writing a POST table (*.dat) formatted multi-table file.
|
TRUtils |
A collection of static methods that are useful for TableReader objects
to use.
|