PeriDyno 1.0.0
Loading...
Searching...
No Matches
DiscreteElementsToTriangleSet.h
Go to the documentation of this file.
1#pragma once
3
4#include "Topology/DiscreteElements.h"
5#include "Topology/TriangleSet.h"
6
7namespace dyno
8{
10 {
12 public:
14
15 protected:
16 bool apply() override;
17
18 public:
21
22 private:
25 };
26}
DEF_INSTANCE_OUT(TriangleSet, TriangleSet, "")
DEF_INSTANCE_IN(DiscreteElements, DiscreteElements, "")
DECLARE_CLASS(DiscreteElementsToTriangleSet)
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25