PeriDyno 0.9.2
Loading...
Searching...
No Matches
StaticTriangularMesh.h
Go to the documentation of this file.
1#pragma once
3
4#include "Topology/TriangleSet.h"
5#include "FilePath.h"
6
7namespace dyno
8{
9 template <typename TDataType> class TriangleSet;
17 template<typename TDataType>
18 class StaticTriangularMesh : public ParametricModel<TDataType>
19 {
21 public:
22 typedef typename TDataType::Real Real;
23 typedef typename TDataType::Coord Coord;
24
26
27 public:
29
32 };
33}
#define DECLARE_TCLASS(name, T1)
Definition Object.h:87
A node containing a TriangleSet object.
DEF_VAR(FilePath, FileName, "", "")
DEF_INSTANCE_STATE(TriangleSet< TDataType >, TriangleSet, "Transformed Topology")
DEF_INSTANCE_STATE(TriangleSet< TDataType >, InitialTriangleSet, "Initial topology")
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:24