Conscience Core
Knowledge
DrillPointsDetection.h
Go to the documentation of this file.
1
#ifndef DrillPointsDetection_h
2
#define DrillPointsDetection_h
3
4
#include <string>
5
6
#include "
Simulator/CscEnvironmentSimulator.h
"
7
8
using
std::vector;
using
std::string;
9
10
namespace
conscience_core::knowledge
{
11
17
class
CSC_DLL_IMPORTEXPORT
DrillPointsDetection
{
18
public
:
19
DrillPointsDetection
();
20
double
*getObjectDrillPointsFromPosition(
CscEnvironmentSimulator
&environmentSimulator,
double
currentX,
double
currentY,
double
currentZ,
int
strategy);
21
double
*getObjectPatchFromPosition(
const
CscEnvironmentSimulator
&environmentSimulator,
double
currentX,
double
currentY,
double
currentZ,
int
strategy);
22
};
23
24
}
25
#endif
CSC_DLL_IMPORTEXPORT
#define CSC_DLL_IMPORTEXPORT
Definition:
os.h:31
conscience_core::knowledge::DrillPointsDetection
Definition:
DrillPointsDetection.h:17
conscience_core::knowledge
Definition:
CscEntityReflexion.h:35
CscEnvironmentSimulator.h
CscEnvironmentSimulator
Definition:
CscEnvironmentSimulator.h:35
Generated by
1.8.17