SpherePackingScenarioGenerator
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
ChannelTest.h
Go to the documentation of this file.
00001 /*
00002  * ChannelTest.h
00003  *
00004  *  Created on: Mar 12, 2012
00005  *      Author: michael
00006  */
00007 
00008 #ifndef CHANNELTEST_H_
00009 #define CHANNELTEST_H_
00010 
00011 #include "tarch/tests/TestCase.h"
00012 
00013 namespace algorithms {
00014   namespace geometries {
00015     namespace tests {
00016       class ChannelTest;
00017     } /* namespace tests */
00018   } /* namespace geometries */
00019 } /* namespace algorithms */
00020 
00021 
00022 class algorithms::geometries::tests::ChannelTest : public tarch::tests::TestCase {
00023 public:
00024   ChannelTest();
00025   virtual
00026   ~ChannelTest();
00027 
00028   void testBoundingBox();
00029 
00030   void testSortVertices();
00031 
00035   virtual void run();
00036 
00040   virtual void setUp(){}
00041 };
00042 
00043 
00044 #endif /* CHANNELTEST_H_ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines