Uses of Class
cz.cuni.jagrlib.piece.VEFDS.Attribute

Packages that use VEFDS.Attribute
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
 

Uses of VEFDS.Attribute in cz.cuni.jagrlib.piece
 

Fields in cz.cuni.jagrlib.piece with type parameters of type VEFDS.Attribute
protected  IntMap<VEFDS.Attribute> VEFDS.attributes
          Global attribute map: handle -> Attribute. attributes-allocated.
 

Methods in cz.cuni.jagrlib.piece that return VEFDS.Attribute
 VEFDS.Attribute VEFDS.MapAttr.get(int where, int ctx, java.lang.String ident)
          Fast attribute lookup (doesn't need to create new VEFDS.AttrKey instance).
 VEFDS.Attribute VEFDS.MapAttr.getExt(int where, int ctx, java.lang.String ident)
          Fast attribute lookup, tries shared attribute as well.
 

Methods in cz.cuni.jagrlib.piece with parameters of type VEFDS.Attribute
 void VEFDS.Attribute.copyCoordinates(VEFDS.Attribute from, java.util.BitSet set)
          Copies coordinate data from the Attribute object to another one.
 void VEFDS.Attribute.deepCopy(VEFDS.Attribute from)
          Deep-copy of attribute data from another Attribute instance.
protected  double[] VEFDS.fetch(VEFDS.Attribute a, int id, double[] pre)
          Fetches double[] value from the given Attribute.
protected  float[] VEFDS.fetch(VEFDS.Attribute a, int id, float[] pre)
          Fetches float[] value from the given Attribute.
protected  int[] VEFDS.fetch(VEFDS.Attribute a, int id, int[] pre)
          Fetches int[] value from the given Attribute.
protected  java.lang.Object VEFDS.fetch(VEFDS.Attribute a, int id, java.lang.Object pre)
          Fetches one data item from the given Attribute.
protected  int VEFDS.insertAttribute(VEFDS.Attribute a)
          Assigns an attribute-handle to the new attribute.
 void VEFDS.MapAttr.put(VEFDS.Attribute a)
          Convenient put method.
 void VEFDS.Attribute.roundCoordinates(VEFDS.Attribute from, TrMatrix tr, java.util.BitSet set)
          Rounds coordinate data from the Attribute object to another one.
protected  void VEFDS.store(VEFDS.Attribute a, int id, java.lang.Object val)
          Stores one data item into the given Attribute.
 void VEFDS.Attribute.transformCoordinates(VEFDS.Attribute from, TrMatrix tr, java.util.BitSet set)
          Transforms coordinate data from the Attribute object to another one.
 

Constructors in cz.cuni.jagrlib.piece with parameters of type VEFDS.Attribute
VEFDS.Attribute(VEFDS.Attribute _from, int _context, java.lang.String _ident)
          Initializing constructor - copies data from the given Attribute instance.