algorithms.openpmd Module

paraview.algorithms.openpmd.createModifiedCallback(anobject)[source]
class paraview.algorithms.openpmd.openPMDReader[source]

Bases: vtkmodules.util.vtkAlgorithm.VTKPythonAlgorithmBase

A reader that reads openPMD format.

FillOutputPortInformation(port, info)[source]

Sets the default output type to OutputType.

GetDataArraySelection()[source]
GetParticleArraySelection()[source]
GetSpeciesSelection()[source]
GetTimestepValues()[source]
RequestData(request, inInfoVec, outInfoVec)[source]

Overwritten by subclass to execute the algorithm.

RequestInformation(request, inInfoVec, outInfoVec)[source]

Overwritten by subclass to provide meta-data to downstream pipeline.

SetFileName(name)[source]

Specify filename for the file to read.