view TaskManager/Test/test_render/task/DrawSpanRenew.h @ 224:ebfb9e389716

SceneGraph.cpp xmlcreate
author tkaito@nw0534.st.ie.u-ryukyu.ac.jp
date Tue, 10 Feb 2009 20:45:51 +0900
parents 102dad2949a0
children 25c820b6060e
line wrap: on
line source

#ifndef INCLUDED_TASK_DRAW_SPAN2
#define INCLUDED_TASK_DRAW_SPAN2

#ifndef INCLUDED_TASK_DRAW_SPAN
#  include "DrawSpan.h"
#endif

class DrawSpanRenew : public DrawSpan {
public:
    SchedConstructor(DrawSpanRenew);

    DrawSpanArgPtr args;

    int run(void *rbuf, void *wbuf);

    // override
    void reboot(SpanPackPtr spack, int cur_span_x);
};

#endif