PeriDyno 1.0.0
Loading...
Searching...
No Matches
PConsoleWidget.h
Go to the documentation of this file.
1#ifndef QCONSOLEWIDGET_H
2#define QCONSOLEWIDGET_H
3
4#include <QWidget>
5
6namespace dyno
7{
8
9 class PConsoleWidget : public QWidget
10 {
11 Q_OBJECT
12 public:
13 explicit PConsoleWidget(QWidget *parent = nullptr);
14
15 signals:
16
17 public slots:
18 };
19
20}
21
22#endif // QCONSOLEWIDGET_H
PConsoleWidget(QWidget *parent=nullptr)
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25