Uses of Class
hmi.faceanimation.model.FAP

Packages that use FAP
hmi.faceanimation.converters   
hmi.faceanimation.model   
hmi.facegraphics This package and its subpackages make the connection between the abstract specification of face animations using Elckerlyc and the actual deformation of the mesh in the HmiGraphics packages. 
hmi.facegraphics.deformers Mesh deformations. 
 

Uses of FAP in hmi.faceanimation.converters
 

Fields in hmi.faceanimation.converters declared as FAP
 FAP FACSConverter.Influence.fap
           
 

Fields in hmi.faceanimation.converters with type parameters of type FAP
private  ArrayList<FAP> FACSConverter.fapsEverUsed
           
private  ArrayList<FAP> EmotionConverter.fapsEverUsed
           
(package private)  HashMap<FAP,ArrayList<FACSConverter.Influence>> FACSConverter.influencesByFAP
           
 

Methods in hmi.faceanimation.converters with parameters of type FAP
private  EmotionConverter.Range EmotionConverter.mergeRanges(FAP key, EmotionConverter.Profile profileOut, EmotionConverter.Range rangePrimary, EmotionConverter.Range rangeSecondary, float angleRatioPrimary, float angleRatioSecondary)
           
 

Constructors in hmi.faceanimation.converters with parameters of type FAP
FACSConverter.Influence(ActionUnit au, FACS.Side side, FAP fap, float auBegin, float auEnd, int fapBegin, int fapEnd)
           
 

Uses of FAP in hmi.faceanimation.model
 

Fields in hmi.faceanimation.model declared as FAP
private  FAP FAP.otherSide
           
 

Fields in hmi.faceanimation.model with type parameters of type FAP
private static LinkedHashMap<Integer,FAP> MPEG4.faps
           
 

Methods in hmi.faceanimation.model that return FAP
static FAP MPEG4.getFAP(int number)
           
 FAP FAP.getOtherSide()
           
 

Methods in hmi.faceanimation.model that return types with arguments of type FAP
static HashMap<Integer,FAP> MPEG4.getFAPs()
           
 

Methods in hmi.faceanimation.model with parameters of type FAP
 boolean FAP.equals(FAP fap)
           
 void FAP.setOtherSide(FAP otherSide)
          Sets the other side of this FAP (e.g., stretch_l_cornerlip for stretch_r_cornerlip)
 

Uses of FAP in hmi.facegraphics
 

Fields in hmi.facegraphics with type parameters of type FAP
private  HashMap<FAP,Deformer> GLHead.deformers
           
private  HashMap<FAP,HashMap<Integer,float[]>> GLHead.displacements
          This map contains maps, each of which contains pairs of vertex-index - displacement.
private  ArrayList<FAP> GLHead.keepSync
           
private  HashMap<FAP,ArrayList<Integer>> GLHead.vertexMasks
           
 

Methods in hmi.facegraphics with parameters of type FAP
 Deformer GLHead.getDeformer(FAP fap)
           
 boolean GLHead.getKeepSync(FAP fap)
           
 ArrayList<Integer> GLHead.getVertexMask(FAP fap)
           
 void GLHead.setDeformer(FAP fap, Deformer deformer)
           
 void GLHead.setDisplacements(FAP fap, HashMap<Integer,float[]> disp)
          Deprecated. 
 void GLHead.setKeepSync(FAP fap, boolean sync)
           
 

Uses of FAP in hmi.facegraphics.deformers
 

Fields in hmi.facegraphics.deformers declared as FAP
protected  FAP Deformer.fap
           
 

Methods in hmi.facegraphics.deformers that return FAP
 FAP Deformer.getFAP()
           
 

Methods in hmi.facegraphics.deformers with parameters of type FAP
 void Deformer.setFAP(FAP fap)