view example/cube/CubeTask.h @ 108:6f3b3dd3c095

Added tag cvs for changeset ce5755f544c1
author gongo@gendarme.local
date Wed, 12 Nov 2008 17:29:35 +0900
parents df32980116bd
children
line wrap: on
line source

class CubeTask : Task {
    void update(CubeDataPack *input, CubeDataPack *output);
    
};