Home
last modified time | relevance | path

Searched defs:pointcloud (Results 1 – 25 of 92) sorted by relevance

1234

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dpointcloud.c61 PointCloud *pointcloud = (PointCloud *)id; in pointcloud_init_data() local
93 PointCloud *pointcloud = (PointCloud *)id; in pointcloud_free_data() local
102 PointCloud *pointcloud = (PointCloud *)id; in pointcloud_foreach_id() local
110 PointCloud *pointcloud = (PointCloud *)id; in pointcloud_blend_write() local
138 PointCloud *pointcloud = (PointCloud *)id; in pointcloud_blend_read_data() local
152 PointCloud *pointcloud = (PointCloud *)id; in pointcloud_blend_read_lib() local
160 PointCloud *pointcloud = (PointCloud *)id; in pointcloud_blend_read_expand() local
189 static void pointcloud_random(PointCloud *pointcloud) in pointcloud_random()
234 PointCloud *pointcloud = ob->data; in BKE_pointcloud_boundbox_get() local
312 PointCloud *pointcloud = pointcloud_input; in pointcloud_evaluate_modifiers() local
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/draw/intern/
H A Ddraw_cache_impl_pointcloud.c65 static bool pointcloud_batch_cache_valid(PointCloud *pointcloud) in pointcloud_batch_cache_valid()
78 static void pointcloud_batch_cache_init(PointCloud *pointcloud) in pointcloud_batch_cache_init()
96 void DRW_pointcloud_batch_cache_validate(PointCloud *pointcloud) in DRW_pointcloud_batch_cache_validate()
109 void DRW_pointcloud_batch_cache_dirty_tag(PointCloud *pointcloud, int mode) in DRW_pointcloud_batch_cache_dirty_tag()
124 static void pointcloud_batch_cache_clear(PointCloud *pointcloud) in pointcloud_batch_cache_clear()
145 void DRW_pointcloud_batch_cache_free(PointCloud *pointcloud) in DRW_pointcloud_batch_cache_free()
157 PointCloud *pointcloud = ob->data; in pointcloud_batch_cache_ensure_pos() local
241 PointCloud *pointcloud = ob->data; in DRW_pointcloud_batch_cache_get_dots() local
254 PointCloud *pointcloud = ob->data; in DRW_pointcloud_batch_cache_get_surface() local
272 PointCloud *pointcloud = ob->data; in DRW_cache_pointcloud_surface_shaded_get() local
[all …]
/dports/misc/visp/visp-3.4.0/modules/sensor/src/rgb-depth/realsense/
H A DvpRealSense.cpp397 void vpRealSense::acquire(vpImage<unsigned char> &grey, std::vector<vpColVector> &pointcloud) in acquire()
421 void vpRealSense::acquire(std::vector<vpColVector> &pointcloud) in acquire()
465 std::vector<vpColVector> &pointcloud) in acquire()
499 std::vector<vpColVector> &pointcloud) in acquire()
530 void vpRealSense::acquire(vpImage<vpRGBa> &color, std::vector<vpColVector> &pointcloud) in acquire()
676 void vpRealSense::acquire(pcl::PointCloud<pcl::PointXYZ>::Ptr &pointcloud) in acquire()
695 void vpRealSense::acquire(pcl::PointCloud<pcl::PointXYZRGB>::Ptr &pointcloud) in acquire()
764 pcl::PointCloud<pcl::PointXYZ>::Ptr &pointcloud) in acquire()
796 pcl::PointCloud<pcl::PointXYZ>::Ptr &pointcloud) in acquire()
828 pcl::PointCloud<pcl::PointXYZRGB>::Ptr &pointcloud) in acquire()
[all …]
/dports/graphics/open3d/Open3D-0.2/src/IO/ClassIO/
H A DPointCloudIO.cpp64 auto pointcloud = std::make_shared<PointCloud>(); in CreatePointCloudFromFile() local
69 bool ReadPointCloud(const std::string &filename, PointCloud &pointcloud) in ReadPointCloud()
89 bool WritePointCloud(const std::string &filename, const PointCloud &pointcloud, in WritePointCloud()
/dports/graphics/py-open3d-python/Open3D-0.2/src/IO/ClassIO/
H A DPointCloudIO.cpp64 auto pointcloud = std::make_shared<PointCloud>(); in CreatePointCloudFromFile() local
69 bool ReadPointCloud(const std::string &filename, PointCloud &pointcloud) in ReadPointCloud()
89 bool WritePointCloud(const std::string &filename, const PointCloud &pointcloud, in WritePointCloud()
/dports/graphics/pixie/Pixie/src/ri/
H A Dptcapi.cpp69 void PtcWriteDataPoint(PtcPointCloud pointcloud, float *point, float *normal, float radius, float *… in PtcWriteDataPoint()
83 void PtcFinishPointCloudFile(PtcPointCloud pointcloud) { in PtcFinishPointCloudFile()
129 int PtcGetPointCloudInfo(PtcPointCloud pointcloud, const char *request, void *result) { in PtcGetPointCloudInfo()
168 int PtcReadDataPoint(PtcPointCloud pointcloud, float *point, float *normal, float *radius, float *d… in PtcReadDataPoint()
182 void PtcClosePointCloudFile(PtcPointCloud pointcloud) { in PtcClosePointCloudFile()
/dports/graphics/open3d/Open3D-0.2/src/Python/Core/
H A Dopen3d_pointcloud.cpp40 std::shared_ptr<PointCloud>, Geometry3D> pointcloud(m, in pybind_pointcloud() local
69 const PointCloud &pointcloud, bool write_ascii, bool compressed) { in pybind_pointcloud_methods()
/dports/graphics/py-open3d-python/Open3D-0.2/src/Python/Core/
H A Dopen3d_pointcloud.cpp40 std::shared_ptr<PointCloud>, Geometry3D> pointcloud(m, in pybind_pointcloud() local
69 const PointCloud &pointcloud, bool write_ascii, bool compressed) { in pybind_pointcloud_methods()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_pointcloud.c51 const PointCloud *pointcloud = rna_pointcloud(ptr); in rna_Point_index_get() local
68 const PointCloud *pointcloud = rna_pointcloud(ptr); in rna_Point_radius_get() local
78 const PointCloud *pointcloud = rna_pointcloud(ptr); in rna_Point_radius_set() local
/dports/graphics/open3d/Open3D-0.2/src/IO/FileFormat/
H A DFileXYZ.cpp34 bool ReadPointCloudFromXYZ(const std::string &filename, PointCloud &pointcloud) in ReadPointCloudFromXYZ()
57 const PointCloud &pointcloud, bool write_ascii/* = false*/, in WritePointCloudToXYZ()
H A DFileXYZRGB.cpp35 PointCloud &pointcloud) in ReadPointCloudFromXYZRGB()
60 const PointCloud &pointcloud, bool write_ascii/* = false*/, in WritePointCloudToXYZRGB()
H A DFileXYZN.cpp34 bool ReadPointCloudFromXYZN(const std::string &filename, PointCloud &pointcloud) in ReadPointCloudFromXYZN()
60 const PointCloud &pointcloud, bool write_ascii/* = false*/, in WritePointCloudToXYZN()
H A DFilePTS.cpp35 bool ReadPointCloudFromPTS(const std::string &filename, PointCloud &pointcloud) in ReadPointCloudFromPTS()
92 const PointCloud &pointcloud, bool write_ascii/* = false*/, in WritePointCloudToPTS()
H A DFilePCD.cpp334 bool ReadPCDData(FILE *file, const PCDHeader &header, PointCloud &pointcloud) in ReadPCDData()
514 void RemoveNanData(PointCloud &pointcloud) in RemoveNanData()
536 bool GenerateHeader(const PointCloud &pointcloud, const bool write_ascii, in GenerateHeader()
644 const PointCloud &pointcloud) in WritePCDData()
727 bool ReadPointCloudFromPCD(const std::string &filename, PointCloud &pointcloud) in ReadPointCloudFromPCD()
763 const PointCloud &pointcloud, bool write_ascii/* = false*/, in WritePointCloudToPCD()
/dports/graphics/py-open3d-python/Open3D-0.2/src/IO/FileFormat/
H A DFileXYZ.cpp34 bool ReadPointCloudFromXYZ(const std::string &filename, PointCloud &pointcloud) in ReadPointCloudFromXYZ()
57 const PointCloud &pointcloud, bool write_ascii/* = false*/, in WritePointCloudToXYZ()
H A DFileXYZN.cpp34 bool ReadPointCloudFromXYZN(const std::string &filename, PointCloud &pointcloud) in ReadPointCloudFromXYZN()
60 const PointCloud &pointcloud, bool write_ascii/* = false*/, in WritePointCloudToXYZN()
H A DFileXYZRGB.cpp35 PointCloud &pointcloud) in ReadPointCloudFromXYZRGB()
60 const PointCloud &pointcloud, bool write_ascii/* = false*/, in WritePointCloudToXYZRGB()
H A DFilePTS.cpp35 bool ReadPointCloudFromPTS(const std::string &filename, PointCloud &pointcloud) in ReadPointCloudFromPTS()
92 const PointCloud &pointcloud, bool write_ascii/* = false*/, in WritePointCloudToPTS()
H A DFilePCD.cpp334 bool ReadPCDData(FILE *file, const PCDHeader &header, PointCloud &pointcloud) in ReadPCDData()
514 void RemoveNanData(PointCloud &pointcloud) in RemoveNanData()
536 bool GenerateHeader(const PointCloud &pointcloud, const bool write_ascii, in GenerateHeader()
644 const PointCloud &pointcloud) in WritePCDData()
727 bool ReadPointCloudFromPCD(const std::string &filename, PointCloud &pointcloud) in ReadPointCloudFromPCD()
763 const PointCloud &pointcloud, bool write_ascii/* = false*/, in WritePointCloudToPCD()
/dports/graphics/open3d/Open3D-0.2/src/Test/
H A DTestPointCloud.cpp35 void PrintPointCloud(const three::PointCloud &pointcloud) in PrintPointCloud()
113 PointCloud pointcloud; in main() local
/dports/graphics/py-open3d-python/Open3D-0.2/src/Test/
H A DTestPointCloud.cpp35 void PrintPointCloud(const three::PointCloud &pointcloud) in PrintPointCloud()
113 PointCloud pointcloud; in main() local
/dports/graphics/open3d/Open3D-0.2/src/Visualization/Shader/
H A DGeometryRenderer.cpp45 const auto &pointcloud = (const PointCloud &)(*geometry_ptr_); in Render() local
87 const auto &pointcloud = (const PointCloud &)(*geometry_ptr_); in Render() local
264 const auto &pointcloud = (const PointCloud &)(*picker.pointcloud_ptr_); in Render() local
/dports/graphics/py-open3d-python/Open3D-0.2/src/Visualization/Shader/
H A DGeometryRenderer.cpp45 const auto &pointcloud = (const PointCloud &)(*geometry_ptr_); in Render() local
87 const auto &pointcloud = (const PointCloud &)(*geometry_ptr_); in Render() local
264 const auto &pointcloud = (const PointCloud &)(*picker.pointcloud_ptr_); in Render() local
/dports/math/pdal/PDAL-2.3.0/plugins/rdb/io/
H A DRdbPointcloud.hpp65 riegl::rdb::Pointcloud& pointcloud() in pointcloud() function in pdal::RdbPointcloud
70 const riegl::rdb::Pointcloud& pointcloud() const in pointcloud() function in pdal::RdbPointcloud
/dports/misc/visp/visp-3.4.0/example/device/framegrabber/
H A DgrabRealSense.cpp147 pcl::PointCloud<pcl::PointXYZRGB>::Ptr pointcloud(new pcl::PointCloud<pcl::PointXYZRGB>); in main() local
161 std::vector<vpColVector> pointcloud; in main() local

1234