#include <Standard.hxx>#include <Standard_DefineHandle.hxx>#include <Standard_DefineException.hxx>#include <Standard_SStream.hxx>#include <Standard_DomainError.hxx>#include <Handle_Geom2d_UndefinedValue.hxx>Defines | |
| #define | Geom2d_UndefinedValue_Raise_if(CONDITION, MESSAGE) if (CONDITION) Geom2d_UndefinedValue::Raise(MESSAGE); |
| #define Geom2d_UndefinedValue_Raise_if | ( | CONDITION, | |||
| MESSAGE | ) | if (CONDITION) Geom2d_UndefinedValue::Raise(MESSAGE); |
1.6.3