Skip to content

Feature: implemented kwarg parser, comparsion by superposition, comparison by norm

Gabriel requested to merge compare into main

Implemented a class that uses keyword args as attributes. this class verifies that all required kwargs are present and warns user if unknown kwarg passed.

Additionally, actors can be stacked in the render window, which is perfect for glyph superposition with or without transparency. You can also compare a tensor field using their norms. See compareTensorfield1D for example.

Merge request reports