PeriDyno 1.0.0
Loading...
Searching...
No Matches
Divide.cpp
Go to the documentation of this file.
1#include "Divide.h"
2
3namespace dyno
4{
6
7 template<typename TDataType>
9 {
10 this->outO()->setValue(this->inA()->getValue() / this->inB()->getValue());
11 }
12
13 template class DivideRealAndReal<DataType3f>;
14 template class DivideRealAndReal<DataType3d>;
15}
#define IMPLEMENT_TCLASS(name, T1)
Definition Object.h:103
void compute() override
Definition Divide.cpp:8
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25