ATLAS Offline Software
|
#include "VP1Utils/VP1LinAlgUtils.h"
#include "VP1Base/VP1Msg.h"
#include <Inventor/C/errors/debugerror.h>
#include <Inventor/nodes/SoTransform.h>
#include <math.h>
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)); }; |
#define BAD | ( | x | ) | { ok=false; if (!ctxStr.isEmpty()) VP1Msg::messageVerbose("VP1LinAlgUtils ("+ctxStr+") ERROR: "+QString(x)); }; |
Definition at line 182 of file VP1LinAlgUtils.cxx.