PeriDyno 0.9.2
Loading...
Searching...
No Matches
VolumeUnion.h
Go to the documentation of this file.
1#pragma once
2#include "Volume.h"
3
4namespace dyno {
5 template<typename TDataType>
6 class VolumeUnion : public Volume<TDataType>
7 {
9 public:
10 typedef typename TDataType::Real Real;
11 typedef typename TDataType::Coord Coord;
12
14 ~VolumeUnion() override;
15
16 //void updateVolume() override {};
17
18 public:
21 };
22}
#define DECLARE_TCLASS(name, T1)
Definition Object.h:87
TDataType::Coord Coord
Definition VolumeUnion.h:11
DEF_NODE_PORT(Volume< TDataType >, B, "")
DEF_NODE_PORT(Volume< TDataType >, A, "")
~VolumeUnion() override
TDataType::Real Real
Definition VolumeUnion.h:10
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:24