FBObjectPoseOptions Class Reference
 
 
 
FBObjectPoseOptions Class Reference

#include <mobu-python-api.h>


Class Description

FBObjectPoseOptions class. This class exposes the object used to store the options for operations on object poses.

Public Member Functions

def  __reduce__ ()
def  __init__ ()
def  ClearFlag ()
def  GetFlag ()
def  SetFlag ()

Public Attributes

FBPoseTransformType  mPoseTransformType
FBMatrix  mReferenceGRM
FBMatrix  mReferenceGSM
FBVector4  mReferenceGT

Member Function Documentation

def __reduce__ ( )
def __init__ ( )

Python Docstring:

__init__( (object)arg1) -> None 

C++ Signature:

 FBObjectPoseOptions() 

Constructor.

def ClearFlag ( )

Python Docstring:

ClearFlag( (FBObjectPoseOptions)arg1) -> None 

C++ Signature:

void ClearFlag() 

Clear all flags.

def GetFlag ( )

Python Docstring:

GetFlag( (FBObjectPoseOptions)arg1, (FBObjectPoseOptionsFlag)arg2) -> bool 

C++ Signature:

bool GetFlag(FBObjectPoseOptionsFlag pFlag) 

Get a flag value.

Parameters:
pFlag Flag to get.
Returns:
Value of the flag.
def SetFlag ( )

Python Docstring:

SetFlag( (FBObjectPoseOptions)arg1, (FBObjectPoseOptionsFlag)arg2, (object)arg3) -> None 

C++ Signature:

void SetFlag(FBObjectPoseOptionsFlag pFlag, bool pValue) 

Set a flag value.

Parameters:
pFlag Flag to set.
pValue Value to set.

Member Data Documentation

Global rotation matrix of reference object.

FBVector4 mReferenceGT

Global translation vector of reference object.