NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbistd.hpp>
#include <gui/widgets/aln_multiple/aln_vec_iterator.hpp>
#include <gui/widgets/aln_multiple/trace_graph.hpp>
#include <gui/opengl/glhelpers.hpp>
#include <gui/opengl/irender.hpp>
#include <gui/types.hpp>
#include <math.h>
#include <memory>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
struct | SChunkTranslator |
Functions | |
USING_SCOPE (objects) | |
Variables | |
static const int | kGradColors = 32 |
CTraceGraph. More... | |
static const int | kGraphOffsetY = 1 |
static const int | kConfGraphPrefH = 24 |
static const int | kSignalGraphPrefH = 40 |
static const int | kCollapsedGraphH = 11 |
static const int | kTextOff = 2 |
static const float | kEps = 0.000001f |
static const int | kIntBandSpace = 1 |
USING_SCOPE | ( | objects | ) |
Definition at line 95 of file trace_graph.cpp.
Referenced by CTraceGraph::x_GetConfGraphH(), and CTraceGraph::x_GetSignalGraphH().
Definition at line 93 of file trace_graph.cpp.
Referenced by CTraceGraph::x_GetConfGraphH().
Definition at line 413 of file trace_graph.cpp.
Definition at line 72 of file trace_graph.cpp.
Referenced by CTraceGraph::Create(), CTraceGraph::GetColorByValue(), and CTraceGraph::x_RenderSignalGraph().
Definition at line 91 of file trace_graph.cpp.
Referenced by CTraceGraph::x_RenderConfGraph(), CTraceGraph::x_RenderIntensityGraphs(), and CTraceGraph::x_RenderSignalGraph().
Definition at line 583 of file trace_graph.cpp.
Definition at line 94 of file trace_graph.cpp.
Referenced by CTraceGraph::x_GetSignalGraphH().
Definition at line 125 of file trace_graph.cpp.
Referenced by CTraceGraph::x_RenderText().