view example/cube/CubeTask.h @ 203:1eba8570808c draft

fix CreateSpan::run
author gongo@localhost.localdomain
date Mon, 26 Jan 2009 18:30:35 +0900
parents df32980116bd
children
line wrap: on
line source

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