Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PointCloudLibrary/pcl
/ getData
Method
getData
io/src/image_depth.cpp:70–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
pcl::io::DepthImage::~DepthImage () = default;
69
70
const unsigned short*
71
pcl::io::DepthImage::getData ()
72
{
73
return static_cast<const unsigned short*> (wrapper_->getData ());
74
}
75
76
77
int
Callers
3
fillDepthImageRaw
Method · 0.45
fillDepthImage
Method · 0.45
fillDisparityImage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected