def processorInfo():
     return ivw.ProcessorInfo(
         classIdentifier="org.inviwo.MolecularStructureSource",
         displayName="Molecular Structure Source",
         category="MolVis",
         codeState=ivw.CodeState.Stable,
         tags=ivw.Tags.PY)
Ejemplo n.º 2
0
 def processorInfo():
     return ivw.ProcessorInfo(
         classIdentifier="org.inviwo.VolumeExtractChannel",
         displayName="Volume Extract Channel",
         category="Volume Operation",
         codeState=ivw.CodeState.Stable,
         tags=ivw.Tags.PY)
Ejemplo n.º 3
0
 def processorInfo():
     return ivw.ProcessorInfo(
         classIdentifier="org.inviwo.Bandstructure3DNetworkHandler",
         displayName="Bandstructure3DNetworkHandler",
         category="Python",
         codeState=ivw.CodeState.Stable,
         tags=ivw.Tags.PY)
Ejemplo n.º 4
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"))
Ejemplo n.º 5
0
 def processorInfo():
     return ivw.ProcessorInfo(
 		classIdentifier = "org.inviwo.{name}", 
 		displayName = "{name}",
 		category = "Python",
 		codeState = ivw.CodeState.Stable,
 		tags = ivw.Tags.PY
     )
Ejemplo n.º 6
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")])
     )
Ejemplo n.º 7
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")]))
Ejemplo n.º 8
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")])
     )