Itasca C++ Interface
Loading...
Searching...
No Matches
ipfcmodule.h
Go to the documentation of this file.
1#pragma once
8#include "base/src/farray.h"
9#include "shared/interface/signal.h"
10
11namespace itasca {
12}
13
14namespace itascaxd {
15}
16
18namespace pfc {
19 using namespace itasca;
20 using namespace itascaxd;
21
24
26 class IPFCModule {
27 public:
28
29 using prop_signal = shared::Signal<const QString &,const QVariant &>;
30
31 };
33
34} // namespace pfc
35// EoF
Interface for the PFC module.
Definition ipfcmodule.h:26
An array class that attempts to minimize unnecessary heap access.
namespace Itasca
Definition basememory.cpp:10
Itasca Library standard namespace, specific to 2D or 3D.
Definition icontactmodule.h:4
PFC namespace.
Definition iballfluid.h:15