Class MeshDistanceComputed

java.lang.Object
cz.fidentis.analyst.data.face.HumanFaceEvent
cz.fidentis.analyst.data.face.events.MeshDistanceComputed

public class MeshDistanceComputed extends HumanFaceEvent
New mesh distance metric has been computed.
  • 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 computed
      targetFaceId - Human face's ID towards which the HD has been computed
      meshDistances - Mesh distance stats
      name - Event name provided by issuer
      issuer - The issuer
  • Method Details

    • getSourceFaceId

      public Long getSourceFaceId()
      Returns human face from which the HD has been computed. This method is identical to HumanFaceEvent.getFaceId() ()}
      Returns:
      human face from which the HD has been computed.
    • getTargetFace

      public Long getTargetFace()
      Returns human face towards which the HD has been computed.
      Returns:
      human face towards which the HD has been computed.
    • getMeshDistances

      public MeshDistances getMeshDistances()
      Returns distance values.
      Returns:
      distance values.