1 #ifndef GEOMETRICFORM_H
2 #define GEOMETRICFORM_H
6 #include "Graphic-pkg.h"
46 virtual std::vector<p3d_point>
getFormGrid(
double sampleRate) = 0;
57 virtual void draw() = 0;
108 #endif // GEOMETRICFORM_H
This file implements macros to help with the logging, in a way similar to ROS, using log4cxx...