PeriDyno 1.0.0
Loading...
Searching...
No Matches
QuadSetToTriangleSet.h
Go to the documentation of this file.
1#pragma once
3
4#include "Topology/QuadSet.h"
5#include "Topology/TriangleSet.h"
6
7namespace dyno
8{
9 template<typename TDataType>
11 {
13 public:
14 typedef typename TDataType::Real Real;
15 typedef typename TDataType::Coord Coord;
16
18
19 public:
21
23
24 protected:
25 bool apply() override;
26 };
27}
#define DECLARE_TCLASS(name, T1)
Definition Object.h:87
DEF_INSTANCE_OUT(TriangleSet< TDataType >, TriangleSet, "")
DEF_INSTANCE_IN(QuadSet< TDataType >, QuadSet, "")
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25