#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 |
◆ 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()
◆ 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: