You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, if the filter needs to derive a ttkTriangulation for the input data object then this might not be possible since vtkDataSet also includes data types that are not supported by ttkTriangulation. So if a filter will derive a ttkTriangulation one actually has to list all data types that are supported by ttkTriangulation:
Currently most ttk filters have a
FillInputPortInformation
method that looks like this:However, if the filter needs to derive a ttkTriangulation for the input data object then this might not be possible since vtkDataSet also includes data types that are not supported by ttkTriangulation. So if a filter will derive a ttkTriangulation one actually has to list all data types that are supported by ttkTriangulation:
Since this is a very common use case we should add a new static method to ttkAlgorithm that handles this:
The text was updated successfully, but these errors were encountered: