Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 526134 Details for
Bug 650596
sci-libs/opencascade-6.9.1-r2 patch for >=vtk-8.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
opencascade-6.9.1 patch
opencascade-6.9.1-vtk-7.1.patch (text/plain), 2.31 KB, created by
Gert Pellin
on 2018-03-29 21:21:12 UTC
(
hide
)
Description:
opencascade-6.9.1 patch
Filename:
MIME Type:
Creator:
Gert Pellin
Created:
2018-03-29 21:21:12 UTC
Size:
2.31 KB
patch
obsolete
>diff --git a/opencascade-6.9.1/src/IVtkVTK/IVtkVTK_ShapeData.cxx b/opencascade-6.9.1/src/IVtkVTK/IVtkVTK_ShapeData.cxx >index 16d7205..5f0efde 100755 >--- a/opencascade-6.9.1/src/IVtkVTK/IVtkVTK_ShapeData.cxx >+++ b/opencascade-6.9.1/src/IVtkVTK/IVtkVTK_ShapeData.cxx >@@ -80,9 +80,9 @@ void IVtkVTK_ShapeData::InsertVertex (const IVtk_IdType theShapeID, > vtkIdType aPointIdVTK = thePointId; > myPolyData->InsertNextCell (VTK_VERTEX, 1, &aPointIdVTK); > const vtkIdType aShapeIDVTK = theShapeID; >- mySubShapeIDs->InsertNextTupleValue (&aShapeIDVTK); >+ mySubShapeIDs->InsertNextTypedTuple (&aShapeIDVTK); > const vtkIdType aType = theMeshType; >- myMeshTypes->InsertNextTupleValue (&aType); >+ myMeshTypes->InsertNextTypedTuple (&aType); > } > > //================================================================ >@@ -97,9 +97,9 @@ void IVtkVTK_ShapeData::InsertLine (const IVtk_IdType theShapeID, > vtkIdType aPoints[2] = { thePointId1, thePointId2 }; > myPolyData->InsertNextCell (VTK_LINE, 2, aPoints); > const vtkIdType aShapeIDVTK = theShapeID; >- mySubShapeIDs->InsertNextTupleValue (&aShapeIDVTK); >+ mySubShapeIDs->InsertNextTypedTuple (&aShapeIDVTK); > const vtkIdType aType = theMeshType; >- myMeshTypes->InsertNextTupleValue (&aType); >+ myMeshTypes->InsertNextTypedTuple (&aType); > } > > //================================================================ >@@ -124,9 +124,9 @@ void IVtkVTK_ShapeData::InsertLine (const IVtk_IdType theShapeID, > > myPolyData->InsertNextCell (VTK_POLY_LINE, anIdList); > const vtkIdType aShapeIDVTK = theShapeID; >- mySubShapeIDs->InsertNextTupleValue (&aShapeIDVTK); >+ mySubShapeIDs->InsertNextTypedTuple (&aShapeIDVTK); > const vtkIdType aType = theMeshType; >- myMeshTypes->InsertNextTupleValue (&aType); >+ myMeshTypes->InsertNextTypedTuple (&aType); > anIdList->Delete(); > } > } >@@ -144,7 +144,7 @@ void IVtkVTK_ShapeData::InsertTriangle (const IVtk_IdType theShapeID, > vtkIdType aPoints[3] = { thePointId1, thePointId2, thePointId3 }; > myPolyData->InsertNextCell (VTK_TRIANGLE, 3, aPoints); > const vtkIdType aShapeIDVTK = theShapeID; >- mySubShapeIDs->InsertNextTupleValue (&aShapeIDVTK); >+ mySubShapeIDs->InsertNextTypedTuple (&aShapeIDVTK); > const vtkIdType aType = theMeshType; >- myMeshTypes->InsertNextTupleValue (&aType); >+ myMeshTypes->InsertNextTypedTuple (&aType); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 650596
:
524086
|
526132
| 526134