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 
18 
20 {
21 public:
22  DtTerrainReasonerTracer(string functionName);
23  void record(string name, const DtLocalVertexList& param);
24  void record(string name, unsigned int param);
25  void record(string name, double param);
26  void record(string name, const DtVector& param);
27  string toString();
28 private:
29  stringstream mJson;
30 };
This class is used by Terrain Reasoner for generating a JSON query string that documents a specific T...
Definition: terrainReasonerTracer.h:19
stringstream mJson
Definition: terrainReasonerTracer.h:29
class DtLocalVertexList:
Definition: localVertexList.h:20

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)