PeriDyno 1.0.0
Loading...
Searching...
No Matches
PRealViewerWidget.h
Go to the documentation of this file.
1#pragma once
2#include "PDataViewerWidget.h"
3
4namespace dyno
5{
7 {
8 Q_OBJECT
9
10 public:
11
12 PRealViewerWidget(FBase* field,QWidget* pParent = NULL);
13
14 public slots:
15
16 void updateDataTable()override;
17
18 void buildArrayDataTable(int first, int last)override;
19
20 void buildArrayListDataTable(int first, int last)override ;
21
22 void buildVarDataTable()override;
23
24
25 protected:
27
28
29
30 };
31
32
33
34}
PDataViewerWidget(FBase *field, QWidget *pParent=NULL)
void buildArrayListDataTable(int first, int last) override
void buildArrayDataTable(int first, int last) override
PRealViewerWidget(FBase *field, QWidget *pParent=NULL)
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25