Uses of Class
cz.fidentis.analyst.drawables.DrawableFeaturePoints
Packages that use DrawableFeaturePoints
Package
Description
Drawable objects of the scene.
Generic graphical elements.
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.gui.elements
Methods in cz.fidentis.analyst.gui.elements with parameters of type DrawableFeaturePointsModifier and TypeMethodDescriptionvoid
FpListWeightsPanel.initComponents
(ActionListener action, DrawableFeaturePoints drFeaturePoints, Set<Landmark> selectedFPs) Initiates the list of feature points. -
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
Methods in cz.fidentis.analyst.gui.task.featurepoints with parameters of type DrawableFeaturePointsModifier and TypeMethodDescriptionprotected void
FeaturePointListPanel.addRow
(int row, ActionListener action, DrawableFeaturePoints featurePoints) void
FeaturePointListPanel.initComponents
(ActionListener action, DrawableFeaturePoints featurePoints) Constructor.final void
FeaturePointsPanel.loadAvailableFps
(DrawableFeaturePoints fps) Updates the list of not currently used STANDARD feature pointsvoid
FeaturePointListPanel.refreshPanel
(ActionListener action, DrawableFeaturePoints featurePoints, List<Landmark> selectedFeaturePoints) Refreshes the panelConstructors 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.