5 #include "core/export_handling.h" 6 #include "core/trim_impl.h" 39 double value(
void)
const;
42 std::unique_ptr<TrimImpl> impl;
The interface of a Trim implementation.
Definition: trim_impl.h:7
A value that can be trimmed at runtime.
Definition: trim.h:21
Base class for all items that use the roviz framework.
Definition: roviz_item.h:43