Newer
Older
/* Tracer_Plus.h
Mark Woolrich, FMRIB Image Analysis Group
Copyright (C) 1999-2000 University of Oxford */
/* CCOPYRIGHT */
#if !defined(Tracer_Plus_h)
#define Tracer_Plus_h
#include <iostream>
#include <fstream>
#include <string>
#include <time.h>
#include <set>
#include "newmatap.h"
#include "newmatio.h"
#include "time_tracer.h"
using namespace NEWMAT;
namespace Utilities {
// Newmat version:
class Tracer_Plus : public Tracer, public Time_Tracer
{
public:
Tracer_Plus(const char* str) :
Tracer(const_cast<char*>(str)),
Time_Tracer(str)
{
}