Jonas Lukasczyk
Jonas Lukasczyk
Currently most ttk filters have a `FillInputPortInformation` method that looks like this: ``` int ttkHelloWorld::FillInputPortInformation(int port, vtkInformation *info) { if(port == 0) { info->Set(vtkAlgorithm::INPUT_REQUIRED_DATA_TYPE(), "vtkDataSet"); return 1; } return 0;...
Hi all, I noticed every filter has now a `Compact Triangulation Cache Size` property. Is this intentional? Especially in the node editor this clutters the view.
While I adjusted the statefiles for ttk-data PR #58 I noticed the following issue: Imagine the Factory is asked to create an explicit triangulation for a triangulated plane. Currently the...
Hi Julien, this PR is the unholy union between the old and the LUT-based approach for implicit triangulations. For now this seems to result in a 4x speedup. We will...
Hi Julien, this PR is NOT supposed to be merged in! Here we can discuss the performance gains of a new lookup-table-based implicit triangulation (called `NewImplicitTraingulation` in the source code)....
I'm a member of the nfdi4plants research initiative (https://nfdi4plants.github.io/) and maintainer of several open source tools that we develop. One tool is a visual studio code extension which we wish...