Conscience Core
DrillPointsDetection.h
Go to the documentation of this file.
1 #ifndef DrillPointsDetection_h
2 #define DrillPointsDetection_h
3 
4 #include <string>
5 
7 
8 using std::vector; using std::string;
9 
11 
18  public:
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