00001
00002
00003
00004
00005 #ifndef TESTATLFAST_CELLTEST1_H
00006 #define TESTATLFAST_CELLTEST1_H
00007
00008 #ifndef TESTATLFAST_SP_H
00009 #include "TestAtlfast/SP.h"
00010 #endif
00011
00012 #ifndef STD_ASSERT_H
00013 #include <assert.h>
00014 #define STD_ASSERT_H
00015 #endif
00016
00017 namespace Atlfast{
00018 class Cell;
00019 }
00020
00021 namespace TestAtlfast{
00022 using Atlfast::Cell;
00023 class CellTest1{
00024 public:
00025 bool operator()(SP<Cell> );
00026 };
00027 }
00028 #endif
00029
00030
00031
00032
00033
00034