Tachyon (current)  Current Main Branch
Data Structures | Functions
getargs.h File Reference

Go to the source code of this file.

Data Structures

struct  argoptions
 

Functions

int getargs (int argc, char **argv, argoptions *opt, int node)
 
int presceneoptions (argoptions *opt, SceneHandle scene)
 
int postsceneoptions (argoptions *opt, SceneHandle scene)
 
void freeoptions (argoptions *opt)
 

Function Documentation

◆ freeoptions()

void freeoptions ( argoptions opt)

Definition at line 643 of file getargs.c.

References argoptions::filenames, and argoptions::numfiles.

Referenced by main().

◆ getargs()

int getargs ( int  argc,
char **  argv,
argoptions opt,
int  node 
)

Definition at line 585 of file getargs.c.

References argoptions::filenames, getparm(), initoptions(), argoptions::numfiles, and printusage().

Referenced by main().

◆ postsceneoptions()

int postsceneoptions ( argoptions opt,
SceneHandle  scene 
)

◆ presceneoptions()

int presceneoptions ( argoptions opt,
SceneHandle  scene 
)

Definition at line 180 of file getargs.c.

References argoptions::normalfixupmode, and rt_normal_fixup_mode().

Referenced by main().