|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <vector>#include <string>#include <iostream>#include <fstream>#include <boost/format.hpp>#include <boost/unordered_set.hpp>#include "opengm/opengm.hxx"#include "opengm/inference/visitors/visitors.hxx"#include "opengm/inference/inference.hxx"#include "opengm/inference/movemaker.hxx"#include "opengm/datastructures/buffer_vector.hxx"#include "opengm/inference/cgc/submodel2.hxx"#include "opengm/inference/cgc/generate_starting_point.hxx"
Include dependency graph for cgc.hxx:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | opengm::CGC< GM, ACC > |
| Experimental Multicut. More... | |
| class | opengm::CGC< GM, ACC >::Parameter |
Namespaces | |
| opengm | |
| The OpenGM namespace. | |
| opengm::detail_gcg | |
Macros | |
| #define | OPENGM_CGC_HXX |
Functions | |
| template<class GM , class LABELS_ITER > | |
| GM::IndexType | opengm::detail_gcg::getCCFromLabels (const GM &gm, LABELS_ITER labels) |
| template<class CT , class C , class FP , class F > | |
| void | opengm::detail_gcg::findFirst (const CT &toFind, const C &container, FP &position, F &found) |
1.8.9.1