Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Functions | Variables
a_face.cxx File Reference
#include "a_face.h"
#include "a_block.h"
#include "config.h"
+ Include dependency graph for a_face.cxx:

Go to the source code of this file.

Functions

std::istream & operator>> (std::istream &in, a_face &f)
 
std::ostream & operator<< (std::ostream &o, const a_face &f)
 

Variables

const double verysmall = 1.e-8
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  o,
const a_face f 
)

Definition at line 519 of file a_face.cxx.

◆ operator>>()

std::istream& operator>> ( std::istream &  in,
a_face f 
)

Definition at line 513 of file a_face.cxx.

Variable Documentation

◆ verysmall

const double verysmall = 1.e-8

Definition at line 21 of file a_face.cxx.