def processorInfo(): return ivw.ProcessorInfo( classIdentifier="org.inviwo.MolecularStructureSourcePython", displayName="MolecularStructure Source Python", category="Data Input", codeState=ivw.CodeState.Stable, tags=ivw.Tags("PY, MolVis, Source, PDB, mmCIF"))
def processorInfo(): return ivw.ProcessorInfo( classIdentifier="org.inviwo.vasp.ChgcarSource", displayName="Chgcar Source", category="Source", codeState=ivw.CodeState.Stable, tags=ivw.Tags([ivw.Tag.PY, ivw.Tag("VASP"), ivw.Tag("Volume"), ivw.Tag("Mesh")]) )
def processorInfo(): return ivw.ProcessorInfo( classIdentifier="org.inviwo.netcdf.netcdfvolumesource", displayName="NetCDF Volume Source", category="Source", codeState=ivw.CodeState.Stable, tags=ivw.Tags([ivw.Tag.PY, ivw.Tag("NetCDF"), ivw.Tag("Volume")]))
def processorInfo(): return ivw.ProcessorInfo( classIdentifier="org.inviwo.gaussian.CubeSource", displayName="Cube Source", category="Source", codeState=ivw.CodeState.Stable, tags=ivw.Tags([ivw.Tag.PY, ivw.Tag("Cube"), ivw.Tag("Gaussian"), ivw.Tag("Volume"), ivw.Tag("Mesh")]) )