PrusaSlicer-NonPlainar/sandboxes
Vojtech Bubnik e185bf58b7 Replaced "Simple shorthands for smart pointers" shptr, uqptr, wkptr
with their original names. Using weird shorthands makes the code
unreadable for anyone but the original author.

template<class T> using shptr = std::shared_ptr<T>;
template<class T> using uqptr = std::unique_ptr<T>;
template<class T> using wkptr = std::weak_ptr<T>;
2021-10-04 16:56:26 +02:00
..
aabb-evaluation Eradicated admesh from TriangleMesh: 2021-09-20 17:12:22 +02:00
its_neighbor_index Renamed create_face_neighbors_index() to its_face_edge_ids(). 2021-06-20 15:21:12 +02:00
meshboolean Eradicated admesh from TriangleMesh: 2021-09-20 17:12:22 +02:00
opencsg Replaced "Simple shorthands for smart pointers" shptr, uqptr, wkptr 2021-10-04 16:56:26 +02:00
openvdb
slasupporttree
CMakeLists.txt Added measuring sandbox for neighbors index creation 2021-06-08 10:34:32 +02:00