annotate example/cube/CubeTask.h @ 540:c5a411c19e7e

merge
author tkaito@henri.cr.ie.u-ryukyu.ac.jp
date Wed, 21 Oct 2009 20:02:23 +0900
parents df32980116bd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
df32980116bd Initial revision
gongo
parents:
diff changeset
1 class CubeTask : Task {
df32980116bd Initial revision
gongo
parents:
diff changeset
2 void update(CubeDataPack *input, CubeDataPack *output);
df32980116bd Initial revision
gongo
parents:
diff changeset
3
df32980116bd Initial revision
gongo
parents:
diff changeset
4 };