Uses of Class
hmi.faceanimation.model.FeaturePoint

Packages that use FeaturePoint
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. 
 

Uses of FeaturePoint in hmi.faceanimation.model
 

Fields in hmi.faceanimation.model declared as FeaturePoint
private  FeaturePoint FAP.fp
           
 

Fields in hmi.faceanimation.model with type parameters of type FeaturePoint
private static LinkedHashMap<String,FeaturePoint> MPEG4.fps
           
 

Methods in hmi.faceanimation.model that return FeaturePoint
 FeaturePoint FAP.getFeaturePoint()
           
static FeaturePoint MPEG4.getFeaturePoint(String fp)
           
 

Methods in hmi.faceanimation.model that return types with arguments of type FeaturePoint
static HashMap<String,FeaturePoint> MPEG4.getFeaturePoints()
           
 

Methods in hmi.faceanimation.model with parameters of type FeaturePoint
 boolean FeaturePoint.equals(FeaturePoint fp)
           
 

Constructors in hmi.faceanimation.model with parameters of type FeaturePoint
FAP(int index, int number, String name, String description, FAP.Unit unit, FAP.Directionality directionality, FAP.Direction direction, FeaturePoint fp)
          Constructor
FAP(int index, int number, String name, String description, FeaturePoint fp)
          Constructor for multi-purpose FAPs (viseme, expression).
 

Uses of FeaturePoint in hmi.facegraphics
 

Fields in hmi.facegraphics with type parameters of type FeaturePoint
private  HashMap<FeaturePoint,float[]> GLHead.fpPositions
           
 

Methods in hmi.facegraphics with parameters of type FeaturePoint
 float[] GLHead.getFPPosition(FeaturePoint fp)
           
 void GLHead.setFPPosition(FeaturePoint fp, float[] pos)