VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
terrainReasoning
terrainReasonerTracer.h
Go to the documentation of this file.
1
#pragma once
2
#include <string>
3
using namespace
std;
4
#include "
vrfutil/localVectorIterator.h
"
5
#include <sstream>
6
7
#define TRACE(pname) tracer.record(#pname, pname)
8
18
19
class
DtTerrainReasonerTracer
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
};
DtTerrainReasonerTracer
This class is used by Terrain Reasoner for generating a JSON query string that documents a specific T...
Definition:
terrainReasonerTracer.h:19
localVectorIterator.h
DtTerrainReasonerTracer::mJson
stringstream mJson
Definition:
terrainReasonerTracer.h:29
DtLocalVertexList
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
)