Uses of Class
cz.fidentis.analyst.gui.elements.ProgressDialog
Packages that use ProgressDialog
Package
Description
FIDENTIS project.
-
Uses of ProgressDialog in cz.fidentis.analyst.gui.project
Constructors in cz.fidentis.analyst.gui.project with parameters of type ProgressDialogModifierConstructorDescriptionOpenTasksWorker
(List<File> faces, ProgressDialog progressDialog, Consumer<FacesProxy> consumer) Constructor.RecoverTasksWorker
(Project project, ProgressDialog<Boolean, Integer> progressDialog, BiConsumer<Camera, FacesProxy> consumer) Constructor.SaveTasksWorker
(Project project, List<TaskWindow> taskTabs, ProgressDialog progressDialog) Constructor. -
Uses of ProgressDialog in cz.fidentis.analyst.gui.task.batch.distance
Methods in cz.fidentis.analyst.gui.task.batch.distance that return ProgressDialogConstructors in cz.fidentis.analyst.gui.task.batch.distance with parameters of type ProgressDialogModifierConstructorDescriptionprotected
BatchDistanceTask
(ProgressDialog<Void, Integer> progressDialog, BatchDistancePanel controlPanel) Constructor.NearestNeighborsDistanceTask
(ProgressDialog<Void, Integer> progressDialog, BatchDistancePanel controlPanel, NearestNeighborsDistanceTask.DistMeasurement distMeasurement) Constructor.PairwiseDistanceTask
(ProgressDialog<Void, Integer> progressDialog, BatchDistancePanel controlPanel, boolean crop) Constructor.RayCastingDistanceTask
(ProgressDialog<Void, Integer> progressDialog, BatchDistancePanel controlPanel, com.jogamp.opengl.GLContext context) Constructor. -
Uses of ProgressDialog in cz.fidentis.analyst.gui.task.batch.registration
Constructors in cz.fidentis.analyst.gui.task.batch.registration with parameters of type ProgressDialogModifierConstructorDescriptionBatchRegistrationTask
(ProgressDialog<MeshModel, HumanFace> progressDialog, BatchRegistrationPanel controlPanel, Canvas canvas) Constructor.