Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Classes | Functions
a_plucker.h File Reference
#include <iostream>
#include <sstream>
#include "a_point.h"
+ Include dependency graph for a_plucker.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  a_plucker
 a plucker class More...
 

Functions

double operator* (const a_plucker &a, const a_plucker &b)
 
std::istream & operator>> (std::istream &i, a_plucker &f)
 
std::ostream & operator<< (std::ostream &o, const a_plucker &f)
 
std::istream & operator>> (std::istream &i, a_plucker *f)
 
std::ostream & operator<< (std::ostream &o, const a_plucker *f)
 

Function Documentation

◆ operator*()

double operator* ( const a_plucker a,
const a_plucker b 
)

Definition at line 136 of file a_plucker.cxx.

+ Here is the call graph for this function:

◆ operator<<() [1/2]

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

Definition at line 117 of file a_plucker.cxx.

+ Here is the call graph for this function:

◆ operator<<() [2/2]

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

Definition at line 129 of file a_plucker.cxx.

+ Here is the call graph for this function:

◆ operator>>() [1/2]

std::istream& operator>> ( std::istream &  i,
a_plucker f 
)

Definition at line 111 of file a_plucker.cxx.

+ Here is the call graph for this function:

◆ operator>>() [2/2]

std::istream& operator>> ( std::istream &  i,
a_plucker f 
)

Definition at line 123 of file a_plucker.cxx.

+ Here is the call graph for this function: