PST SDK  5.2.0.0-0eac0f6
pstech.pstsdk.target.Target Class Reference

Tracking target information. More...

+ Inheritance diagram for pstech.pstsdk.target.Target:

Public Member Functions

def __init__ (self, c_target)
 
def __eq__ (self, other)
 

Public Attributes

 name
 
 uuid
 
 id
 

Detailed Description

Tracking target information.

This class contains basic information about tracking targets known to the PST Tracker. In order to be accessible, these targets have to be trained or imported using the PST-Client software. The targets are stored in the model database.

Constructor & Destructor Documentation

◆ __init__()

def pstech.pstsdk.target.Target.__init__ (   self,
  c_target 
)

Reimplemented in pstech.pstsdk.target.TargetStatus, and pstech.pstsdk.target.TargetPose.

+ Here is the caller graph for this function:

Member Function Documentation

◆ __eq__()

def pstech.pstsdk.target.Target.__eq__ (   self,
  other 
)

Reimplemented in pstech.pstsdk.target.TargetStatus, and pstech.pstsdk.target.TargetPose.

+ Here is the call graph for this function:

Member Data Documentation

◆ id

pstech.pstsdk.target.Target.id

User provided tracking id assigned to the tacking target as listed in the PST-Client software

◆ name

pstech.pstsdk.target.Target.name

User given name of the tracking target as listed in the PST-Client software

◆ uuid

pstech.pstsdk.target.Target.uuid

Unique identifier, automatically assigned to the tracking target


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