23#include <Inventor/sys/port.h>
24#include <RemoteViz/Rendering/LibHelper.h>
27#include <SoDeprecationRules.h>
34 class NetworkPerformanceImpl;
64 class RENDERSERVICE_API NetworkPerformance
67 friend class ClientSettingsImpl;
68 friend class ClientImpl;
152 std::shared_ptr<NetworkPerformanceImpl> getImpl()
const;
157 std::shared_ptr<NetworkPerformanceImpl> pImpl;
160 NetworkPerformance();
163 NetworkPerformance(
const NetworkPerformance&) =
delete;
164 NetworkPerformance& operator= (
const NetworkPerformance&) =
delete;
This namespace manages the server-side rendering mechanism.