PhotoGENius V1.0.0
A basic library for generating photorealistic images, developed for the course Numerical techniques for photorealistic image generation.
Public Member Functions | Public Attributes | List of all members
PGENLib.Token Class Reference

A lexical token, used when parsing a scene file. More...

Inheritance diagram for PGENLib.Token:
PGENLib.IdentifierToken PGENLib.KeywordToken PGENLib.LiteralNumberToken PGENLib.StopToken PGENLib.StringToken PGENLib.SymbolToken

Public Member Functions

 Token (SourceLocation location)
 Constructor, with a SourceLocation object as input parameter. More...
 

Public Attributes

SourceLocation Location
 

Detailed Description

A lexical token, used when parsing a scene file.

Constructor & Destructor Documentation

◆ Token()

PGENLib.Token.Token ( SourceLocation  location)

Constructor, with a SourceLocation object as input parameter.

Parameters
location

The documentation for this class was generated from the following file: