<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 29, 2015 at 11:47 AM, Andrew Bell <span dir="ltr"><<a href="mailto:andrew.bell.ia@gmail.com" target="_blank">andrew.bell.ia@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Dec 29, 2015 at 10:42 AM, Vaclav Petras <span dir="ltr"><<a href="mailto:wenzeslaus@gmail.com" target="_blank">wenzeslaus@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<br><br>the filter height [1] adds another dimension called Height. I have two questions related to this.<br><br>1) How can I access this dimension in C++? Taking its ID from the list of dimensions<br><br>  point_view->dims().back()<br><br>works for me but I though I can get its ID directly by something like<br><br>  pdal::Dimension::id("Height")<br></div></blockquote><div><br></div></span><div>Dimension::Id::Enum dim = point_view->layout()->findDim("Height");</div></blockquote></div><br><br></div><div class="gmail_extra">I can see that now in the source code, thanks!<br></div></div>