Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/tesselationunittest.hpp

    • Property mode changed from 100755 to 100644
    rbe90f1 r734816  
    99#define TESSELATIONUNITTEST_HPP_
    1010
     11/*********************************************** includes ***********************************/
    1112
    1213#include <cppunit/extensions/HelperMacros.h>
    1314
     15#include "linkedcell.hpp"
    1416#include "tesselation.hpp"
    1517
     
    1921{
    2022    CPPUNIT_TEST_SUITE( TesselationTest) ;
    21     CPPUNIT_TEST ( IsInnerPointTest );
    2223    CPPUNIT_TEST ( GetAllTrianglesTest );
    2324    CPPUNIT_TEST ( ContainmentTest );
     
    2728      void setUp();
    2829      void tearDown();
    29       void IsInnerPointTest();
    3030      void GetAllTrianglesTest();
    3131      void ContainmentTest();
     
    3434private:
    3535      class Tesselation *TesselStruct;
    36       LinkedNodes Corners;
     36      LinkedCell::LinkedNodes Corners;
    3737      class LinkedCell *LinkedList;
    3838};
Note: See TracChangeset for help on using the changeset viewer.