easy-iso

Iso-surface extraction from volume data
git clone https://git.0xfab.ch/easy-iso.git
Log | Files | Refs | Submodules | README | LICENSE

kernels.h (374B)


      1 // File       : kernels.h
      2 // Date       : Thu Nov 24 16:47:33 2016
      3 // Author     : Fabian Wermelinger
      4 // Description: Interpolation kernels
      5 // Copyright 2016 ETH Zurich. All Rights Reserved.
      6 #ifndef KERNELS_H_IRWGGDVC
      7 #define KERNELS_H_IRWGGDVC
      8 
      9 #include "interpolation/M2.h"
     10 #include "interpolation/Mprime4.h"
     11 #include "interpolation/M5.h"
     12 
     13 #endif /* KERNELS_H_IRWGGDVC */