PeriDyno 1.0.0
Loading...
Searching...
No Matches
ConstraintModule.h
Go to the documentation of this file.
1#pragma once
2#include "Module.h"
3
4namespace dyno
5{
6 class FBase;
7
8 class ConstraintModule : public Module
9 {
10 public:
12 ~ConstraintModule() override;
13
14 virtual void constrain() = 0;
15
16 std::string getModuleType() override { return "ConstraintModule"; }
17
18 protected:
19 void updateImpl() override;
20 };
21}
std::string getModuleType() override
virtual void constrain()=0
Module(std::string name="default")
Definition Module.cpp:7
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25