Home
last modified time | relevance | path

Searched refs:point_count_ (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/include/pcl/compression/impl/
H A Doctree_pointcloud_compression.hpp142 …ytes_per_XYZ = static_cast<float> (compressed_point_data_len_) / static_cast<float> (point_count_); in encodePointCloud()
143 …es_per_color = static_cast<float> (compressed_color_data_len_) / static_cast<float> (point_count_); in encodePointCloud()
151 PCL_INFO ("Number of encoded points: %ld\n", point_count_); in encodePointCloud()
212 output_->points.reserve (static_cast<std::size_t> (point_count_)); in decodePointCloud()
228 …ytes_per_XYZ = static_cast<float> (compressed_point_data_len_) / static_cast<float> (point_count_); in decodePointCloud()
229 …es_per_color = static_cast<float> (compressed_color_data_len_) / static_cast<float> (point_count_); in decodePointCloud()
237 PCL_INFO ("Number of decoded points: %ld\n", point_count_); in decodePointCloud()
392 point_count_ = this->leaf_count_; in writeFrameHeader()
394 point_count_ = this->object_count_; in writeFrameHeader()
399 …sed_tree_data_out_arg.write (reinterpret_cast<const char*> (&point_count_), sizeof (point_count_)); in writeFrameHeader()
[all …]
/dports/devel/grpc/grpc-1.42.0/examples/cpp/route_guide/
H A Droute_guide_callback_server.cc162 point_count_++; in RecordRoute()
166 if (point_count_ != 1) { in RecordRoute()
172 summary_->set_point_count(point_count_); in RecordRoute()
187 int point_count_ = 0; in RecordRoute() member in RouteGuideImpl::RecordRoute::Recorder
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/gonacl_appengine/src/voronoi/
H A Dvoronoi.cc135 int point_count_; member in Voronoi
162 point_count_(kStartPointCount), draw_points_(true), draw_interiors_(true) { in Voronoi()
190 for (int i = 0; i < point_count_; ++i) { in wCell()
399 for (int i = 0; i < point_count_; i++) { in SuperimposePositions()
451 point_count_ = std::min(kMaxPointCount, std::max(0, num_points)); in HandleEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/examples/demo/voronoi/
H A Dvoronoi.cc143 int point_count_; member in Voronoi
173 point_count_(kStartPointCount), draw_points_(true), draw_interiors_(true), in Voronoi()
201 for (int i = 0; i < point_count_; ++i) { in wCell()
402 for (int i = 0; i < point_count_; i++) { in SuperimposePositions()
482 point_count_ = std::min(kMaxPointCount, std::max(0, num_points)); in HandleEvent()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/include/pcl/compression/
H A Doctree_pointcloud_compression.h109 i_frame_counter_ (0), frame_ID_ (0), point_count_ (0), i_frame_ (true),
274 std::uint64_t point_count_; variable