![]() |
PhotoGENius V1.0.0
A basic library for generating photorealistic images, developed for the course Numerical techniques for photorealistic image generation.
|
A token containing a literal string. More...
Public Member Functions | |
| StringToken (SourceLocation location, string s) | |
| override string | ToString () |
Public Member Functions inherited from PGENLib.Token | |
| Token (SourceLocation location) | |
Constructor, with a SourceLocation object as input parameter. More... | |
Public Attributes | |
| string | String |
Public Attributes inherited from PGENLib.Token | |
| SourceLocation | Location |
A token containing a literal string.