You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
138 B

5 years ago
  1. #include "Raster.h"
  2. namespace CELL
  3. {
  4. Raster::Raster()
  5. {
  6. }
  7. Raster::~Raster(void)
  8. {
  9. }
  10. }