MCPcopy Create free account
hub / github.com/Kitware/VTK / GetNumberOfParticleArrays

Method GetNumberOfParticleArrays

IO/AMR/vtkAMRBaseParticlesReader.cxx:51–56  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

assertFunction · 0.50
GetNumberOfArraysMethod · 0.45

Tested by

no test coverage detected