------------------------------------------------------------------------------ Specify the input data or filter.
| 146 | //------------------------------------------------------------------------------ |
| 147 | // Specify the input data or filter. |
| 148 | void vtkEnSightWriter::SetInputData(vtkUnstructuredGrid* input) |
| 149 | { |
| 150 | this->SetInputDataInternal(0, input); |
| 151 | } |
| 152 | |
| 153 | //------------------------------------------------------------------------------ |
| 154 | // Specify the input data or filter. |
no outgoing calls