Celeritas  0.5.0-56+6b053cd
Classes | Functions
ObjectInterface.hh File Reference
#include <memory>
#include <string>
#include <string_view>
#include "corecel/Config.hh"
#include "corecel/Macros.hh"
#include "CsgTypes.hh"
This graph shows which files directly or indirectly include this file:

Classes

class  celeritas::orangeinp::ObjectInterface
 Base class for constructing high-level CSG objects in ORANGE. More...
 

Functions

std::string celeritas::orangeinp::to_string (ObjectInterface const &obj)
 Get a JSON string representing an object. More...
 

Function Documentation

◆ to_string()

std::string celeritas::orangeinp::to_string ( ObjectInterface const &  )

Get a JSON string representing an object.

See also
ObjectInterface.hh