Hey guys,<div><br></div><div>I&#39;m working with a vtkContourFilter that I set with </div><div><br></div><div><div>m_ContourFilter-&gt;SetInputArrayToProcess(0,0,0,</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>vtkDataObject::FIELD_ASSOCIATION_POINTS, arrayName ));</div>
<div><br></div><div>Later, I would like to get the name of the scalar field that I set it to process, but I can&#39;t seem to figure out the right way to get it back out. </div><div>(Either the const char * arrayName or the index) Any ideas?</div>
<div><br></div><div>Thanks!</div></div>