Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
DirectTracker Class Reference
Inheritance diagram for DirectTracker:
DirectObject

Public Member Functions

def __init__
 
def __repr__
 
def disable
 
def enable
 
def getName
 
def getNodePath
 
- Public Member Functions inherited from DirectObject
def __init__
 
def accept
 
def acceptOnce
 
def addTask
 
def detectLeaks
 
def doMethodLater
 
def getAllAccepting
 
def ignore
 
def ignoreAll
 
def isAccepting
 
def isIgnoring
 
def removeAllTasks
 
def removeTask
 

Public Attributes

 name
 
 nodePath
 

Static Public Attributes

int trackerCount = 0
 

Constructor & Destructor Documentation

def __init__ (   self,
  vrpnClient,
  device 
)

Member Function Documentation

def __repr__ (   self)
def disable (   self)
def enable (   self)
def getName (   self)
def getNodePath (   self)

Member Data Documentation

name
nodePath
int trackerCount = 0
static