scimesh 0.3.2
Headless CPU-only 3D software renderer for scientific mesh visualization
Loading...
Searching...
No Matches
to_string.h File Reference
#include <scimesh/types.h>
#include <scimesh/mesh.h>
#include <scimesh/scene.h>
#include <scimesh/camera.h>
#include <scimesh/render_options.h>
#include <scimesh/image.h>
#include <ostream>
#include <iomanip>
#include <cmath>
Include dependency graph for to_string.h:

Go to the source code of this file.

Namespaces

namespace  scimesh
 

Functions

const char * scimesh::str_projection (ProjectionType p)
 
const char * scimesh::str_shading (ShadingMode s)
 
const char * scimesh::str_merge (MergeDirection d)
 
const char * scimesh::str_crop (CropContentDirection d)
 
std::string scimesh::fmt_count (size_t n)
 
std::string scimesh::fmt_size_bytes (size_t bytes)
 
std::ostream & scimesh::operator<< (std::ostream &os, const Color &c)
 
std::ostream & scimesh::operator<< (std::ostream &os, const Vec3 &v)
 
std::ostream & scimesh::operator<< (std::ostream &os, const Triangle &t)
 
std::ostream & scimesh::operator<< (std::ostream &os, ShadingMode s)
 
std::ostream & scimesh::operator<< (std::ostream &os, ProjectionType p)
 
std::ostream & scimesh::operator<< (std::ostream &os, const Light &l)
 
std::ostream & scimesh::operator<< (std::ostream &os, const ClipPlane &cp)
 
std::ostream & scimesh::operator<< (std::ostream &os, const Camera &cam)
 
std::ostream & scimesh::operator<< (std::ostream &os, const Mesh &m)
 
std::ostream & scimesh::operator<< (std::ostream &os, const Scene &s)
 
std::ostream & scimesh::operator<< (std::ostream &os, const Image &img)
 
std::ostream & scimesh::operator<< (std::ostream &os, const RenderOptions &opts)