Go to the documentation of this file.
4 #ifndef tools_sg_text_hershey_marker
5 #define tools_sg_text_hershey_marker
32 std::vector<float> segs;
37 {std::vector<float>::iterator it;
38 for(it=segs.begin();it!=segs.end();) {
64 std::vector<float> segs;
69 {std::vector<float>::iterator it;
70 for(it=segs.begin();it!=segs.end();) {
virtual bool draw_in_frame_buffer() const
virtual void bbox(bbox_action &a_action)
#define TOOLS_NODE(a__class, a__sclass, a__parent)
virtual void pick(pick_action &a_action)
text_hershey_marker(const text_hershey_marker &a_from)
virtual void render(render_action &a_action)
virtual ~text_hershey_marker()
void get_segments(std::vector< float > &a_segs) const
text_hershey_marker & operator=(const text_hershey_marker &a_from)