MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / getBoundingBox

Method getBoundingBox

outofcore/src/outofcore_node_data.cpp:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 ////////////////////////////////////////////////////////////////////////////////
112
113 void
114 OutofcoreOctreeNodeMetadata::getBoundingBox (Eigen::Vector3d &min_bb, Eigen::Vector3d &max_bb) const
115 {
116 min_bb = min_bb_;
117 max_bb = max_bb_;
118 }
119
120 ////////////////////////////////////////////////////////////////////////////////
121

Callers 6

writeFrameHeaderMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
outofcorePrintFunction · 0.45
OutofcoreCloudMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36