25 using VertexType = std::pair<int, int>;
27 void onRead(yarp::os::Bottle & bot,
const yarp::os::TypedReader<yarp::os::Bottle> & reader)
override;
28 yarp::sig::VectorOf<VertexType> getVertices()
const;
31 yarp::sig::VectorOf<VertexType> cropVertices;
32 mutable std::mutex cropMutex;
33 bool isCropping {
false};