Package org.jmol.util

Class TempArray

java.lang.Object
org.jmol.util.TempArray

public class TempArray extends Object
  • Constructor Details

    • TempArray

      public TempArray()
  • Method Details

    • clear

      public void clear()
    • allocTempPoints

      public P3[] allocTempPoints(int size)
    • freeTempPoints

      public void freeTempPoints(P3[] tempPoints)
    • allocTempScreens

      public P3i[] allocTempScreens(int size)
    • freeTempScreens

      public void freeTempScreens(P3i[] tempScreens)
    • allocTempEnum

      public STR[] allocTempEnum(int size)
    • freeTempEnum

      public void freeTempEnum(STR[] tempEnum)
    • getSlabWithinRange

      public static Object[] getSlabWithinRange(float min, float max)
    • getSlabObjectType

      public static Object[] getSlabObjectType(int tok, Object data, boolean isCap, Object colorData)