<div dir="ltr"><div style>Hi there,</div><div style><br></div><div style>Is there a reason why "vtkBandedPolyDataContourFilter" is hard-coded to *always* process the "active" point scalars? All (as far as I know) other vtkAlgorithm sub-classes call "vtkAlgorithm::GetInputArrayToProcess".</div>
<div style><br></div><div>Here is the relevant code from vtkBandedPolyDataContourFilter::RequestData:</div><div><br></div><div><font face="courier new, monospace">  vtkDataArray *inScalars = pd->GetScalars();</font><br>
</div><div><br></div><div style>This is as opposed to e.g. vtkThreshold::RequestData:</div><div style><br></div><div style><font face="courier new, monospace">  vtkDataArray *inScalars = this->GetInputArrayToProcess(0,inputVector);</font><br>
</div><div style><br></div><div style>Thanks,</div><div style>Frank</div></div>