------------------------------------------------------------------------------
| 452 | |
| 453 | //------------------------------------------------------------------------------ |
| 454 | void vtkCartesianGrid::SetScalarType(int type, vtkInformation* meta_data) |
| 455 | { |
| 456 | vtkDataObject::SetPointDataActiveScalarInfo(meta_data, type, -1); |
| 457 | } |
| 458 | |
| 459 | //------------------------------------------------------------------------------ |
| 460 | int vtkCartesianGrid::GetScalarType() |
no outgoing calls
no test coverage detected