def processorInfo():
     return ivw.ProcessorInfo(
         classIdentifier="org.inviwo.MolecularStructureSource",
         displayName="Molecular Structure Source",
         category="MolVis",
         codeState=ivw.CodeState.Stable,
         tags=ivw.Tags.PY)
예제 #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)
예제 #3
0
 def processorInfo():
     return ivw.ProcessorInfo(
         classIdentifier="org.inviwo.Bandstructure3DNetworkHandler",
         displayName="Bandstructure3DNetworkHandler",
         category="Python",
         codeState=ivw.CodeState.Stable,
         tags=ivw.Tags.PY)
예제 #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"))
예제 #5
0
 def processorInfo():
     return ivw.ProcessorInfo(
 		classIdentifier = "org.inviwo.{name}", 
 		displayName = "{name}",
 		category = "Python",
 		codeState = ivw.CodeState.Stable,
 		tags = ivw.Tags.PY
     )
예제 #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")])
     )
예제 #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")]))
예제 #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")])
     )