Public Member Functions | Protected Member Functions | Private Attributes | Friends
Leap::SceneInteraction Class Reference

#include <LeapScene.h>

List of all members.

Public Member Functions

void ClearInteraction (eInteractionType interactionType)
void ClearRotation ()
void ClearScale ()
void ClearSelectionChange ()
void ClearTranslation ()
const SceneObjectPtrGetObject () const
 scene object this interaction is associated with
Matrix GetRotation () const
float GetScale () const
Matrix GetTransform () const
Vector GetTranslation () const
bool HasAnyInteraction () const
bool HasInteraction (eInteractionType interactionType) const
bool HasRotation () const
bool HasScale () const
bool HasSelectionChange () const
 convenient predicates for represented interaction types
bool HasTranslation () const
bool IsSelected () const
 accessors to interaction values - validity depends on what types of interactions are in the flags.

Protected Member Functions

 SceneInteraction ()

Private Attributes

float m_fScale
Matrix m_mtxTransform
SceneObjectPtr m_pObject
uint32_t m_uiFlags

Friends

class Scene

Detailed Description

the details of a potential scene interaction. the potential interactions are queued up by the Scene each update and the API consumer can decide which ones to accept or filter out.

Definition at line 106 of file LeapScene.h.


Constructor & Destructor Documentation

Definition at line 111 of file LeapScene.h.


Member Function Documentation

void Leap::SceneInteraction::ClearInteraction ( eInteractionType  interactionType) [inline]

Definition at line 130 of file LeapScene.h.

Definition at line 126 of file LeapScene.h.

Definition at line 128 of file LeapScene.h.

Definition at line 125 of file LeapScene.h.

Definition at line 127 of file LeapScene.h.

scene object this interaction is associated with

Definition at line 152 of file LeapScene.h.

Definition at line 146 of file LeapScene.h.

float Leap::SceneInteraction::GetScale ( ) const [inline]

Definition at line 147 of file LeapScene.h.

Definition at line 149 of file LeapScene.h.

Definition at line 148 of file LeapScene.h.

Definition at line 135 of file LeapScene.h.

bool Leap::SceneInteraction::HasInteraction ( eInteractionType  interactionType) const [inline]

Definition at line 120 of file LeapScene.h.

bool Leap::SceneInteraction::HasRotation ( ) const [inline]

Definition at line 116 of file LeapScene.h.

bool Leap::SceneInteraction::HasScale ( ) const [inline]

Definition at line 118 of file LeapScene.h.

convenient predicates for represented interaction types

Definition at line 115 of file LeapScene.h.

bool Leap::SceneInteraction::HasTranslation ( ) const [inline]

Definition at line 117 of file LeapScene.h.

bool Leap::SceneInteraction::IsSelected ( ) const [inline]

accessors to interaction values - validity depends on what types of interactions are in the flags.

Definition at line 145 of file LeapScene.h.


Friends And Related Function Documentation

friend class Scene [friend]

Definition at line 108 of file LeapScene.h.


Member Data Documentation

Definition at line 157 of file LeapScene.h.

Definition at line 155 of file LeapScene.h.

Definition at line 156 of file LeapScene.h.

Definition at line 158 of file LeapScene.h.


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


leap_motion
Author(s): Florian Lier , Mirza Shah , Isaac IY Saito
autogenerated on Sat Jun 8 2019 18:47:25