PrusaSlicer-NonPlainar/sandboxes/opencsg
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
..
CMakeLists.txt Don't use sla::EncodedRaster in SLAImport, revive opencsg sandbox 2020-08-27 23:14:42 +02:00
Engine.cpp Replaced "Simple shorthands for smart pointers" shptr, uqptr, wkptr 2021-10-04 16:56:26 +02:00
Engine.hpp Replaced "Simple shorthands for smart pointers" shptr, uqptr, wkptr 2021-10-04 16:56:26 +02:00
main.cpp Replaced "Simple shorthands for smart pointers" shptr, uqptr, wkptr 2021-10-04 16:56:26 +02:00
ShaderCSGDisplay.cpp Eradicated admesh from TriangleMesh: 2021-09-20 17:12:22 +02:00
ShaderCSGDisplay.hpp Replaced "Simple shorthands for smart pointers" shptr, uqptr, wkptr 2021-10-04 16:56:26 +02:00