FAP Class Reference
single FAP (Face Animation Parameter)
More...
#include <FAP.h>
List of all members.
Public Member Functions |
| | FAP (void) |
| | class constructor
|
| | ~FAP (void) |
| | class destructor
|
Public Attributes |
| bool | active |
| | the FAP mask
|
| int | value |
| | the FAP value
|
Detailed Description
single FAP (Face Animation Parameter)
this class defines an object that stores the value and the mask of a single FAP
- See also:
- FAPFrame
- Author:
- Maurizio Mancini m.mancini@iut.univ-paris8.fr manmau@yahoo.com
Definition at line 30 of file FAP.h.
Constructor & Destructor Documentation
class constructor
Definition at line 23 of file FAP.cpp.
class destructor
Definition at line 29 of file FAP.cpp.
Member Data Documentation
the FAP mask
in the MPEG4 standard each FAP has a mask which can be 0 or 1 which tells if the FAP is active or not; if it is active then the value of the FAP has to be used otherwise it has to be ignored
Definition at line 47 of file FAP.h.
the FAP value
Definition at line 51 of file FAP.h.
The documentation for this class was generated from the following files: