NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Classes | Namespaces | Macros
itkUCLMacro.h File Reference
Include dependency graph for itkUCLMacro.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  niftk::KeepTextOutputInShell
 

Namespaces

 niftk
 

Macros

#define niftkitkDebugMacro(x)   itkDebugMacro(x)
 
#define niftkitkWarningMacro(x)   itkWarningMacro(x)
 
#define niftkitkExceptionMacro(x)   itkExceptionMacro(x)
 
#define niftkitkInfoMacro(x)
 
#define niftkitkErrorMacro(x)
 

Macro Definition Documentation

#define niftkitkDebugMacro (   x)    itkDebugMacro(x)
#define niftkitkErrorMacro (   x)
Value:
{ \
if ( ::itk::Object::GetGlobalWarningDisplay() ) \
{ \
std::ostringstream itkmsg; \
itkmsg << "Error: In " __FILE__ ", line " << __LINE__ << "\n" \
<< this->GetNameOfClass() << " (" << this << "): " x \
<< "\n\n"; \
::itk::OutputWindowDisplayText( itkmsg.str().c_str() ); \
} \
}
GLint GLint GLint GLint GLint x
Definition: glew.h:1236
#define niftkitkExceptionMacro (   x)    itkExceptionMacro(x)
#define niftkitkInfoMacro (   x)
Value:
{ \
if ( ::itk::Object::GetGlobalWarningDisplay() ) \
{ \
std::ostringstream itkmsg; \
itkmsg << "Info: In " __FILE__ ", line " << __LINE__ << "\n" \
<< this->GetNameOfClass() << " (" << this << "): " x \
<< "\n\n"; \
::itk::OutputWindowDisplayText( itkmsg.str().c_str() ); \
} \
} \
GLint GLint GLint GLint GLint x
Definition: glew.h:1236
#define niftkitkWarningMacro (   x)    itkWarningMacro(x)