#include <map>
#include "common.h"
#include "Segment2.h"
Go to the source code of this file.
◆ CAFTYP
Enum representing the possible Cut-and-Fill (CAF) types for a component.
- CT_NULL: The first surface corresponds to the second one.
- CT_CUT: The first surface is above the second one (earth needs to be cut).
- CT_FILL: The first surface is below the second one (earth needs to be filled).
Enumerator |
---|
CT_NULL | the first surface corresponds to the second one
|
CT_CUT | the first surface is above the second one
|
CT_FILL | the first surface is below the second one
|
◆ operator<<()
std::ostream& GEOM_FADE25D::operator<< |
( |
std::ostream & |
stream, |
|
|
const CAF_Component & |
c |
|
) |
| |
|
inline |
This operator allows printing the component information (label, type, and volume) to the output stream.
- Parameters
-
stream | The output stream |
c | The CAF_Component object to be printed. |
- Returns
- The output stream