VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
accuracyStats.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 //\file accuracyStats.h
7 //\brief Contains DtHitStats and DtMissStats classes.
9 //\ingroup addAttrGui
10 
11 #pragma once
12 
15 
16 
19 {
20 public:
23  {
24  }
25 
28  {
29  }
30 
31  virtual ~DtHitStats();
32 
33  static std::string creatorName();
34 
35 protected:
39 
42 
43 };
44 
47 
50 {
51 public:
54  {
55  }
56 
59  {
60  }
61 
62  virtual ~DtMissStats();
63 
64  static std::string creatorName();
65 
66 protected:
70 
73 
74 };
75 

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)