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 vtk 6 fixes
Date: Thu, 25 Jun 2026 05:49:13 GMT [thread overview]
Message-ID: <178236655394.1.1316925797053131890.rpms-pcl-2bf26b75a48c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/pcl
Branch : f44
Commit : 2bf26b75a48ce0a31223403c043b17bd03f63fb5
Author : Orion Poplawski <orion@nwra.com>
Date : 2013-07-12T22:17:58-06:00
Stats : +13/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/pcl/c/2bf26b75a48ce0a31223403c043b17bd03f63fb5?branch=f44
Log:
More vtk 6 fixes
---
diff --git a/pcl-vtk6.patch b/pcl-vtk6.patch
index 8f9f9cf..6fd29f3 100644
--- a/pcl-vtk6.patch
+++ b/pcl-vtk6.patch
@@ -12,7 +12,7 @@ diff -up PCL-1.6.0-Source/apps/src/render_views_tesselated_sphere.cpp.vtk6 PCL-1
vtkSmartPointer<vtkPolyDataMapper> mapper = vtkSmartPointer<vtkPolyDataMapper>::New ();
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 2013-07-12 16:23:51.634989994 -0600
-+++ PCL-1.6.0-Source/io/src/vtk_lib_io.cpp 2013-07-12 20:48:18.792653164 -0600
++++ PCL-1.6.0-Source/io/src/vtk_lib_io.cpp 2013-07-12 22:02:27.304018136 -0600
@@ -168,7 +168,7 @@ pcl::io::savePolygonFileVTK (const std::
pcl::io::mesh2vtk (mesh, poly_data);
@@ -40,6 +40,17 @@ diff -up PCL-1.6.0-Source/io/src/vtk_lib_io.cpp.vtk6 PCL-1.6.0-Source/io/src/vtk
poly_writer->SetFileName (file_name.c_str ());
poly_writer->Write ();
+@@ -399,9 +399,7 @@ pcl::io::saveRangeImagePlanarFilePNG (
+ {
+ vtkSmartPointer<vtkImageData> image = vtkSmartPointer<vtkImageData>::New();
+ image->SetDimensions(range_image.width, range_image.height, 1);
+- image->SetNumberOfScalarComponents(1);
+- image->SetScalarTypeToFloat();
+- image->AllocateScalars();
++ image->AllocateScalars(VTK_FLOAT, 1);
+
+ int* dims = image->GetDimensions();
+
diff -up PCL-1.6.0-Source/surface/src/vtk_smoothing/vtk_mesh_smoothing_laplacian.cpp.vtk6 PCL-1.6.0-Source/surface/src/vtk_smoothing/vtk_mesh_smoothing_laplacian.cpp
--- PCL-1.6.0-Source/surface/src/vtk_smoothing/vtk_mesh_smoothing_laplacian.cpp.vtk6 2012-07-17 17:11:32.000000000 -0600
+++ PCL-1.6.0-Source/surface/src/vtk_smoothing/vtk_mesh_smoothing_laplacian.cpp 2013-07-12 20:54:09.427824692 -0600
@@ -138,7 +149,7 @@ diff -up PCL-1.6.0-Source/visualization/src/common/shapes.cpp.vtk6 PCL-1.6.0-Sou
*/
diff -up PCL-1.6.0-Source/visualization/src/image_viewer.cpp.vtk6 PCL-1.6.0-Source/visualization/src/image_viewer.cpp
--- PCL-1.6.0-Source/visualization/src/image_viewer.cpp.vtk6 2012-07-17 17:11:32.000000000 -0600
-+++ PCL-1.6.0-Source/visualization/src/image_viewer.cpp 2013-07-12 20:57:45.936275154 -0600
++++ PCL-1.6.0-Source/visualization/src/image_viewer.cpp 2013-07-12 21:41:24.732509932 -0600
@@ -130,7 +130,7 @@ pcl::visualization::ImageViewer::addRGBI
imageTransform->SetMatrix (transform);
// Now create filter and set previously created transformation
next reply other threads:[~2026-06-25 5:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-25 5:49 Orion Poplawski [this message]
2026-06-25 5:49 [rpms/pcl] f44: More vtk 6 fixes Orion Poplawski
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=178236655394.1.1316925797053131890.rpms-pcl-2bf26b75a48c@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