Home
last modified time | relevance | path

Searched refs:byte_graph (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/sra/readers/sra/
H A Dgraphread.cpp448 CRef<CByte_graph> byte_graph(new CByte_graph); in x_MakeGraph() local
449 byte_graph->SetAxis(0); in x_MakeGraph()
450 byte_graph->SetMin(int(min_v)); in x_MakeGraph()
451 byte_graph->SetMax(int(max_v)); in x_MakeGraph()
452 sx_Assign(byte_graph->SetValues(), *int_vv); in x_MakeGraph()
453 graph->SetGraph().SetByte(*byte_graph); in x_MakeGraph()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/writers/
H A Dfasta_writer.cpp1237 const CByte_graph& byte_graph = pGraph->GetGraph().GetByte(); in Write() local
1238 if (byte_graph.IsSetValues()) { in Write()
1239 for (char ch : byte_graph.GetValues()) { in Write()
1340 const CByte_graph& byte_graph = graph_data.GetByte(); in x_WriteHeader() local
1345 if (x_GetMaxMin(byte_graph.GetValues(), local_max, local_min)) { in x_WriteHeader()