arbeit
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

GrinderTokens.h File Reference

#include <string>

Go to the source code of this file.

Typedefs

typedef std::string TokenStr
 GrinderTokens.h reserved tokens for grinder meta-compiling.


Functions

const TokenStr EnvT ("env")
 environment

const TokenStr SampleT ("sample")
 sample

const TokenStr TexCTBase ("$tex_coord")
const TokenStr DataValTBase ("$data")
 values AKA sampled textures

const TokenStr ColorOutT ("colorOut")
 output tokens


Variables

const TokenStr TexCT []
 texture coordinates

const TokenStr DataValT []


Typedef Documentation

typedef std::string TokenStr
 

GrinderTokens.h reserved tokens for grinder meta-compiling.

Definition at line 27 of file GrinderTokens.h.


Function Documentation

const TokenStr ColorOutT "colorOut"   ) 
 

output tokens

const TokenStr DataValTBase "$data"   ) 
 

values AKA sampled textures

const TokenStr EnvT "env"   ) 
 

environment

const TokenStr SampleT "sample"   ) 
 

sample

const TokenStr TexCTBase "$tex_coord"   ) 
 


Variable Documentation

const TokenStr DataValT[]
 

Initial value:

{
      TokenStr("$data0"),
      TokenStr("$data1"),
      TokenStr("$data2"),
      TokenStr("$data3"),
      TokenStr("$data4"),
      TokenStr("$data5"),
      TokenStr("$data6"),
      TokenStr("$data7"),
      TokenStr("$data8"),
      TokenStr("$data9"),
      TokenStr("$data10"),
      TokenStr("$data11"),
      TokenStr("$data12"),
      TokenStr("$data13"),
      TokenStr("$data14"),
      TokenStr("$data15"),
      TokenStr("$data16"),
      TokenStr("$data17"),
      TokenStr("$data18"),
      TokenStr("$data19"),
      TokenStr("$data20")
}

Definition at line 74 of file GrinderTokens.h.

const TokenStr TexCT[]
 

Initial value:

{
      TokenStr("$tex_coord0"),
      TokenStr("$tex_coord1"),
      TokenStr("$tex_coord2"),
      TokenStr("$tex_coord3"),
      TokenStr("$tex_coord4"),
      TokenStr("$tex_coord5"),
      TokenStr("$tex_coord6"),
      TokenStr("$tex_coord7"),
      TokenStr("$tex_coord8"),
      TokenStr("$tex_coord9"),
      TokenStr("$tex_coord10"),
      TokenStr("$tex_coord11"),
      TokenStr("$tex_coord12"),
      TokenStr("$tex_coord13"),
      TokenStr("$tex_coord14"),
      TokenStr("$tex_coord15"),
      TokenStr("$tex_coord16"),
      TokenStr("$tex_coord17"),
      TokenStr("$tex_coord18"),
      TokenStr("$tex_coord19"),
      TokenStr("$tex_coord20")
}
texture coordinates

Definition at line 45 of file GrinderTokens.h.


Send questions, comments, and bug reports to:
jmk