ATLAS Offline Software
Classes | Macros
VP1LinAlgUtils.cxx File Reference
#include "VP1Utils/VP1LinAlgUtils.h"
#include "VP1Base/VP1Msg.h"
#include <Inventor/C/errors/debugerror.h>
#include <Inventor/nodes/SoTransform.h>
#include <math.h>
Include dependency graph for VP1LinAlgUtils.cxx:

Go to the source code of this file.

Classes

class  VP1LinAlgUtils::Imp
 

Macros

#define BAD(x)   { ok=false; if (!ctxStr.isEmpty()) VP1Msg::messageVerbose("VP1LinAlgUtils ("+ctxStr+") ERROR: "+QString(x)); };
 

Macro Definition Documentation

◆ BAD

#define BAD (   x)    { ok=false; if (!ctxStr.isEmpty()) VP1Msg::messageVerbose("VP1LinAlgUtils ("+ctxStr+") ERROR: "+QString(x)); };

Definition at line 182 of file VP1LinAlgUtils.cxx.