Encode a sorted list of Triples. More...
  
 Public Member Functions | |
| EncodeDouble (int bufferSize, WriteQueueAccessFile *file, FileBlockQueue *wordPositons, T *triple=0) | |
| Initialise class by providing the file to write to and the FileBlockQueue to store the index list postitions.  | |
| void | encodeElement (T *triple) | 
| Provide a triple to encode to file.  | |
Encode a sorted list of Triples.
This class provides the methods to encode a sorted list of triples and record their files positions in the FileBlockQueue.
 1.6.1