Пример #1
0
 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"))
Пример #2
0
 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")])
     )
Пример #3
0
 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")]))
Пример #4
0
 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")])
     )