MCTables.hh 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. /*===========================================================================*\
  2. * *
  3. * IsoEx *
  4. * Copyright (C) 2002 by Computer Graphics Group, RWTH Aachen *
  5. * www.rwth-graphics.de *
  6. * *
  7. *---------------------------------------------------------------------------*
  8. * *
  9. * License *
  10. * *
  11. * This library is free software; you can redistribute it and/or modify it *
  12. * under the terms of the GNU Library General Public License as published *
  13. * by the Free Software Foundation, version 2. *
  14. * *
  15. * This library is distributed in the hope that it will be useful, but *
  16. * WITHOUT ANY WARRANTY; without even the implied warranty of *
  17. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
  18. * Library General Public License for more details. *
  19. * *
  20. * You should have received a copy of the GNU Library General Public *
  21. * License along with this library; if not, write to the Free Software *
  22. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *
  23. * *
  24. \*===========================================================================*/
  25. //=============================================================================
  26. #ifndef ISOEX_MC_TABLES_HH
  27. #define ISOEX_MC_TABLES_HH
  28. //=============================================================================
  29. extern int edgeTable[256];
  30. extern int triTable[256][2][17];
  31. extern int polyTable[8][16];
  32. //=============================================================================
  33. #endif // ISOEX_MC_TABLES_HH defined
  34. //=============================================================================