Table 1:
SepData object- base class for data object. The SepPlane, SepTrace, or
SepCube objects have exactly the same operations.
| 2||c||SepData Object |
|
| functions |
comments |
| SepData(SepData *) |
Creates a sepData from another one. |
| SepData(SepInfo *, void *, int esize) |
Creates a SepData from a data structure |
| |
definition and from the array of data. |
| SepData(SepInput *) |
Creates a SepData from a SepInput object. |
| void Pad(int padstart[], int padend[]) |
Pads this object to a new size. |
| void Merge(SepData *) |
Merges a data object with itself. |
| void Window(int first[], int jump[], int num[]) |
Windows itself. |