Loading...
Searching...
No Matches
stringconvert.h
Go to the documentation of this file.
1#ifndef _BBM_STRINGCONVERT_BACKBONE_CONCEPT_H_
2#define _BBM_STRINGCONVERT_BACKBONE_CONCEPT_H_
3
4/************************************************************************/
5/*! \file stringconvert.h
6
7 \brief Each core type of the backbone must have appropriate methods for
8 converting the core type to and from a string.
9 + std::string toString(const T&)
10 + T fromString(const std::string&)
11
12************************************************************************/
13
14namespace bbm {
15 namespace concepts {
16 namespace backbone {
17
18
19 } // end backbone namespace
20 } // end comcepts namespace
21} // end bbm namespace
22
23#endif /* _BBM_STRINGCONVERT_BACKBONE_CONCEPT_H_ */
Random number generator; built on top of Drjit.
Definition: backbone.h:53
Definition: aggregatebsdf.h:29