Proto
3.2
|
#include <iostream>
#include <sstream>
#include <array>
#include <set>
#include "Proto_Accel.H"
#include "Proto_Face.H"
#include "Proto_PAssert.H"
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) |
#define _PROTO_POINT_ |