1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0028488: VIS - fix compilation with VTK 8.2

Occurrences of removed method vtkDataArray::InsertNextTupleValue() have been replaced by InsertNextTypedTuple().
Fixed misprint in vtkTypeMacro usage for class IVtkTools_ShapeObject.
Patch #0030452 (SelectMgr_ViewerSelector::Deactivate() raises exception when called twice) has been propagated to IVtkOCC_ViewerSelector.
This commit is contained in:
kgv
2019-02-15 11:27:15 +03:00
committed by apn
parent 1ccc1371b9
commit e607bd3e6b
4 changed files with 35 additions and 26 deletions

View File

@@ -50,7 +50,7 @@ class IVtkTools_ShapeDataSource;
class Standard_EXPORT IVtkTools_ShapeObject : public vtkDataObject
{
public:
vtkTypeMacro (IVtkTools_ShapeObject, vtkObject)
vtkTypeMacro (IVtkTools_ShapeObject, vtkDataObject)
static IVtkTools_ShapeObject* New();