- Dec 07, 2021
-
-
Mathieu Westphal (Kitware) authored
-
Kitware Robot authored
-
- Dec 06, 2021
-
-
ddc75f2b Fix memory leak in PLY writing Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !8688
-
20844153 vtkObjectBase: add a callback for when the object is being destroyed 3f3f3c45 vtkCommand: use `vtkObjectBase` infrastructure 93d65505 vtkObjectBase: support a "debug" class name accessor 1f410efb vtkObject: remove direct access to `ReferenceCount` 11f31725 vtkObjectBase: add a method to clear the reference count be271bfe Documentation: remove mention of `SetReferenceCount` 27ca2ec3 testing: avoid direct reference count manipulation 8fe9a4ed vtkRIB{Light,Property}: remove reference count manipulations ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !8699
-
2695f013 Remove group causing conflict 38672f27 Set HTG dependencies as private in the rendering Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8707
-
Charles Gueunet authored
and fix header comment
-
Charles Gueunet authored
-
57417268 Connect the AdaptiveGeometryFilter to the current renderer d246a238 Introduce a new HyperTreeGrid mapper 5e74d0a8 Fix useless parenthesis 0a85d40c Start of the vtkHyperTreeGridMapper Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8679
-
Charles Gueunet authored
This allow for the perf optimisation to occurs. Requires ParallelProjection and a 2D view. also fix some comments
-
Kitware Robot authored
-
- Dec 05, 2021
-
-
Kitware Robot authored
-
- Dec 04, 2021
-
-
64f9f961 vtkPythonArgs: move include to the header Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !8706
-
Ben Boeckel authored
The `Delete` method is now called in an inline header, so it needs its declaration there. Introduced in │dd7554a6 (Fix memory leak for PyErr_Occured with NEWINSTANCE, 2021-11-12) via !8640.
-
19e5cfa1 Manually invoke serial execution Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8704
-
Kitware Robot authored
-
- Dec 03, 2021
-
-
c7307915 Add missing VTK_NEWINSTANCE to MakeCamera() in VR classes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8702
-
Will Schroeder authored
This change forces manual execution even if the Sequential VTK_SMP_BACKEND_TYPE is not available.
-
Ben Boeckel authored
`vtkObject` cannot check the reference count before it is changed because between the check and the actual decrement, a weak pointer could create a new strong reference which means that the `DeleteEvent` would have been fired too early.
-
Ben Boeckel authored
Instead of hijacking the reference count, integrate with the utilities provided by the base class.
-
Ben Boeckel authored
This is used for `vtkDebugLeaks` to be able to track `vtkCommand` and its subclasses. This is different than normal `vtkObject` classes because `vtkCommand` and its subclasses actually use public constructors which do not use the `New()` method and as such, the classname is not known at the time of registration which then mismatches with the classname as known at destruction time. Also fixes a typo in a docstring.
-
Ben Boeckel authored
This is preparation for making `vtkObjectBase::ReferenceCount` private.
-
Ben Boeckel authored
This is needed for objects which are statically created and may be destroyed at unexpected times.
-
Ben Boeckel authored
It should not be called even in debug code, so don't suggest it.
-
Ben Boeckel authored
-
Ben Boeckel authored
When added originally, the assignment operator was used which would have copied the reference count. It now uses `DeepCopy` which doesn't have this issue, so the counts can be removed.
-
Ben Boeckel authored
-
Ben Boeckel authored
The reference count should not be modified in non-atomic ways.
-
Ben Boeckel authored
Generating a warning message ends up creating a `vtkOutputWindow` which deadlocks upon its registration with `vtkDebugLeaks`. Instead, just mark that a message needs to be generated and do so outside of the critical section.
-
Ken Martin authored
Added to VRRenderer and OpenVRRenderer that were missing it
-
Ben Boeckel authored
This allows deprecation in the base classes of `vtkVersion` itself.
-
Ben Boeckel authored
-
Charles Gueunet authored
This mapper may take advantage of the vtkAdaptiveDataSetSurfaceFilter to extract and render only the part of the HTG in the camera frustum. This version only works on 2D as of today.
-
Charles Gueunet authored
-
-
Kitware Robot authored
-
- Dec 02, 2021
-
-
e11e1baf vtkStreamTracer: restore UseLocalSeedSource member variable a30f2b14 Thread generation of streamlines. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Jaswant Panchumarti <jspanchu@gmail.com> Merge-request: !8012
-
888a881c Cleanup any extra includes in the VR classes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Scott Wittenburg <scott.wittenburg@kitware.com> Merge-request: !8695
-
Cory Quammen authored
Even though only vtkPStreamStracer uses it, it and its setters/getters needs to be defined in vtkStreamTracer to make the interface uniform since vtkPStreamTracer is an override class for vtkStreamTracer.
-
cb694f05 Revert a change in vtkChartXY (from !8618) Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !8693
-
38518fca fix-cell3d-EvaluatePosition: minor refactoring Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !8689
-