summaryrefslogtreecommitdiff
path: root/dpmert/ces.h
diff options
context:
space:
mode:
authorMichael Denkowski <michael.j.denkowski@gmail.com>2012-12-22 16:01:23 -0500
committerMichael Denkowski <michael.j.denkowski@gmail.com>2012-12-22 16:01:23 -0500
commit778a4cec55f82bcc66b3f52de7cc871e8daaeb92 (patch)
tree2a5bccaa85965855104c4e8ac3738b2e1c77f164 /dpmert/ces.h
parent57fff9eea5ba0e71fb958fdb4f32d17f2fe31108 (diff)
parentd21491daa5e50b4456c7c5f9c2e51d25afd2a757 (diff)
Merge branch 'master' of git://github.com/redpony/cdec
Diffstat (limited to 'dpmert/ces.h')
-rw-r--r--dpmert/ces.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/dpmert/ces.h b/dpmert/ces.h
deleted file mode 100644
index e4fa2080..00000000
--- a/dpmert/ces.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef _CES_H_
-#define _CES_H_
-
-class ConvexHull;
-class Hypergraph;
-class SegmentEvaluator;
-class ErrorSurface;
-class EvaluationMetric;
-
-void ComputeErrorSurface(const SegmentEvaluator& ss,
- const ConvexHull& convex_hull,
- ErrorSurface* es,
- const EvaluationMetric* metric,
- const Hypergraph& hg);
-
-#endif