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

Go to the source code of this file.

Data Structures

class  NSphere
 

Functions

std::istream & operator>> (std::istream &_is, NSphere &_sphere)
 
std::ostream & operator<< (std::ostream &_os, const NSphere &_sphere)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  _os,
const NSphere _sphere 
)

◆ operator>>()

std::istream& operator>> ( std::istream &  _is,
NSphere _sphere 
)