Skip to content

Draft: AbstractLineActor and filters

Jonas Lefert requested to merge jonas.l/met.3d:devel_abstractLines into master

Added an abstract line actor that handles rendering of lines with value and thickness mapping. In addition arrow heads can be rendered at the end and drop lines at specific positions of the lines.

The jetcore actor is a fully implemented abstract line actor.

Also added an MIndexBuffer similar to the MVertexBuffer to streamline work with index buffers. Added a function to remove data sources out of the registered data sources of a memory managed data source.

Also added an abstract filter class that can be used to implement filter for any kind of abstract data item. In this case the filters are used on the line data.

Merge request reports