This pull request adds automatic custom filter loading via a new class in Utils/ParaView/CustomFilterLoader.
On calling the CustomFilterLoader::loadCustomFilters(); function, it tries to load all custom filters out of the res/filters-folder. They have to be either in .xml or .cpd format.
This pull request adds automatic custom filter loading via a new class in
Utils/ParaView/CustomFilterLoader
. On calling theCustomFilterLoader::loadCustomFilters();
function, it tries to load all custom filters out of theres/filters
-folder. They have to be either in.xml
or.cpd
format.