PeriDyno 1.0.0
Loading...
Searching...
No Matches
GeometryLoader.h
Go to the documentation of this file.
1#pragma once
2#include "Node.h"
3
4#include "FilePath.h"
6
7namespace dyno
8{
13 template<typename TDataType>
14 class GeometryLoader : public ParametricModel<TDataType>
15 {
16 public:
17 typedef typename TDataType::Real Real;
18 typedef typename TDataType::Coord Coord;
19
21
22 public:
23 DEF_VAR(FilePath, FileName, "", "");
24 };
25}
DEF_VAR(FilePath, FileName, "", "")
TDataType::Real Real
TDataType::Coord Coord
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25