Class FaceNodeInfo
java.lang.Object
cz.fidentis.analyst.gui.task.batch.distanceheatmap.FaceNodeInfo
-
Constructor Summary
ConstructorsConstructorDescriptionFaceNodeInfo
(int originalIndex, String originalFaceName) ConstructorFaceNodeInfo
(FaceNodeInfo original) Constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
int
int
hashCode()
void
setClusteredFaceName
(String custerName) void
setClusteredIndex
(int clusteredIndex) toString()
-
Constructor Details
-
FaceNodeInfo
Constructor- Parameters:
originalIndex
- index of the face in the distances matrixoriginalFaceName
- original face name that links to the index
-
FaceNodeInfo
Constructor- Parameters:
original
- face node
-
-
Method Details
-
getOriginalIndex
public int getOriginalIndex() -
getOriginalFaceName
-
getClusteredIndex
public int getClusteredIndex() -
getClusteredFaceName
-
getClusterNameShort
-
setClusteredIndex
public void setClusteredIndex(int clusteredIndex) -
setClusteredFaceName
-
equals
-
hashCode
public int hashCode() -
toString
-