![]() |
PhotoGENius V1.0.0
A basic library for generating photorealistic images, developed for the course Numerical techniques for photorealistic image generation.
|
This is the complete list of members for PGENLib.InputStream, including all inherited members.
InputStream(Stream stream, string fileName="", int tabulations=4) | PGENLib.InputStream | |
Location (defined in PGENLib.InputStream) | PGENLib.InputStream | |
ParseFloatToken(string firstChar, SourceLocation tokenLocation) | PGENLib.InputStream | |
ParseKeywordOrIdentifierToken(char firstChar, SourceLocation tokenLocation) | PGENLib.InputStream | private |
ParseStringToken(SourceLocation tokenLocation) | PGENLib.InputStream | |
ReadChar() | PGENLib.InputStream | |
ReadToken() | PGENLib.InputStream | |
SavedChar (defined in PGENLib.InputStream) | PGENLib.InputStream | |
SavedLocation (defined in PGENLib.InputStream) | PGENLib.InputStream | |
SavedToken (defined in PGENLib.InputStream) | PGENLib.InputStream | |
SkipWhitespacesAndComments() | PGENLib.InputStream | |
Stream (defined in PGENLib.InputStream) | PGENLib.InputStream | |
Tabulations (defined in PGENLib.InputStream) | PGENLib.InputStream | |
UnreadChar(char ch) | PGENLib.InputStream | |
UnreadToken(Token token) | PGENLib.InputStream | |
UpdatePosition(char ch) | PGENLib.InputStream | private |