File geometry_friend.h File List > geometry > geometry_friend.h Go to the documentation of this file #pragma once namespace uipc::geometry { // This class is a friend of all Geometry classes in the uipc namespace. template <typename T> class GeometryFriend { public: }; } // namespace uipc::geometry