VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
terrainReasonerTracer.h
Go to the documentation of this file.
1 #pragma once
2 #include <string>
3 using namespace std;
5 #include <sstream>
6 
7 #define TRACE(pname) tracer.record(#pname, pname)
8 
16 
18 {
19 public:
20  DtTerrainReasonerTracer(string functionName);
21  void record(string name, const DtLocalVertexList& param);
22  void record(string name, unsigned int param);
23  void record(string name, double param);
24  void record(string name, const DtVector& param);
25  string toString();
26 private:
27  stringstream mJson;
28 };
This class is used by Terrain Reasoner for generating a JSON query string that documents a specific T...
Definition: terrainReasonerTracer.h:17
stringstream mJson
Definition: terrainReasonerTracer.h:27
class DtLocalVertexList:
Definition: localVertexList.h:20

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)