Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Classes | Macros
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)   (((x-y)<0.000001) && ((x-y)>-0.000001))
 

Macro Definition Documentation

◆ compare_double

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

Definition at line 42 of file qMRMLUtils.h.