LArOpenCV  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
EmptyImageCluster.cxx
Go to the documentation of this file.
1 #ifndef __EMPTYIMAGECLUSTER_CXX__
2 #define __EMPTYIMAGECLUSTER_CXX__
3 
4 #include "EmptyImageCluster.h"
5 namespace larcv{
6 
7  void EmptyImageCluster::_Configure_(const ::fcllite::PSet &pset)
8  {}
9 
11  const ::cv::Mat& img,
12  larcv::ImageMeta& meta)
13  { return ContourArray_t(); }
14 
15 }
16 #endif