Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Functions | Variables
a_contact.cxx File Reference
#include <math.h>
#include "a_contact.h"
#include "a_debug.h"
+ Include dependency graph for a_contact.cxx:

Go to the source code of this file.

Functions

std::istream & operator>> (std::istream &in, a_contact &c)
 
std::ostream & operator<< (std::ostream &o, const a_contact &c)
 

Variables

const double verysmall =1.e-10
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  o,
const a_contact c 
)

Definition at line 96 of file a_contact.cxx.

◆ operator>>()

std::istream& operator>> ( std::istream &  in,
a_contact c 
)

Definition at line 90 of file a_contact.cxx.

Variable Documentation

◆ verysmall

const double verysmall =1.e-10

Definition at line 20 of file a_contact.cxx.