PeriDyno 1.0.0
Loading...
Searching...
No Matches
UnstructuredPointSet.cpp
Go to the documentation of this file.
2
3namespace dyno
4{
5 template<typename Coord>
9
10 template<typename Coord>
14
15 template<typename TDataType>
22
23 template<typename TDataType>
28
29 template<typename TDataType>
34
36}
#define DEFINE_CLASS(name)
Definition Object.h:140
void copyFrom(PointSet< TDataType > &pointSet)
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