#include <LinearService.h>
|
| typedef std::pair< std::string, double > | EntryType |
Definition at line 11 of file LinearService.h.
◆ EntryType
◆ LinearService() [1/3]
| LinearService::LinearService |
( |
| ) |
|
|
inline |
◆ LinearService() [2/3]
| LinearService::LinearService |
( |
const std::string & | name, |
|
|
double | lw, |
|
|
const std::vector< EntryType > & | cmp ) |
|
inline |
Definition at line 18 of file LinearService.h.
18 :
const std::string & name() const
std::vector< EntryType > m_components
◆ LinearService() [3/3]
| LinearService::LinearService |
( |
const std::string & | name, |
|
|
double | lw ) |
|
inline |
Constructor for elementary material (no components)
Definition at line 22 of file LinearService.h.
◆ components()
| const std::vector< EntryType > & LinearService::components |
( |
| ) |
const |
|
inline |
◆ length()
| double LinearService::length |
( |
| ) |
const |
|
inline |
◆ name()
| const std::string & LinearService::name |
( |
| ) |
const |
|
inline |
◆ m_components
| std::vector< EntryType> LinearService::m_components |
|
private |
◆ m_length
| double LinearService::m_length |
|
private |
◆ m_name
| std::string LinearService::m_name |
|
private |
The documentation for this class was generated from the following file: