[vtkusers] plod 3d reader question
Utkarsh Ayachit
utkarsh.ayachit at kitware.com
Thu Nov 19 09:27:28 EST 2009
>.... What do I have to do to tell
> the vtkContourFilter to use a different array in plot3d_ for its input
> (analogous to ColorByArrayComponent for the colormapping)? I assume I need
> to reset the input connection, but reset it to *what*?
Use SetInputArrayToProcess method eg.
iso->SetInputArrayToProcess(0,0,0,vtkDataObject::FIELD_ASSOCIATION_POINTS,
"Pressure")
Utkarsh
More information about the vtkusers
mailing list