Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Loading...
Searching...
No Matches
qMRMLUtils.h File Reference
#include <QString>
#include <QVector>
#include <QIcon>
#include <QPixmap>
#include "vtkIdList.h"
#include "qMRMLWidgetsExport.h"
Include dependency graph for qMRMLUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  qMRMLUtils
 

Macros

#define compare_double(x, y)
 

Macro Definition Documentation

◆ compare_double

#define compare_double ( x,
y )
Value:
(((x - y) < 0.000001) && ((x - y) > -0.000001))

Definition at line 42 of file qMRMLUtils.h.