FBObjectPoseOptions Class Reference
 
 
 
FBObjectPoseOptions Class Reference

#include <fbobjectpose.h>


Class Description

FBObjectPoseOptions class.

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

Definition at line 98 of file fbobjectpose.h.

Public Member Functions

  FBObjectPoseOptions ()
  Constructor.
void  SetFlag (FBObjectPoseOptionsFlag pFlag, bool pValue)
  Set a flag value.
bool  GetFlag (FBObjectPoseOptionsFlag pFlag)
  Get a flag value.
void  ClearFlag ()
  Clear all flags.

Public Attributes

FBPoseTransformType  mPoseTransformType
  Transform type (Local, Global or LocalRef).
FBTVector  mReferenceGT
  Global translation vector of reference object.
FBMatrix  mReferenceGRM
  Global rotation matrix of reference object.
FBMatrix  mReferenceGSM
  Global scaling matrix of reference object.

Constructor & Destructor Documentation

FBObjectPoseOptions::FBObjectPoseOptions ( )

Constructor.


Member Function Documentation

void FBObjectPoseOptions::SetFlag ( FBObjectPoseOptionsFlag  pFlag,
bool  pValue 
)

Set a flag value.

Parameters:
pFlag Flag to set.
pValue Value to set.
bool FBObjectPoseOptions::GetFlag ( FBObjectPoseOptionsFlag  pFlag )

Get a flag value.

Parameters:
pFlag Flag to get.
Returns:
Value of the flag.
void FBObjectPoseOptions::ClearFlag ( )

Clear all flags.


Member Data Documentation

Transform type (Local, Global or LocalRef).

Definition at line 103 of file fbobjectpose.h.

Global translation vector of reference object.

Definition at line 106 of file fbobjectpose.h.

Global rotation matrix of reference object.

Definition at line 109 of file fbobjectpose.h.

Global scaling matrix of reference object.

Definition at line 112 of file fbobjectpose.h.


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