Panda3D
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
SelectionQueue Class Reference
Inheritance diagram for SelectionQueue:
CollisionHandlerQueue CollisionHandler TypedReferenceCount TypedObject ReferenceCount SelectionRay SelectionSegment SelectionSphere

Public Member Functions

 __init__ (self, parentNP=None)
 
 addCollider (self, collider)
 
 addUnpickable (self, item)
 
 collideWithBitMask (self, bitMask)
 
 collideWithGeom (self)
 
 collideWithWidget (self)
 
 findCollisionEntry (self, skipFlags=SKIP_NONE, startIndex=0)
 
 findNextCollisionEntry (self, skipFlags=SKIP_NONE)
 
 getCurrentEntry (self)
 
 isEntryBackfacing (self, entry)
 
 removeUnpickable (self, item)
 
 setCurrentEntry (self, entry)
 
 setCurrentIndex (self, index)
 
 setParentNP (self, parentNP)
 
- Public Member Functions inherited from CollisionHandlerQueue
 __init__ ()
 
 __init__ (const CollisionHandlerQueue)
 
object __reduce__ ()
 
 clearEntries ()
 Removes all the entries from the queue.
 
list getEntries ()
 
CollisionEntry getEntry (int n)
 Returns the nth CollisionEntry detected last pass.
 
int getNumEntries ()
 Returns the number of CollisionEntries detected last pass.
 
 output (Ostream out)
 
 sortEntries ()
 Sorts all the detected collisions front-to-back by from_intersection_point() so that those intersection points closest to the collider's origin (e.g., the center of the CollisionSphere, or the point_a of a CollisionSegment) appear first.
 
 write (Ostream out, int indent_level)
 
- Public Member Functions inherited from CollisionHandler
 __init__ (const CollisionHandler)
 
- Public Member Functions inherited from TypedObject
TypeHandle getType ()
 
int getTypeIndex ()
 Returns the internal index number associated with this object's TypeHandle, a unique number for each different type.
 
bool isExactType (TypeHandle handle)
 Returns true if the current object is the indicated type exactly.
 
bool isOfType (TypeHandle handle)
 Returns true if the current object is or derives from the indicated type.
 
- Public Member Functions inherited from ReferenceCount
int getRefCount ()
 Returns the current reference count.
 
 ref ()
 Explicitly increments the reference count.
 
bool testRefCountIntegrity ()
 Does some easy checks to make sure that the reference count isn't completely bogus.
 
bool testRefCountNonzero ()
 Does some easy checks to make sure that the reference count isn't zero, or completely bogus.
 
bool unref ()
 Explicitly decrements the reference count.
 

Public Attributes

 collider
 
 collisionNode
 
 collisionNodePath
 
 ct
 
 entry
 
 index
 
 skipFlags
 
 unpickable
 
- Public Attributes inherited from CollisionHandlerQueue
CollisionEntry entries []
 Returns the nth CollisionEntry detected last pass.
 
- Public Attributes inherited from TypedObject
TypeHandle type
 Returns the TypeHandle representing this object's type.
 
- Public Attributes inherited from ReferenceCount
int ref_count
 The current reference count.
 

Additional Inherited Members

- Static Public Member Functions inherited from CollisionHandlerQueue
static TypeHandle getClassType ()
 
- Static Public Member Functions inherited from CollisionHandler
static TypeHandle getClassType ()
 
- Static Public Member Functions inherited from TypedReferenceCount
static TypeHandle getClassType ()
 
- Static Public Member Functions inherited from TypedObject
static TypeHandle getClassType ()
 
- Static Public Member Functions inherited from ReferenceCount
static TypeHandle getClassType ()
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
parentNP = None )

Member Function Documentation

◆ addCollider()

addCollider ( self,
collider )

Reimplemented in SelectionSegment, and SelectionSphere.

◆ addUnpickable()

addUnpickable ( self,
item )

◆ collideWithBitMask()

collideWithBitMask ( self,
bitMask )

◆ collideWithGeom()

collideWithGeom ( self)

◆ collideWithWidget()

collideWithWidget ( self)

◆ findCollisionEntry()

findCollisionEntry ( self,
skipFlags = SKIP_NONE,
startIndex = 0 )

◆ findNextCollisionEntry()

findNextCollisionEntry ( self,
skipFlags = SKIP_NONE )

◆ getCurrentEntry()

getCurrentEntry ( self)

◆ isEntryBackfacing()

isEntryBackfacing ( self,
entry )

Reimplemented in SelectionSphere.

◆ removeUnpickable()

removeUnpickable ( self,
item )

◆ setCurrentEntry()

setCurrentEntry ( self,
entry )

◆ setCurrentIndex()

setCurrentIndex ( self,
index )

◆ setParentNP()

setParentNP ( self,
parentNP )

Member Data Documentation

◆ collider

collider

◆ collisionNode

collisionNode

◆ collisionNodePath

collisionNodePath

◆ ct

ct

◆ entry

entry

◆ index

index

◆ skipFlags

skipFlags

◆ unpickable

unpickable