22 #ifndef __PNS_DEBUG_DECORATOR_H 23 #define __PNS_DEBUG_DECORATOR_H 25 #include <math/vector2d.h> 26 #include <math/box2.h> 27 #include <geometry/seg.h> 28 #include <geometry/shape_line_chain.h> 41 virtual void AddPoint(
VECTOR2I aP,
int aColor ) {};
42 virtual void AddLine(
const SHAPE_LINE_CHAIN& aLine,
int aType = 0,
int aWidth = 0 ) {};
43 virtual void AddSegment(
SEG aS,
int aColor ) {};
44 virtual void AddBox(
BOX2I aB,
int aColor ) {};
45 virtual void AddDirections(
VECTOR2D aP,
int aMask,
int aColor ) {};
46 virtual void Clear() {};
Class SHAPE_LINE_CHAIN.
Definition: shape_line_chain.h:47
Definition: pns_debug_decorator.h:32
Definition: pns_algo_base.cpp:26