Proto  3.2
Classes | Namespaces | Macros
Proto_Point.H File Reference
#include <iostream>
#include <sstream>
#include <array>
#include <set>
#include "Proto_Accel.H"
#include "Proto_Face.H"
#include "Proto_PAssert.H"
Include dependency graph for Proto_Point.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Proto::Point
 Integer Valued Vector. More...
 

Namespaces

 Proto
 

Macros

#define _PROTO_POINT_
 

Functions

External Operators
std::ostream & Proto::operator<< (std::ostream &a_os, const Point &a_pt)
 Stream Operator. More...
 
std::istream & Proto::operator>> (std::istream &a_os, Point &a_pt)
 Stream Operator. More...
 
Point Proto::operator* (int a_scale, Point a_pt)
 Premultiplication by scalar. More...
 
Point Proto::operator- (Point a_pt)
 Unary Negation. More...
 
Point Proto::minPoint (Point a_p1, Point a_p2)
 
Point Proto::maxPoint (Point a_p1, Point a_p2)
 
Point Proto::absMaxPoint (Point a_p1, Point a_p2)
 

Macro Definition Documentation

◆ _PROTO_POINT_

#define _PROTO_POINT_