AliceVision
Photogrammetric Computer Vision Framework
Public Member Functions | Public Attributes | List of all members
aliceVision::sfmData::RigSubPose Struct Reference

Public Member Functions

 RigSubPose (const geometry::Pose3 &pose=geometry::Pose3(), ERigSubPoseStatus status=ERigSubPoseStatus::UNINITIALIZED)
 RigSubPose constructor. More...
 
bool operator== (const RigSubPose &other) const
 operator == More...
 

Public Attributes

ERigSubPoseStatus status = ERigSubPoseStatus::UNINITIALIZED
 status of the sub-pose
 
geometry::Pose3 pose
 relative pose of the sub-pose
 

Constructor & Destructor Documentation

◆ RigSubPose()

aliceVision::sfmData::RigSubPose::RigSubPose ( const geometry::Pose3 pose = geometry::Pose3(),
ERigSubPoseStatus  status = ERigSubPoseStatus::UNINITIALIZED 
)
inline

RigSubPose constructor.

Parameters
poseThe relative pose of the sub-pose
statusThe status of the sub-pose

Member Function Documentation

◆ operator==()

bool aliceVision::sfmData::RigSubPose::operator== ( const RigSubPose other) const
inline

operator ==

Parameters
otherthe other RigSubPose
Returns
true if the current RigSubPose and the other are identical.

The documentation for this struct was generated from the following file: