MCPcopy 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

68pcl::io::DepthImage::~DepthImage () = default;
69
70const unsigned short*
71pcl::io::DepthImage::getData ()
72{
73 return static_cast<const unsigned short*> (wrapper_->getData ());
74}
75
76
77int

Callers 3

fillDepthImageRawMethod · 0.45
fillDepthImageMethod · 0.45
fillDisparityImageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected