NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbimtx.hpp>
#include <gui/objutils/obj_convert.hpp>
#include "convert_graph.hpp"
#include <serial/iterator.hpp>
#include <algorithm>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CRelationTypeConverterAdapter |
Functions | |
USING_SCOPE (objects) | |
DEFINE_STATIC_MUTEX (s_ObjCvtMutex) | |
static bool | PCompare (const CConvGraph::TPath &p1, const CConvGraph::TPath &p2) |
static void | x_BuildRelations (const CObjectConverter::TRelationVector ®istered, const vector< CConvGraph::TPath > &paths, CObjectConverter::TRelationVector &relations) |
DEFINE_STATIC_MUTEX | ( | s_ObjCvtMutex | ) |
|
static |
Definition at line 77 of file obj_convert.cpp.
Referenced by CObjectConverter::FindRelations().
USING_SCOPE | ( | objects | ) |
|
static |
Definition at line 82 of file obj_convert.cpp.
References count, and ITERATE.
Referenced by CObjectConverter::FindRelations().