![]() |
TAPs 0.7.7.3
|
#include <cstdarg>#include "../Core/TAPsStdLib.hpp"
Include dependency graph for TAPsDebug.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Debug |
| A static class containing debugging stuffs. More... | |
| class | LogMessage |
Defines | |
| #define | PrtNotImplementedYet(str) std::cout << str << " -- File(" << __FILE__ << ") Line(" << __LINE__ << ") is NOT implemented yet!\n"; |
| #define | PrtError(str) std::cout << "Error: " << str << << "!" << std::endl; |
| A macro for printing error message (without file name and line number) | |
| #define | PrtErrorWithFileNameAndLineNumber(str) std::cout << "Error: " << str << " -- File(" << __FILE__ << ") Line(" << __LINE__ << ")!" << std::endl; |
| A macro for printing error message including file name and line number. | |
| #define | PrtWarning(str) std::cout << "Warning: " << str << << "!" << std::endl; |
| A macro for printing warning message (without file name and line number) | |
| #define | PrtWarningWithFileNameAndLineNumber(str) std::cout << "Warning: " << str << " -- File(" << __FILE__ << ") Line(" << __LINE__ << ")!" << std::endl; |
| A macro for printing error message including file name and line number. | |
| #define PrtError | ( | str | ) | std::cout << "Error: " << str << << "!" << std::endl; |
A macro for printing error message (without file name and line number)
Definition at line 30 of file TAPsDebug.hpp.
| #define PrtErrorWithFileNameAndLineNumber | ( | str | ) | std::cout << "Error: " << str << " -- File(" << __FILE__ << ") Line(" << __LINE__ << ")!" << std::endl; |
A macro for printing error message including file name and line number.
Definition at line 32 of file TAPsDebug.hpp.
Referenced by AdvSimSupport_DS< T, DATA >::AddERBasedModel().
| #define PrtNotImplementedYet | ( | str | ) | std::cout << str << " -- File(" << __FILE__ << ") Line(" << __LINE__ << ") is NOT implemented yet!\n"; |
A macro for printing "NOT implented yet" for the passed string including the file and the line that this macro is called
Definition at line 27 of file TAPsDebug.hpp.
Referenced by ModelDefBasedOnFEMTet< T, DATA >::AddExtraVertexInLocalSpace(), ModelDefBasedOnFEMTet< T, DATA >::FindElementThatContainsPointInLocalSpace(), AdvSimSupport_DS< T, DATA >::ProcessPuncturingOfCurveFormedByIPGToHEModel(), AdvSimConstraint_ForModelSurgicalSutureWithHeadNeedle< T, DATA >::ProcessPuncturingOfHeadNeedleRepresentedByIPGWithFEMModel(), AdvSimConstraint_ForModelSurgicalSutureWithHeadNeedle< T, DATA >::ProcessPuncturingOfHeadNeedleUsingCirclePathWithFEMModel(), AdvSimConstraint_ForModelSurgicalSutureWithHeadNeedle< T, DATA >::ProcessPuncturingOfHeadNeedleUsingCirclePathWithFEMModel_MoreAccuButUnfinishYet(), AdvSimConstraint_ForModelSurgicalSutureWithHeadNeedle< T, DATA >::RecordAndLockThePuncturePath(), and AdvSimConstraint_ForModelSurgicalSutureWithHeadNeedle< T, DATA >::RecordAndLockThePuncturePath_MoreAccuButUnfinishYet().
| #define PrtWarning | ( | str | ) | std::cout << "Warning: " << str << << "!" << std::endl; |
A macro for printing warning message (without file name and line number)
Definition at line 35 of file TAPsDebug.hpp.
| #define PrtWarningWithFileNameAndLineNumber | ( | str | ) | std::cout << "Warning: " << str << " -- File(" << __FILE__ << ") Line(" << __LINE__ << ")!" << std::endl; |
A macro for printing error message including file name and line number.
Definition at line 37 of file TAPsDebug.hpp.
Referenced by PointMass< T >::GetAcceleration(), PointMass< T >::GetForce(), and PointMass< T >::GetVelocity().