Slice Tools
Home
SourceForge Page
libSlice
Home
Modules
Files
Examples
Additional Information

|
|
C++ Interface
Detailed Description
Components in the C++ interface.
Read information is stored in ReadData objects and managed by a single ReadManager. Slice information is stored in SliceData objects, and the results of the calculations are managed in the ConsensusData objects.
|
Namespaces |
| namespace | libSlice |
| | The entire C++ interface is in the libSlice namespace.
|
Data Structures |
| class | ConsensusData |
| | Stores all of the results of calculations on slices. More...
|
| class | ReadData |
| | Maintains information about a given read. More...
|
| class | ReadManager |
| | Manages the information about all of the read data. More...
|
| class | SliceData |
| | Stores information about a given slice. More...
|
|