using namespace HDK_Sample;
int *ROP_Dumper::ifdIndirect = 0;
static PRM_Name theFileName(
"file",
"Save to file");
getTemplates()
{
if (theTemplate)
return theTemplate;
return theTemplate;
}
{
if (!ropPair)
{
}
return ropPair;
}
{
if (!pair)
return pair;
}
{
}
{
if (!ifdIndirect)
ifdIndirect = allocIndirect(16);
}
ROP_Dumper::~ROP_Dumper()
{
}
int
{
myEndTime = tend;
return 1;
}
static void
printNode(std::ostream &os,
OP_Node *node,
int indent)
{
printNode(os, node->
getChild(i), indent+2);
}
{
os.close();
}
{
}
void
{
"Dump Tree",
0,
0,
}