3#include <NDEVR/GeometryFilter.h>
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:56
A service that contains registered algorithms for removing vertices or shapes from a group of vertice...
Definition GeometryFilter.h:41
Filters geoemetry based on properties of the geometry.
Definition PropertyChannelFilter.h:10
Buffer< FilterDescription > defaultFilterArguments() override
bool canRunFilter(const GeometryFilterParameters ¶meters) override
bool runFilter(GeometryFilterParameters ¶meters) override
Stores a groups of options for performing GeometryFilter operations.
Definition GeometryFilter.h:27