OpenStructure
Public Member Functions | Data Fields
AssemblyInfo Struct Reference

#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< Stringchain_names
 
std::vector< uintchain_lengths
 

Detailed Description

Definition at line 37 of file linear_indexer.hh.

Member Function Documentation

◆ operator!=()

bool operator!= ( const AssemblyInfo other) const
inline

Definition at line 49 of file linear_indexer.hh.

◆ operator==()

bool operator== ( const AssemblyInfo other) const
inline

Definition at line 43 of file linear_indexer.hh.

◆ Read()

void Read ( std::ifstream &  in_stream)

◆ Write()

void Write ( std::ofstream &  out_stream) const

Field Documentation

◆ chain_lengths

std::vector<uint> chain_lengths

Definition at line 55 of file linear_indexer.hh.

◆ chain_names

std::vector<String> chain_names

Definition at line 54 of file linear_indexer.hh.

◆ data_start

uint64_t data_start

Definition at line 53 of file linear_indexer.hh.


The documentation for this struct was generated from the following file: