|
| material (std::string name="new material", core::surface< core::simulation_bands > surface=core::make_surface< core::simulation_bands >(0.05, 0.05)) |
|
void | set_name (std::string name) |
|
std::string | get_name () const |
|
void | set_surface (core::surface< core::simulation_bands > surface) |
|
core::surface< core::simulation_bands > | get_surface () const |
|
template<typename Archive > |
void | serialize (Archive &archive) |
|
| basic_member (const basic_member &) |
|
basic_member & | operator= (const basic_member &) |
|
connection | connect (callback_type t) |
|
void | notify () |
|
size_t | connections () const |
|
|
using | derived_type = material |
|
using | base_type = basic_member< material > |
|
using | on_change = util::event< material & > |
|
using | connection = typename on_change::connection |
|
using | scoped_connection = typename on_change::scoped_connection |
|
using | callback_type = typename on_change::callback_type |
|
The documentation for this class was generated from the following files:
- src/combined/include/combined/model/material.h
- src/combined/src/model/material.cpp