OpenStructure
|
#include <linear_indexer.hh>
Public Member Functions | |
void | Read (std::ifstream &in_stream) |
void | Write (std::ofstream &out_stream) const |
bool | operator== (const AssemblyInfo &other) const |
bool | operator!= (const AssemblyInfo &other) const |
Data Fields | |
uint64_t | data_start |
std::vector< String > | chain_names |
std::vector< uint > | chain_lengths |
Definition at line 37 of file linear_indexer.hh.
|
inline |
Definition at line 49 of file linear_indexer.hh.
|
inline |
Definition at line 43 of file linear_indexer.hh.
void Read | ( | std::ifstream & | in_stream | ) |
void Write | ( | std::ofstream & | out_stream | ) | const |
std::vector<uint> chain_lengths |
Definition at line 55 of file linear_indexer.hh.
std::vector<String> chain_names |
Definition at line 54 of file linear_indexer.hh.
uint64_t data_start |
Definition at line 53 of file linear_indexer.hh.