Package cz.fidentis.analyst.drawables
Class DrawableFpWeights
java.lang.Object
cz.fidentis.analyst.drawables.Drawable
cz.fidentis.analyst.drawables.DrawableFeaturePoints
cz.fidentis.analyst.drawables.DrawableFpWeights
- All Implemented Interfaces:
Serializable
Spherical surrounding of feature points that represent their weights.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class cz.fidentis.analyst.drawables.Drawable
Drawable.TransparencyComparator
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Color
static final RenderingMode
static final double
Fields inherited from class cz.fidentis.analyst.drawables.DrawableFeaturePoints
FP_DEFAULT_COLOR, FP_DEFAULT_SIZE
Fields inherited from class cz.fidentis.analyst.drawables.Drawable
GLU_CONTEXT
-
Constructor Summary
ConstructorsConstructorDescriptionDrawableFpWeights
(List<Landmark> featurePoints) Constructor.DrawableFpWeights
(List<Landmark> featurePoints, Color defaultColor, double defaultPerimeter) Constructor. -
Method Summary
Methods inherited from class cz.fidentis.analyst.drawables.DrawableFeaturePoints
addFeaturePoint, getAssignedColor, getCloseToMeshColor, getColor, getCustomFpColor, getDefaultPerimeter, getDistanceThreshold, getFeaturePoints, getMaxDistance, getOffTheMeshColor, getOnTheMeshColor, getRenderMode, getSize, removeFeaturePoint, removeFeaturePoint, renderObject, resetAllColorsToDefault, resetAllRenderModesToDefault, resetAllSizesToDefault, resetColorToDefault, resetRenderModeToDefault, resetSizeToDefault, setCloseToMeshColor, setColor, setCustomFpColor, setDistanceThreshold, setOffTheMeshColor, setOnTheMeshColor, setRenderMode, setSize
Methods inherited from class cz.fidentis.analyst.drawables.Drawable
finishRendering, getColor, getHighlights, getRenderMode, getTransparency, initRendering, isShown, render, setColor, setHighlights, setPolygonMode, setRenderMode, setTransparency, show
-
Field Details
-
FPW_DEFAULT_COLOR
-
FPW_DEFAULT_SIZE
public static final double FPW_DEFAULT_SIZE- See Also:
-
FPW_DEFAULT_RENDERING_MODE
-
-
Constructor Details
-
DrawableFpWeights
Constructor.- Parameters:
featurePoints
- Feature points
-
DrawableFpWeights
Constructor.- Parameters:
featurePoints
- Feature pointsdefaultColor
- Default colordefaultPerimeter
- Default perimeter
-