mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0027567: VIS - possible memory leaks due to use of plain pointers: Fix also the VIS guide. Add the test v3d/ivtk/bug27567. Add a draw command "ivtkremove".
0027734: Configuration - TKIVtkDraw build fails with TBB: Remove unnecessary define statement (windows specific). Small correction of test case for issue CR27567
This commit is contained in:
@@ -19,10 +19,7 @@
|
||||
#include <IVtkTools.hxx>
|
||||
#include <IVtkOCC_Shape.hxx>
|
||||
#include <IVtkVTK_ShapeData.hxx>
|
||||
#include <vtkInformationIdTypeKey.h>
|
||||
#include <vtkPolyDataAlgorithm.h>
|
||||
#include <vtkType.h>
|
||||
#include <vtkSmartPointer.h>
|
||||
|
||||
class vtkIdTypeArray;
|
||||
class vtkPolyData;
|
||||
@@ -91,7 +88,7 @@ protected: //! @name Internals
|
||||
protected:
|
||||
|
||||
IVtkTools_ShapeDataSource();
|
||||
~IVtkTools_ShapeDataSource();
|
||||
virtual ~IVtkTools_ShapeDataSource();
|
||||
|
||||
private:
|
||||
|
||||
|
Reference in New Issue
Block a user