| 102 | } |
| 103 | |
| 104 | void vtkCellGridTransform::SetCellAttribute(vtkCellAttribute* att) |
| 105 | { |
| 106 | this->Request->SetCellAttribute(att); |
| 107 | } |
| 108 | |
| 109 | int vtkCellGridTransform::RequestData(vtkInformation* vtkNotUsed(request), |
| 110 | vtkInformationVector** inputVector, vtkInformationVector* outputVector) |
no outgoing calls