PeriDyno 1.2.1
Loading...
Searching...
No Matches
FList.h File Reference
#include <list>
#include "FBase.h"
#include "Array/Array.h"
#include "FList.inl"
Include dependency graph for FList.h:

Go to the source code of this file.

Classes

class  dyno::FList< T >
 

Namespaces

namespace  dyno
 This is an implementation of AdditiveCCD based on peridyno.
 

Macros

#define DEF_LIST(T, name, desc)
 

Macro Definition Documentation

◆ DEF_LIST

#define DEF_LIST ( T,
name,
desc )
Value:
private: \
FList<T> var_##name = FList<T>(std::string(#name), desc, FieldTypeEnum::Param, this); \
public: \
inline FList<T>* var##name() {return &var_##name;}

Definition at line 108 of file FList.h.