public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pcl] f44: More vtk6 fixes
@ 2026-06-25 5:49 Orion Poplawski
0 siblings, 0 replies; only message in thread
From: Orion Poplawski @ 2026-06-25 5:49 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/pcl
Branch : f44
Commit : f41d96921c72198e7668ee9d3f599da6c976a087
Author : Orion Poplawski <orion@nwra.com>
Date : 2013-07-12T16:47:10-06:00
Stats : +13/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/pcl/c/f41d96921c72198e7668ee9d3f599da6c976a087?branch=f44
Log:
More vtk6 fixes
---
diff --git a/pcl-vtk6.patch b/pcl-vtk6.patch
index afafd3b..e2d3a68 100644
--- a/pcl-vtk6.patch
+++ b/pcl-vtk6.patch
@@ -1,6 +1,6 @@
diff -up PCL-1.6.0-Source/io/src/vtk_lib_io.cpp.vtk6 PCL-1.6.0-Source/io/src/vtk_lib_io.cpp
--- PCL-1.6.0-Source/io/src/vtk_lib_io.cpp.vtk6 2012-07-17 17:11:32.000000000 -0600
-+++ PCL-1.6.0-Source/io/src/vtk_lib_io.cpp 2013-07-12 16:21:59.025435299 -0600
++++ PCL-1.6.0-Source/io/src/vtk_lib_io.cpp 2013-07-12 16:23:51.634989994 -0600
@@ -420,7 +420,7 @@ pcl::io::saveRangeImagePlanarFilePNG (
vtkSmartPointer<vtkImageShiftScale> shiftScaleFilter = vtkSmartPointer<vtkImageShiftScale>::New();
@@ -10,3 +10,15 @@ diff -up PCL-1.6.0-Source/io/src/vtk_lib_io.cpp.vtk6 PCL-1.6.0-Source/io/src/vtk
shiftScaleFilter->SetShift(-1.0f * image->GetScalarRange()[0]); // brings the lower bound to 0
shiftScaleFilter->SetScale(newRange/oldRange);
shiftScaleFilter->Update();
+diff -up PCL-1.6.0-Source/tools/octree_viewer.cpp.vtk6 PCL-1.6.0-Source/tools/octree_viewer.cpp
+--- PCL-1.6.0-Source/tools/octree_viewer.cpp.vtk6 2012-07-17 17:11:32.000000000 -0600
++++ PCL-1.6.0-Source/tools/octree_viewer.cpp 2013-07-12 16:46:53.699342598 -0600
+@@ -300,7 +300,7 @@ private:
+ vtkSmartPointer<vtkActor> treeActor = vtkSmartPointer<vtkActor>::New();
+
+ vtkSmartPointer<vtkDataSetMapper> mapper = vtkSmartPointer<vtkDataSetMapper>::New();
+- mapper->SetInput(treeWireframe->GetOutput());
++ mapper->SetInputConnection(treeWireframe->GetOutputPort());
+ treeActor->SetMapper(mapper);
+
+ treeActor->GetProperty()->SetColor(1.0, 1.0, 1.0);
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-25 5:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25 5:49 [rpms/pcl] f44: More vtk6 fixes Orion Poplawski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox