PeriDyno 1.0.0
Loading...
Searching...
No Matches
UnstructuredPointSet.h
Go to the documentation of this file.
1
16#pragma once
17#include "PointSet.h"
18
19namespace dyno
20{
21 template<typename TDataType>
22 class UnstructuredPointSet : public PointSet<TDataType>
23 {
24 public:
27
29
34
35
36 void clear();
37
38 protected:
45 };
46}
47
void copyFrom(UnstructuredPointSet< TDataType > &pts)
DArrayList< int > mNeighborLists
Neighbor list storing neighborings ids.
DArrayList< int > & getPointNeighbors()
Return the neighbor lists of points.
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25
ArrayList< ElementType, DeviceType::GPU > DArrayList
Definition ArrayList.inl:83