EasyCV  0.9.36
Easy! Computer Vision
Namespaces | Typedefs | Functions
processRunSet.h File Reference
#include <util/FileUtils.h>
#include <util/ServiceMan.h>
#include <Data.h>
#include <Services.h>
#include <iostream>
#include <map>
#include <utility>

Go to the source code of this file.

Namespaces

 cvac
 

Typedefs

typedef ResultSet(* cvac::DoDetectFunc )(DetectorPtr detector, const char *filename)
 

Functions

void cvac::processRunSet (DetectorPtr detector, const DetectorCallbackHandlerPrx &client, DoDetectFunc detectFunc, const RunSet &run, const std::string &pathPrefix, ServiceManager *servMan)
 
void cvac::sendResultsToClient (const DetectorCallbackHandlerPrx &client, const ResultSet &results)
 
bool cvac::containsIllegalChars (FilePath filePath)
 
void cvac::addToRunSet (RunSet &runSet, const std::string &relativePath, const std::string &filename, const Purpose &purpose, LocationPtr loc=NULL)
 
void cvac::addToRunSet (RunSet &runSet, const std::string &relativePath, const std::string &filename, int classID, LocationPtr loc=NULL)
 
void cvac::addFilenamePair (const std::string &filename, const std::string &symLinkName)
 
std::string cvac::getSymlinkSubstitution (const std::string &illegalFileName)
 
std::string cvac::getLegalPath (std::string tempDir, FilePath filePath, bool &newSymlink)
 
std::string cvac::fixupRunSet (RunSet &runset, const std::string &CVAC_DataDir)
 
std::string cvac::getClientConnectionName (const Ice::Current &cur)