stevenlovegrove / Pangolin

Pangolin is a lightweight portable rapid development library for managing OpenGL display / interaction and abstracting video input.
MIT License
2.4k stars 855 forks source link

how to use the pangolin::Plotter plotter in the function(C++ ) with the class? #871

Open TheSeanParker opened 1 year ago

TheSeanParker commented 1 year ago

in the C++ class ,if define the plotter in the class,the class member will not find this private data,how to fix this problem? regretfully,in our pangolin demos,pangolin::Plotter plotter is the main function,not class function,need help~