PeriDyno 1.0.0
Loading...
Searching...
No Matches
Common.h
Go to the documentation of this file.
1#pragma once
2#include <QString>
3
4#include "FilePath.h"
5
6#if defined(PERIDYNO_QTGUI_EXPORTS)
7#define PERIDYNO_QTGUI_API Q_DECL_EXPORT
8#else
9#define PERIDYNO_QTGUI_API Q_DECL_IMPORT
10#endif
11
12namespace dyno {
13// inline QString qstr(const FilePath& p) {
14// return QString::fromStdString(p.string());
15// }
16}
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25