#include "itkQuadEdgeMeshBaseIterator.h"
#include "ITKQuadEdgeMeshExport.h"
#include "itkMacro.h"
Go to the source code of this file.
◆ itkQEAccessorsMacro
#define itkQEAccessorsMacro |
( |
| st, |
|
|
| pt, |
|
|
| dt ) |
Macro that defines overloaded members for the second order topological accessors.
- Parameters
-
st | Superclass type. |
pt | Primal edge type. |
dt | Dual edge type. |
- Todo
- Should this macro be added to doxygen macros?
Definition at line 56 of file itkQuadEdge.h.
◆ itkQEDebugMacro
#define itkQEDebugMacro |
( |
| x | ) |
|
Value: { \
std::ostringstream itkmsg; \
itkmsg << "" x; \
OutputWindowDisplayDebugText(__FILE__, __LINE__, "QuadEdge", this, itkmsg.str().c_str()); \
} \
ITK_MACROEND_NOOP_STATEMENT
Definition at line 30 of file itkQuadEdge.h.
◆ itkQEWarningMacro
#define itkQEWarningMacro |
( |
| x | ) |
|
Value: { \
std::ostringstream itkmsg; \
itkmsg << "" x; \
OutputWindowDisplayWarningText(__FILE__, __LINE__, "QuadEdge", this, itkmsg.str().c_str()); \
} \
ITK_MACROEND_NOOP_STATEMENT
Definition at line 37 of file itkQuadEdge.h.