Class OctreeEvent
java.lang.Object
cz.fidentis.analyst.data.face.HumanFaceEvent
cz.fidentis.analyst.engines.face.events.OctreeEvent
The root type for events relate to the changes in octree.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returnstrue
if the octree is calculated.Methods inherited from class cz.fidentis.analyst.data.face.HumanFaceEvent
getFace, getIssuer, getName
-
Constructor Details
-
OctreeEvent
Constructor.- Parameters:
face
- Human face related to the eventname
- Event name provided by issuerissuer
- The issuer
-
-
Method Details
-
isCalculated
public boolean isCalculated()Returnstrue
if the octree is calculated.- Returns:
true
if the octree is calculated.
-