Uses of Class
cz.fidentis.analyst.drawables.DrawableFeaturePoints
Packages that use DrawableFeaturePoints
Package
Description
Drawable objects of the scene.
Control panels and other GUI elements of a task.
Control panel for distance computation and visualization, e.g.
Control panel for the manipulation and management of feature points
and other landmarks.
OpenGL rendering classes.
-
Uses of DrawableFeaturePoints in cz.fidentis.analyst.drawables
Subclasses of DrawableFeaturePoints in cz.fidentis.analyst.drawablesModifier and TypeClassDescriptionclass
Spherical surrounding of feature points that represent their weights. -
Uses of DrawableFeaturePoints in cz.fidentis.analyst.drawables.renderers.impl
Classes in cz.fidentis.analyst.drawables.renderers.impl with type parameters of type DrawableFeaturePointsModifier and TypeClassDescriptionclass
Renderer for DrawableFeaturePoints. -
Uses of DrawableFeaturePoints in cz.fidentis.analyst.gui.elements.landmarks
Methods in cz.fidentis.analyst.gui.elements.landmarks with parameters of type DrawableFeaturePointsModifier and TypeMethodDescriptionvoid
FpListInfoPanel.initComponents
(ActionListener action, DrawableFeaturePoints drFeaturePoints, boolean onlyStandardFp) Initializes the panel with the list of feature points and their colors.void
FpListWeightsPanel.initComponents
(ActionListener action, DrawableFeaturePoints drFeaturePoints, Set<Landmark> selectedFPs) Initiates the list of feature points.void
FpListInfoPanel.refreshPanel
(ActionListener action, DrawableFeaturePoints drFeaturePoints, List<Landmark> selectedFeaturePoints) Refreshes the panel. -
Uses of DrawableFeaturePoints in cz.fidentis.analyst.gui.task
Methods in cz.fidentis.analyst.gui.task that return DrawableFeaturePointsModifier and TypeMethodDescriptionprotected DrawableFeaturePoints
ControlPanelAction.getPrimaryFeaturePoints()
protected DrawableFeaturePoints
ControlPanelAction.getSecondaryFeaturePoints()
-
Uses of DrawableFeaturePoints in cz.fidentis.analyst.gui.task.distance
Constructors in cz.fidentis.analyst.gui.task.distance with parameters of type DrawableFeaturePointsModifierConstructorDescriptionDistancePanel
(ControlPanelAction<DistancePanel> action, DrawableFeaturePoints drFeaturePoints, Set<Landmark> selectedFPs) Constructor. -
Uses of DrawableFeaturePoints in cz.fidentis.analyst.gui.task.featurepoints
Constructors in cz.fidentis.analyst.gui.task.featurepoints with parameters of type DrawableFeaturePointsModifierConstructorDescriptionFeaturePointsPanel
(ActionListener action, DrawableFeaturePoints featurePoints) Creates new form FeaturePointsPanel -
Uses of DrawableFeaturePoints in cz.fidentis.analyst.rendering
Methods in cz.fidentis.analyst.rendering that return DrawableFeaturePointsModifier and TypeMethodDescriptionScene.getDrawableFeaturePoints
(int slot) Returns drawable feature points.