예제 #1
0
파일: cgco.cpp 프로젝트: yujiali/pygco
extern "C" int gcoGetLabels(int handle, LabelID *labels)
{
    GCoptimization *gco = findInstance(handle);
    gco->whatLabel(0, gco->numSites(), labels);
    return 0;
}