Medusa  1.1
Coordinate Free Mehless Method implementation
printShapes.hpp File Reference

Detailed Description

Suppport functions for shape printing.

Definition in file printShapes.hpp.

#include "shape_flags.hpp"
#include <iostream>
#include <medusa/bits/utils/memutils.hpp>
+ Include dependency graph for printShapes.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mm
 Root namespace for the whole library.
 

Functions

template<typename shape_storage_t >
std::ostream & mm::shapes_internal::printShapes (const shape_storage_t &storage, std::ostream &os)
 Output basic info about given shape storage to os. More...
 

Function Documentation

◆ printShapes()

template<typename shape_storage_t >
std::ostream& mm::shapes_internal::printShapes ( const shape_storage_t &  storage,
std::ostream &  os 
)

Output basic info about given shape storage to os.

Definition at line 72 of file printShapes.hpp.