Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Public Member Functions | Protected Attributes | Friends | List of all members
a_vertex Class Reference

#include <a_vertex.h>

+ Inheritance diagram for a_vertex:
+ Collaboration diagram for a_vertex:

Public Member Functions

 a_vertex ()
 

Protected Attributes

int ref_
 
a_point pos_
 

Friends

std::istream & operator>> (std::istream &i, a_vertex &b)
 
std::ostream & operator<< (std::ostream &o, const a_vertex &b)
 

Detailed Description

Definition at line 21 of file a_vertex.h.

Constructor & Destructor Documentation

◆ a_vertex()

a_vertex::a_vertex ( )
inline

Definition at line 24 of file a_vertex.h.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  o,
const a_vertex b 
)
friend

Definition at line 27 of file a_vertex.cxx.

◆ operator>>

std::istream& operator>> ( std::istream &  i,
a_vertex b 
)
friend

Definition at line 20 of file a_vertex.cxx.

Member Data Documentation

◆ pos_

a_point a_vertex::pos_
protected

Definition at line 31 of file a_vertex.h.

◆ ref_

int a_vertex::ref_
protected

Definition at line 30 of file a_vertex.h.


The documentation for this class was generated from the following file: