Class MeshDistanceComputed
java.lang.Object
cz.fidentis.analyst.data.face.HumanFaceEvent
cz.fidentis.analyst.data.face.events.MeshDistanceComputed
New mesh distance metric has been computed.
-
Constructor Summary
ConstructorsConstructorDescriptionMeshDistanceComputed
(Long sourceFaceId, Long targetFaceId, MeshDistances meshDistances, String name, Object issuer) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns distance values.Returns human face from which the HD has been computed.Returns human face towards which the HD has been computed.Methods inherited from class cz.fidentis.analyst.data.face.HumanFaceEvent
getFaceId, getIssuer, getName
-
Constructor Details
-
MeshDistanceComputed
public MeshDistanceComputed(Long sourceFaceId, Long targetFaceId, MeshDistances meshDistances, String name, Object issuer) Constructor.- Parameters:
sourceFaceId
- Human face's ID from which the HD has been computedtargetFaceId
- Human face's ID towards which the HD has been computedmeshDistances
- Mesh distance statsname
- Event name provided by issuerissuer
- The issuer
-
-
Method Details
-
getSourceFaceId
Returns human face from which the HD has been computed. This method is identical toHumanFaceEvent.getFaceId()
()}- Returns:
- human face from which the HD has been computed.
-
getTargetFace
Returns human face towards which the HD has been computed.- Returns:
- human face towards which the HD has been computed.
-
getMeshDistances
Returns distance values.- Returns:
- distance values.
-