Classes | |
class | WSM::IPolyLine |
IPolyLine is an interface to draw a polyline. More... | |
class | WSM::IPolygon |
IPolygon is an interface to draw a polygon, that is rendered with a material. More... | |
class | WSM::IMarker |
IMarker is an object that represents a marker. More... | |
class | WSM::MaterialProps |
Material used for rendering IPolyLine/IPolygon/IMarker. More... | |
class | WSM::IGraphicsFactory |
IGraphicsFactory is an interface supplied by the application to allow the inference engine to draw inferences in the graphics view.class IGraphicsFactory. More... | |
class | WSM::Utils::CameraData |
WSM::Utils::CameraData class. More... | |
struct | WSM::Utils::ObjectTypeFilter |
struct ObjectTypeFilter More... | |
class | WSM::Utils::ITooltipProvider |
ITooltipProvider is an interface supplied by the application to display the tooltip class ITooltipProvider. More... | |
class | WSM::Utils::ICamera |
ICamera is an interface supplied by the application to query the camera class ICamera. More... | |
class | WSM::Utils::IAppHelper |
IAppHelper is the interface for an application helper class.class IAppHelper. More... | |
class | WSM::Utils::IAppHelperDebug |
class IAppHelperDebug More... | |
Namespaces | |
namespace | WSM |
forward declaration | |
namespace | WSM::Utils |
Macros | |
#define | WSM_UTILS_EXPORT |
Typedefs | |
using | WSM::IPolyLineUPtr = 1::unique_ptr< IPolyLine > |
using | WSM::IPolygonUPtr = 1::unique_ptr< IPolygon > |
Variables | |
class WSM_UTILS_EXPORT | WSM::Utils::PickRay |
#define WSM_UTILS_EXPORT |