Uses of Class
Facemorph.template.Contour

Packages that use Contour
Facemorph   
Facemorph.template   
 

Uses of Contour in Facemorph
 

Methods in Facemorph that return Contour
 Contour Template.getContour(int i)
          Get the ith contour in this template
 

Methods in Facemorph that return types with arguments of type Contour
 java.util.Vector<Contour> Template.getContours()
          Get the list of contours through face points
 

Uses of Contour in Facemorph.template
 

Methods in Facemorph.template with parameters of type Contour
 void Contour.copy(Contour c)
          Copies the point indices and sample point positions from c