Uses of Interface
cz.fidentis.analyst.data.face.FaceReference
Packages that use FaceReference
Package
Description
Complete human face model.
Generic graphical elements.
FIDENTIS project.
A control panel for filtering faces in the project.
Table with the list of models and corresponding interactions.
Control panels and other GUI elements of a task.
Control panel for batch processing.
The management of FIDENTIS projects and analytical tasks.
-
Uses of FaceReference in cz.fidentis.analyst.data.face
Methods in cz.fidentis.analyst.data.face that return FaceReferenceModifier and TypeMethodDescriptionFaceService.createCopyOfFace
(FaceReference reference) FaceService.createCopyOfFaceWithTaskId
(FaceReference reference, Long taskId) FaceService.createFaceFromMeshModel
(MeshModel meshModel, File file, boolean isAverageFace, Long taskId, Long projectId) Creates face from mesh model.FaceService.getFaceReferenceById
(Long id) Returns face reference based on given idLoads face from file.Methods in cz.fidentis.analyst.data.face that return types with arguments of type FaceReferenceModifier and TypeMethodDescriptionFaceService.getAllFacesByProjectId
(long projectId) FaceService.getAllFacesByTaskId
(long taskId) Methods in cz.fidentis.analyst.data.face with parameters of type FaceReferenceModifier and TypeMethodDescriptionFaceService.createCopyOfFace
(FaceReference reference) FaceService.createCopyOfFaceWithTaskId
(FaceReference reference, Long taskId) FaceService.getFaceByReference
(FaceReference reference) Returns face based on given referenceboolean
FaceService.removeFace
(FaceReference faceReference) -
Uses of FaceReference in cz.fidentis.analyst.data.face.impl
Classes in cz.fidentis.analyst.data.face.impl that implement FaceReferenceMethods in cz.fidentis.analyst.data.face.impl that return FaceReferenceModifier and TypeMethodDescriptionFaceServiceImpl.createCopyOfFace
(FaceReference reference) FaceServiceImpl.createCopyOfFaceWithTaskId
(FaceReference reference, Long taskId) FaceServiceImpl.createFaceFromMeshModel
(MeshModel meshModel, File file, boolean isAverageFace, Long taskId, Long projectId) FaceServiceImpl.getFaceReferenceById
(Long id) Methods in cz.fidentis.analyst.data.face.impl that return types with arguments of type FaceReferenceModifier and TypeMethodDescriptionFaceServiceImpl.getAllFacesByProjectId
(long projectId) FaceServiceImpl.getAllFacesByTaskId
(long taskId) Methods in cz.fidentis.analyst.data.face.impl with parameters of type FaceReferenceModifier and TypeMethodDescriptionFaceServiceImpl.createCopyOfFace
(FaceReference reference) FaceServiceImpl.createCopyOfFaceWithTaskId
(FaceReference reference, Long taskId) FaceServiceImpl.getFaceByReference
(FaceReference reference) boolean
FaceServiceImpl.removeFace
(FaceReference faceReference) -
Uses of FaceReference in cz.fidentis.analyst.gui.elements
Methods in cz.fidentis.analyst.gui.elements with parameters of type FaceReferenceModifier and TypeMethodDescriptionvoid
FaceInfoPanel.showFaceState
(FaceReference reference, boolean shouldShowGeometryInfo) Show face info -
Uses of FaceReference in cz.fidentis.analyst.gui.project
Methods in cz.fidentis.analyst.gui.project that return types with arguments of type FaceReferenceModifier and TypeMethodDescriptionAddFacesWorker.getResult()
protected List
<FaceReference> ProjectPanel.getSelectedFaces()
Methods in cz.fidentis.analyst.gui.project with parameters of type FaceReferenceModifier and TypeMethodDescriptionprotected void
ProjectPanel.addFaceToTable
(FaceReference faceReference) Adds a single face into the project's table.Constructor parameters in cz.fidentis.analyst.gui.project with type arguments of type FaceReferenceModifierConstructorDescriptionOpenTasksWorker
(List<FaceReference> faces, ProgressDialog progressDialog, Consumer<Task> consumer) Constructor. -
Uses of FaceReference in cz.fidentis.analyst.gui.project.filter
Methods in cz.fidentis.analyst.gui.project.filter with parameters of type FaceReferenceModifier and TypeMethodDescriptionboolean
ProjectFilteringAction.fitsFeaturePointsFilter
(FaceReference faceReference) Checks whether face should be filtered based on feature points filter options -
Uses of FaceReference in cz.fidentis.analyst.gui.project.table
Methods in cz.fidentis.analyst.gui.project.table that return FaceReferenceMethods in cz.fidentis.analyst.gui.project.table with parameters of type FaceReferenceModifier and TypeMethodDescriptionvoid
ProjectTable.addRow
(FaceReference faceReference, ActionListener taskSelected) Adds new row to the table. -
Uses of FaceReference in cz.fidentis.analyst.gui.task
Methods in cz.fidentis.analyst.gui.task with parameters of type FaceReferenceModifier and TypeMethodDescriptionboolean
TaskWindow.hasFace
(FaceReference face) Checks whether this tab contains a face with given name -
Uses of FaceReference in cz.fidentis.analyst.gui.task.batch
Methods in cz.fidentis.analyst.gui.task.batch that return FaceReferenceModifier and TypeMethodDescriptionstatic FaceReference
SelectBoxService.getSelectedFace
(Task task, JComboBox<String> cbox) Returns the face selected in a menu.Methods in cz.fidentis.analyst.gui.task.batch with parameters of type FaceReferenceModifier and TypeMethodDescriptionstatic void
SelectBoxService.syncSelectionMenu
(Task task, FaceReference avgFace, boolean selectNewAvgFace, JComboBox<String> cbox) Fill the menu (combo box) with names of faces, including the average face, if provided as input parameter. -
Uses of FaceReference in cz.fidentis.analyst.gui.task.batch.registration
Methods in cz.fidentis.analyst.gui.task.batch.registration with parameters of type FaceReferenceModifier and TypeMethodDescriptionvoid
BatchRegistrationPanel.addAndSelectAvgFace
(FaceReference face) The average face is added, replaced, or removed (ifnull
) and the action event is automatically triggered by the jBomboBox1 with the first item set as selected. -
Uses of FaceReference in cz.fidentis.analyst.gui.task.batch.symmetry
Methods in cz.fidentis.analyst.gui.task.batch.symmetry with parameters of type FaceReferenceModifier and TypeMethodDescriptionvoid
BatchCuttingPlanesPanel.addAndSelectAvgFace
(FaceReference face) The average face is added, replaced, or removed (ifnull
) and the action event is automatically triggered by the jBomboBox1 with the first item set as selected. -
Uses of FaceReference in cz.fidentis.analyst.project
Methods in cz.fidentis.analyst.project that return FaceReferenceModifier and TypeMethodDescriptionTask.getAverageFace()
Return reference to average faceTaskService.getAvgFace
(Task task) Returns the average human face ornull
TaskService.getPrimaryFace
(Task task) Returns primary faceTaskService.getSecondaryFace
(Task task) Returns secondary faceMethods in cz.fidentis.analyst.project that return types with arguments of type FaceReferenceMethods in cz.fidentis.analyst.project with parameters of type FaceReferenceModifier and TypeMethodDescriptionvoid
TaskService.replaceAverageFace
(Task task, FaceReference faceReference) Replaces the average faceMethod parameters in cz.fidentis.analyst.project with type arguments of type FaceReferenceModifier and TypeMethodDescriptionTaskService.createTask
(List<FaceReference> references) Creates a task -
Uses of FaceReference in cz.fidentis.analyst.project.impl
Methods in cz.fidentis.analyst.project.impl that return FaceReferenceModifier and TypeMethodDescriptionTaskImpl.getAverageFace()
TaskServiceImpl.getAvgFace
(Task task) TaskServiceImpl.getPrimaryFace
(Task task) TaskServiceImpl.getSecondaryFace
(Task task) Methods in cz.fidentis.analyst.project.impl that return types with arguments of type FaceReferenceMethods in cz.fidentis.analyst.project.impl with parameters of type FaceReferenceModifier and TypeMethodDescriptionvoid
TaskServiceImpl.replaceAverageFace
(Task task, FaceReference faceReference) Method parameters in cz.fidentis.analyst.project.impl with type arguments of type FaceReferenceModifier and TypeMethodDescriptionTaskServiceImpl.createTask
(List<FaceReference> references) void
ProjectJsonStructure.setFaceReferences
(List<FaceReference> faceReferences) Constructor parameters in cz.fidentis.analyst.project.impl with type arguments of type FaceReference