------------------------------------------------------------------------------
| 531 | |
| 532 | //------------------------------------------------------------------------------ |
| 533 | void vtkNetCDFCAMReader::EnableAllPointArrays() |
| 534 | { |
| 535 | this->PointDataArraySelection->EnableAllArrays(); |
| 536 | } |
| 537 | |
| 538 | //------------------------------------------------------------------------------ |
| 539 | int vtkNetCDFCAMReader::RequestData( |
nothing calls this directly
no test coverage detected