------------------------------------------------------------------------------
| 49 | |
| 50 | //------------------------------------------------------------------------------ |
| 51 | int vtkAMRBaseParticlesReader::GetNumberOfParticleArrays() |
| 52 | { |
| 53 | assert( |
| 54 | "pre: ParticleDataArraySelection is nullptr!" && (this->ParticleDataArraySelection != nullptr)); |
| 55 | return this->ParticleDataArraySelection->GetNumberOfArrays(); |
| 56 | } |
| 57 | |
| 58 | //------------------------------------------------------------------------------ |
| 59 | const char* vtkAMRBaseParticlesReader::GetParticleArrayName(int index) |
nothing calls this directly
no test coverage detected