#include <Standard.hxx>#include <Standard_DefineHandle.hxx>#include <Standard_DefineException.hxx>#include <Standard_SStream.hxx>#include <Standard_OutOfRange.hxx>#include <Handle_Viewer_BadValue.hxx>Defines | |
| #define | Viewer_BadValue_Raise_if(CONDITION, MESSAGE) if (CONDITION) Viewer_BadValue::Raise(MESSAGE); |
| #define Viewer_BadValue_Raise_if | ( | CONDITION, | |||
| MESSAGE | ) | if (CONDITION) Viewer_BadValue::Raise(MESSAGE); |
1.6.3