Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.5k views
in Technique[技术] by (71.8m points)

c++ - PCL - Find the function body of showCloud

I use the PCL library for a project (see here for the official docu). As my cloud viewer does not work properly, I'm required to go into the code of the PCL.

In my context, I would like to know what is the function body of showCloud of the object CloudViewer (see here for the function in the official docu). In the corresponding header file pcl/visualisation/cloud_viewer.h, I only find the function prototype without body. Clicking F12 as hinted in this post only points to the function prototype itsself.

In case of finding errors/debugging, it is always good to know what a function actually does.

So is there a systematic way to find a body of a function prototype? As I started programming with Python, I may miss a C++ way of finding out what's going on behind a function. How would you recommand to find it out? (Except for looking in the docu and googling it).


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.5k users

...