public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Orion Poplawski <orion@nwra.com>
To: git-commits@fedoraproject.org
Subject: [rpms/pcl] f44: More vtk6 fixes
Date: Thu, 25 Jun 2026 05:49:12 GMT [thread overview]
Message-ID: <178236655299.1.1459865813856116747.rpms-pcl-f41d96921c72@fedoraproject.org> (raw)
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);
reply other threads:[~2026-06-25 5:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178236655299.1.1459865813856116747.rpms-pcl-f41d96921c72@fedoraproject.org \
--to=orion@nwra.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox