Parasol Planning Library (PPL)
Data Structures | Functions
NBox.h File Reference
#include <cstddef>
#include <iostream>
#include <vector>
#include "Geometry/Boundaries/Range.h"
Include dependency graph for NBox.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  NBox
 An axis-aligned rectangular prism in n dimensions. More...
 

Functions

std::istream & operator>> (std::istream &_is, NBox &_box)
 
std::ostream & operator<< (std::ostream &_os, const NBox &_box)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  _os,
const NBox _box 
)

◆ operator>>()

std::istream& operator>> ( std::istream &  _is,
NBox _box 
)