VR-Forces Developer's Guide
 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:35
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. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
Line of sight track acquirer. This class can find entities within the planes specified by an acquisti...
Definition: DtLosTrackAcquirer.h:29

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)