Fade2.5D Documentation pages v2.12
Delaunay Features
CAF_Component.h File Reference
#include <map>
#include "common.h"
#include "Segment2.h"

Go to the source code of this file.

Classes

class  GEOM_FADE25D::CAF_Component
 CAF_Component stands for CUT AND FILL COMPONENT. It represents a connected area of the surface. More...
 

Enumerations

enum  GEOM_FADE25D::CAFTYP { GEOM_FADE25D::CT_NULL , GEOM_FADE25D::CT_CUT , GEOM_FADE25D::CT_FILL }
 

Functions

std::ostream & GEOM_FADE25D::operator<< (std::ostream &stream, const CAF_Component &c)
 

Enumeration Type Documentation

◆ CAFTYP

enumerates the three possible Cut-And-Fill types

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

Function Documentation

◆ operator<<()

std::ostream& GEOM_FADE25D::operator<< ( std::ostream &  stream,
const CAF_Component c 
)
inline

Report