Bayeux  3.4.1
Core Foundation library for SuperNEMO
Public Member Functions | Public Attributes | Friends | List of all members
geomtools::stl::vertex Struct Reference

A STL vertex. More...

#include <bayeux/geomtools/stl_tools.h>

Public Member Functions

 vertex ()
 Default constructor. More...
 

Public Attributes

double x
 
double y
 
double z
 

Friends

std::ostream & operator<< (std::ostream &out_, const vertex &vtx_)
 
bool operator== (const vertex &vtx1_, const vertex &vtx2_)
 
bool operator< (const vertex &vtx1_, const vertex &vtx2_)
 

Detailed Description

A STL vertex.

Constructor & Destructor Documentation

◆ vertex()

geomtools::stl::vertex::vertex ( )

Default constructor.

Friends And Related Function Documentation

◆ operator<

bool operator< ( const vertex vtx1_,
const vertex vtx2_ 
)
friend

◆ operator<<

std::ostream& operator<< ( std::ostream &  out_,
const vertex vtx_ 
)
friend

◆ operator==

bool operator== ( const vertex vtx1_,
const vertex vtx2_ 
)
friend

Member Data Documentation

◆ x

double geomtools::stl::vertex::x

◆ y

double geomtools::stl::vertex::y

◆ z

double geomtools::stl::vertex::z

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