30 #ifndef _libDEM_Field_hpp_
31 #define _libDEM_Field_hpp_
43 template<
typename type>
47 Field(
const std::string& ID,
const std::function<type ()>& f);
58 std::function<type ()>
_f;
Definition: FieldBase.hpp:45
Field(const Field< type > &)=delete
void init_vtkArray(size_t cellsCount)
Field< type > & operator=(const Field< type > &)=delete
Field(const std::string &ID, const std::function< type()> &f)
void push_value_to_vtkArray(size_t arrayIndex)
std::function< type()> _f
Definition: Field.hpp:58
Definition: Common.hpp:198