Computer Assisted Medical Intervention Tool Kit  version 6.0
Loading...
Searching...
No Matches
TargetList.cpp File Reference
#include "TargetList.h"
#include <sstream>

Macros

#define isDigit(c)

Macro Definition Documentation

◆ isDigit

#define isDigit ( c)
Value:
((c)>='0' && (c)<='9')

Referenced by TargetList::add(), and QtPropertyFieldEditor::valueChangedInPropertyField().