NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/widgets/seq_graphic/wig_graph.hpp>
#include <gui/widgets/seq_graphic/graph_cache.hpp>
#include <gui/utils/rmtfilestatus.hpp>
#include <gui/utils/url_utils.hpp>
#include <objmgr/scope.hpp>
#include <objects/seq/seq_id_handle.hpp>
#include <util/bitset/bmserial.h>
#include <util/bitset/bmsparsevec_serial.h>
#include <util/bitset/bm.h>
#include <util/bitset/bmalgo_similarity.h>
#include <util/bitset/bmdbg.h>
#include <util/checksum.hpp>
#include <corelib/rwstream.hpp>
#include <connect/ncbi_conn_stream.hpp>
#include <corelib/ncbiexec.hpp>
#include <cmath>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
static TSeqPos | s_AlignToFrame (TSeqPos pos) |
static void | s_SplitRange (const TSeqRange &range, int frames, vector< TSeqRange > &res) |
Variables | |
static const int | kDeltaFrameSize = 65535 |
Definition at line 60 of file wig_graph.cpp.
References kDeltaFrameSize.
Referenced by CWigGraph::Prefetch(), s_SplitRange(), and CWigGraph::x_DecodeDelta().
Definition at line 477 of file wig_graph.cpp.
References _ASSERT, chunk_size, kDeltaFrameSize, compile_time_bits::range(), and s_AlignToFrame().
Referenced by CWigGraph::GetData().
USING_SCOPE | ( | objects | ) |
Definition at line 58 of file wig_graph.cpp.
Referenced by CWigGraph::Prefetch(), s_AlignToFrame(), s_SplitRange(), CWigGraph::x_DecodeDelta(), CWigGraph::x_EncodeDelta(), and CWigGraph::x_GetBigWigData().