PeriDyno 0.9.2
Loading...
Searching...
No Matches
SurfaceMeshLoader.h
Go to the documentation of this file.
1#pragma once
2#include "GeometryLoader.h"
3
4//Output
5#include "Topology/TriangleSet.h"
6
7namespace dyno
8{
13 template<typename TDataType>
14 class SurfaceMeshLoader : public GeometryLoader<TDataType>
15 {
17 public:
18 typedef typename TDataType::Real Real;
19 typedef typename TDataType::Coord Coord;
20
22 virtual ~SurfaceMeshLoader();
23
24 public:
26
27 protected:
28 void resetStates() override;
29 };
30}
#define DECLARE_TCLASS(name, T1)
Definition Object.h:87
Load a triangular mesh.
DEF_INSTANCE_OUT(TriangleSet< TDataType >, TriangleSet, "")
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:24