Floor geometry.
More...
#include <JGeometry.hh>
|
std::ostream & | operator<< (std::ostream &out, const JFloor &floor) |
| Write floor parameters to output stream. More...
|
|
Floor geometry.
Definition at line 58 of file JGeometry.hh.
JACOUSTICS::JGEOMETRY::JFloor::JFloor |
( |
| ) |
|
|
inline |
JACOUSTICS::JGEOMETRY::JFloor::JFloor |
( |
const double |
height | ) |
|
|
inline |
Constructor.
The height refers to the maximal distance from the fixed reference point of the parent string.
- Parameters
-
Definition at line 74 of file JGeometry.hh.
double JACOUSTICS::JGEOMETRY::JFloor::getHeight |
( |
| ) |
const |
|
inline |
Get height of this floor.
The height refers to the maximal distance from the fixed reference point of the parent string.
- Returns
- height
Definition at line 86 of file JGeometry.hh.
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const JFloor & |
floor |
|
) |
| |
|
friend |
Write floor parameters to output stream.
- Parameters
-
out | output stream |
floor | floor |
- Returns
- output stream
Definition at line 99 of file JGeometry.hh.
101 return out <<
FIXED(7,2) << floor.getHeight();
Auxiliary data structure for floating point format specification.
double JACOUSTICS::JGEOMETRY::JFloor::height |
|
protected |
The documentation for this struct was generated from the following file: