VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtLosTrackAcquirer.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
14 
15 namespace makVrv
16 {
17  class DtDe;
18  class DtObserver;
19 
30  {
31  public:
33  DtLosTrackAcquirer( DtDe& de, DtObserver& observer, DtChannel& channel );
34 
36  virtual ~DtLosTrackAcquirer();
37 
40  virtual bool initiateTrack();
41 
48  virtual DtElementID acquireTarget();
49  private:
52 
54  DtLosTrackAcquirer& operator=( const DtLosTrackAcquirer& );
55  };
56 
61 }
DtTrackAcquirerCreatorTemplate< DtLosTrackAcquirer > DtLosTrackAcquirerCreator
Creator that will be registered with the DtTrackObjectFactory() to create this class.
Definition: DtLosTrackAcquirer.h:60
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:23
The abstract Channel Class.
Definition: DtChannel.h:30
A facade for a DtObserverObject.
Definition: DtObserver.h:37
Contains makVrv::DtVirtualBaseClass class.
Base class for objects that identify entities that can be tracked on screen or in the scene...
Definition: DtTrackAcquirer.h:41
Definition: DtTrackAcquirer.h:137
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Contains makVrv::DtTrackAcquirer.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Line of sight track acquirer.
Definition: DtLosTrackAcquirer.h:29

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)