PeriDyno 1.0.0
Loading...
Searching...
No Matches
PointSet.h
Go to the documentation of this file.
1#pragma once
3#include "VkDeviceArray.h"
4
5namespace dyno
6{
7 class PointSet : public TopologyModule
8 {
9 public:
11 ~PointSet() override;
12
14
15 void setPoints(std::vector<Vec3f>& points);
16 void setPoints(const DArray<Vec3f>& points);
17
18 void clear();
19
20 public:
22 };
23}
24
~PointSet() override
void setPoints(const std::vector< Coord > &pos)
DArray< Vec3f > mPoints
Definition PointSet.h:21
DArray< Vec3f > & getPoints()
Definition PointSet.h:13
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25
Array< T, DeviceType::GPU > DArray
Definition Array.inl:89