75 #ifndef SLIP_NEIGHBORS_HPP
76 #define SLIP_NEIGHBORS_HPP
280 static slip::block<slip::DPoint2d<int>,3> prev_6ce =
291 static slip::block<slip::DPoint2d<int>,3> next_6ce =
320 static slip::block<slip::DPoint3d<int>,3> prev_6c =
328 static slip::block<slip::DPoint3d<int>,3> next_6c =
340 static slip::block<slip::DPoint3d<int>,18> n_18c =
366 static slip::block<slip::DPoint3d<int>,26> n_26c =
398 static slip::block<slip::DPoint3d<int>,13> prev_26c =
417 static slip::block<slip::DPoint3d<int>,13> next_26c =
438 static slip::block<slip::DPoint3d<int>,9> prev_18c =
453 static slip::block<slip::DPoint3d<int>,9> next_18c =
503 static slip::block<slip::DPoint4d<int>,4> prev_4d_8c =
516 static slip::block<slip::DPoint4d<int>,4> next_4d_8c =
526 #endif //SLIP_NEIGHBORS_HPP
Provides a class to modelize the difference of slip::Point2d.
Difference of Point3D class, specialization of DPoint<CoordType,DIM> with DIM = 3.
NEIGHBOURHOOD
Choose between different neighbourhood.
Provides a class to modelize the difference of slip::Point3d.
Provides a class to manipulate 1d static and generic arrays.
Difference of Point4D class, specialization of DPoint<CoordType,DIM> with DIM = 4.
Provides a class to modelize the difference of 4d points.
Difference of Point2D class, specialization of DPoint<CoordType,DIM> with DIM = 2.
Provides a class to modelize the difference of slip::Point1d.
This is a linear (one-dimensional) static container. This container statisfies the RandomAccessContai...