From: Braden M. <br...@en...> - 2011-07-27 05:50:55
|
On Tue, 2011-07-26 at 02:24 -0700, corinag wrote: > That was exactly the problem, thank you. I was using cmake and not properly > linking directories. Now I just need to figure out how to extract the points > that need to be in the point cloud ... any advice? Typically you'll need to maintain a stack of the state (that you're interested in) during parsing. You should be able to identify nodes of interest to you in on_node_start; and then fields of interest in on_field_start. -- Braden McDaniel <br...@en...> |