Dockware Scan
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Dockware Scan
dockware-core
/
ai.dockware.core.scanning.poses
/
PoseManager
Pose
Manager
class
PoseManager
Members
Constructors
Pose
Manager
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
captured
Poses
Link copied to clipboard
val
capturedPoses
:
List
<
TimedPose
>
estimated
Progress
Link copied to clipboard
val
estimatedProgress
:
StateFlow
<
ProgressEstimate
>
frame
Poses
Link copied to clipboard
val
framePoses
:
List
<
TimedPose
>
Functions
add
Captured
Pose
Link copied to clipboard
fun
addCapturedPose
(
pose
:
Matrix4x4
)
:
Boolean
add
Frame
Pose
Link copied to clipboard
fun
addFramePose
(
pose
:
Matrix4x4
)
:
Boolean
export
Frame
Change
Poses
As
Csv
Link copied to clipboard
fun
exportFrameChangePosesAsCsv
(
filePath
:
Path
)
get
Arc
Visualization
Link copied to clipboard
fun
getArcVisualization
(
)
:
String
log
Arc
Visualization
Link copied to clipboard
fun
logArcVisualization
(
)
reset
Link copied to clipboard
fun
reset
(
)
update
Scanning
Progress
Estimate
Link copied to clipboard
fun
updateScanningProgressEstimate
(
)
:
ProgressEstimate