api.h File Reference

Go to the source code of this file.

Defines

#define LUX_API_H   1
#define LUX_NULL   NULL
#define LUX_NOERROR   0
#define LUX_NOMEM   1
#define LUX_SYSTEM   2
#define LUX_NOFILE   3
#define LUX_BADFILE   4
#define LUX_BADVERSION   5
#define LUX_DISKFULL   6
#define LUX_UNIMPLEMENT   12
#define LUX_LIMIT   13
#define LUX_BUG   14
#define LUX_NOTSTARTED   23
#define LUX_NESTING   24
#define LUX_NOTOPTIONS   25
#define LUX_NOTATTRIBS   26
#define LUX_NOTPRIMS   27
#define LUX_ILLSTATE   28
#define LUX_BADMOTION   29
#define LUX_BADSOLID   30
#define LUX_BADTOKEN   41
#define LUX_RANGE   42
#define LUX_CONSISTENCY   43
#define LUX_BADHANDLE   44
#define LUX_NOPLUGIN   45
#define LUX_MISSINGDATA   46
#define LUX_SYNTAX   47
#define LUX_MATH   61
#define LUX_INFO   0
#define LUX_WARNING   1
#define LUX_ERROR   2
#define LUX_SEVERE   3
#define LUX_API_H   1
#define LUX_NULL   NULL
#define LUX_NOERROR   0
#define LUX_NOMEM   1
#define LUX_SYSTEM   2
#define LUX_NOFILE   3
#define LUX_BADFILE   4
#define LUX_BADVERSION   5
#define LUX_DISKFULL   6
#define LUX_UNIMPLEMENT   12
#define LUX_LIMIT   13
#define LUX_BUG   14
#define LUX_NOTSTARTED   23
#define LUX_NESTING   24
#define LUX_NOTOPTIONS   25
#define LUX_NOTATTRIBS   26
#define LUX_NOTPRIMS   27
#define LUX_ILLSTATE   28
#define LUX_BADMOTION   29
#define LUX_BADSOLID   30
#define LUX_BADTOKEN   41
#define LUX_RANGE   42
#define LUX_CONSISTENCY   43
#define LUX_BADHANDLE   44
#define LUX_NOPLUGIN   45
#define LUX_MISSINGDATA   46
#define LUX_SYNTAX   47
#define LUX_MATH   61
#define LUX_INFO   0
#define LUX_WARNING   1
#define LUX_ERROR   2
#define LUX_SEVERE   3
#define LUX_API_H   1
#define LUX_NULL   NULL
#define LUX_NOERROR   0
#define LUX_NOMEM   1
#define LUX_SYSTEM   2
#define LUX_NOFILE   3
#define LUX_BADFILE   4
#define LUX_BADVERSION   5
#define LUX_DISKFULL   6
#define LUX_UNIMPLEMENT   12
#define LUX_LIMIT   13
#define LUX_BUG   14
#define LUX_NOTSTARTED   23
#define LUX_NESTING   24
#define LUX_NOTOPTIONS   25
#define LUX_NOTATTRIBS   26
#define LUX_NOTPRIMS   27
#define LUX_ILLSTATE   28
#define LUX_BADMOTION   29
#define LUX_BADSOLID   30
#define LUX_BADTOKEN   41
#define LUX_RANGE   42
#define LUX_CONSISTENCY   43
#define LUX_BADHANDLE   44
#define LUX_NOPLUGIN   45
#define LUX_MISSINGDATA   46
#define LUX_SYNTAX   47
#define LUX_MATH   61
#define LUX_INFO   0
#define LUX_WARNING   1
#define LUX_ERROR   2
#define LUX_SEVERE   3

Typedefs

typedef char * LuxToken
typedef char * LuxPointer
typedef void(* LuxErrorHandler )(int code, int severity, const char *msg)

Functions

void luxIdentity ()
void luxTranslate (float dx, float dy, float dz)
void luxRotate (float angle, float ax, float ay, float az)
void luxScale (float sx, float sy, float sz)
void luxLookAt (float ex, float ey, float ez, float lx, float ly, float lz, float ux, float uy, float uz)
void luxConcatTransform (float transform[16])
void luxTransform (float transform[16])
void luxCoordinateSystem (const char *)
void luxCoordSysTransform (const char *)
void luxPixelFilter (const char *name,...)
void luxPixelFilterV (const char *name, int n, LuxToken tokens[], LuxPointer params[])
void luxFilm (const char *name,...)
void luxFilmV (const char *name, int n, LuxToken tokens[], LuxPointer params[])
void luxSampler (const char *name,...)
void luxSamplerV (const char *name, int n, LuxToken tokens[], LuxPointer params[])
void luxAccelerator (const char *name,...)
void luxAcceleratorV (const char *name, int n, LuxToken tokens[], LuxPointer params[])
void luxSurfaceIntegrator (const char *name,...)
void luxSurfaceIntegratorV (const char *name, int n, LuxToken tokens[], LuxPointer params[])
void luxVolumeIntegrator (const char *name,...)
void luxVolumeIntegratorV (const char *name, int n, LuxToken tokens[], LuxPointer params[])
void luxCamera (const char *name,...)
void luxCameraV (const char *name, int n, LuxToken tokens[], LuxPointer params[])
void luxWorldBegin ()
void luxAttributeBegin ()
void luxAttributeEnd ()
void luxTransformBegin ()
void luxTransformEnd ()
void luxTexture (const char *name, const char *type, const char *texname,...)
void luxTextureV (const char *name, const char *type, const char *texname, int n, LuxToken tokens[], LuxPointer params[])
void luxMaterial (const char *name,...)
void luxMaterialV (const char *name, int n, LuxToken tokens[], LuxPointer params[])
void luxMakeNamedMaterial (const char *name,...)
void luxMakeNamedMaterialV (const char *name, int n, LuxToken tokens[], LuxPointer params[])
void luxNamedMaterial (const char *name,...)
void luxNamedMaterialV (const char *name, int n, LuxToken tokens[], LuxPointer params[])
void luxLightSource (const char *name,...)
void luxLightSourceV (const char *name, int n, LuxToken tokens[], LuxPointer params[])
void luxAreaLightSource (const char *name,...)
void luxAreaLightSourceV (const char *name, int n, LuxToken tokens[], LuxPointer params[])
void luxPortalShape (const char *name,...)
void luxPortalShapeV (const char *name, int n, LuxToken tokens[], LuxPointer params[])
void luxShape (const char *name,...)
void luxShapeV (const char *name, int n, LuxToken tokens[], LuxPointer params[])
void luxReverseOrientation ()
void luxVolume (const char *name,...)
void luxVolumeV (const char *name, int n, LuxToken tokens[], LuxPointer params[])
void luxObjectBegin (const char *name)
void luxObjectEnd ()
void luxObjectInstance (const char *name)
void luxWorldEnd ()
void luxStart ()
void luxPause ()
void luxExit ()
void luxWait ()
int luxAddThread ()
void luxRemoveThread ()
void luxUpdateFramebuffer ()
unsigned char * luxFramebuffer ()
void luxAddServer (const char *name)
void luxUpdateFilmFromNetwork ()
void luxSetNetworkServerUpdateInterval (int updateInterval)
int luxGetNetworkServerUpdateInterval ()
double luxStatistics (const char *statName)
void luxEnableDebugMode ()
void luxErrorHandler (LuxErrorHandler handler)
void luxErrorAbort (int code, int severity, const char *message)
void luxErrorIgnore (int code, int severity, const char *message)
void luxErrorPrint (int code, int severity, const char *message)

Variables

int luxLastError


Define Documentation

#define LUX_API_H   1

#define LUX_API_H   1

#define LUX_API_H   1

Definition at line 25 of file luxlex.l.

#define LUX_BADFILE   4

#define LUX_BADFILE   4

#define LUX_BADFILE   4

Definition at line 137 of file luxlex.l.

Referenced by main(), lux::ReadImage(), and RenderScenefile().

#define LUX_BADHANDLE   44

#define LUX_BADHANDLE   44

#define LUX_BADHANDLE   44

Definition at line 157 of file luxlex.l.

#define LUX_BADMOTION   29

#define LUX_BADMOTION   29

#define LUX_BADMOTION   29

Definition at line 151 of file luxlex.l.

#define LUX_BADSOLID   30

#define LUX_BADSOLID   30

#define LUX_BADSOLID   30

Definition at line 152 of file luxlex.l.

#define LUX_BADTOKEN   41

#define LUX_BADTOKEN   41

#define LUX_BADTOKEN   41

Definition at line 154 of file luxlex.l.

Referenced by lux::Checkerboard2D< T >::Checkerboard2D(), lux::ImageTexture< T >::CreateFloatTexture(), lux::DotsTexture< T >::CreateFloatTexture(), lux::Checkerboard::CreateFloatTexture(), lux::BlenderWoodTexture3D< T >::CreateFloatTexture(), lux::BlenderVoronoiTexture3D< T >::CreateFloatTexture(), lux::BlenderStucciTexture3D< T >::CreateFloatTexture(), lux::BlenderMusgraveTexture3D< T >::CreateFloatTexture(), lux::BlenderMarbleTexture3D< T >::CreateFloatTexture(), lux::BlenderDistortedNoiseTexture3D< T >::CreateFloatTexture(), lux::BlenderCloudsTexture3D< T >::CreateFloatTexture(), lux::BlenderBlendTexture3D< T >::CreateFloatTexture(), lux::UVTexture::CreateSpectrumTexture(), lux::ImageTexture< T >::CreateSpectrumTexture(), lux::DotsTexture< T >::CreateSpectrumTexture(), lux::Checkerboard::CreateSpectrumTexture(), lux::BlenderWoodTexture3D< T >::CreateSpectrumTexture(), lux::BlenderVoronoiTexture3D< T >::CreateSpectrumTexture(), lux::BlenderStucciTexture3D< T >::CreateSpectrumTexture(), lux::BlenderMusgraveTexture3D< T >::CreateSpectrumTexture(), lux::BlenderMarbleTexture3D< T >::CreateSpectrumTexture(), lux::BlenderDistortedNoiseTexture3D< T >::CreateSpectrumTexture(), lux::BlenderCloudsTexture3D< T >::CreateSpectrumTexture(), lux::BlenderBlendTexture3D< T >::CreateSpectrumTexture(), lux::Path2Integrator::CreateSurfaceIntegrator(), lux::PathIntegrator::CreateSurfaceIntegrator(), lux::ExPhotonIntegrator::CreateSurfaceIntegrator(), lux::DirectLighting::CreateSurfaceIntegrator(), lux::DebugIntegrator::CreateSurfaceIntegrator(), lux::BidirIntegrator::CreateSurfaceIntegrator(), lux::TextureParams::GetFloatTexture(), lux::TextureParams::GetSpectrumTexture(), lux::Context::objectInstance(), and lux::Scene::Statistics().

#define LUX_BADVERSION   5

#define LUX_BADVERSION   5

#define LUX_BADVERSION   5

Definition at line 138 of file luxlex.l.

#define LUX_BUG   14

#define LUX_BUG   14

#define LUX_BUG   14

#define LUX_CONSISTENCY   43

#define LUX_CONSISTENCY   43

#define LUX_CONSISTENCY   43

#define LUX_DISKFULL   6

#define LUX_DISKFULL   6

#define LUX_DISKFULL   6

Definition at line 139 of file luxlex.l.

#define LUX_ERROR   2

#define LUX_ERROR   2

#define LUX_ERROR   2

Definition at line 168 of file luxlex.l.

Referenced by lux::Context::attributeEnd(), lux::Context::cleanup(), lux::RenderFarm::connect(), lux::ImageTexture< T >::CreateFloatTexture(), lux::DotsTexture< T >::CreateFloatTexture(), lux::Checkerboard::CreateFloatTexture(), lux::BlenderWoodTexture3D< T >::CreateFloatTexture(), lux::BlenderVoronoiTexture3D< T >::CreateFloatTexture(), lux::BlenderStucciTexture3D< T >::CreateFloatTexture(), lux::BlenderMusgraveTexture3D< T >::CreateFloatTexture(), lux::BlenderMarbleTexture3D< T >::CreateFloatTexture(), lux::BlenderDistortedNoiseTexture3D< T >::CreateFloatTexture(), lux::BlenderCloudsTexture3D< T >::CreateFloatTexture(), lux::BlenderBlendTexture3D< T >::CreateFloatTexture(), lux::BilerpTexture< T >::CreateFloatTexture(), lux::ImageData::createMIPMap(), lux::WaldTriangleMesh::CreateShape(), lux::BaryTriangleMesh::CreateShape(), lux::UVTexture::CreateSpectrumTexture(), lux::ImageTexture< T >::CreateSpectrumTexture(), lux::DotsTexture< T >::CreateSpectrumTexture(), lux::Checkerboard::CreateSpectrumTexture(), lux::BlenderWoodTexture3D< T >::CreateSpectrumTexture(), lux::BlenderVoronoiTexture3D< T >::CreateSpectrumTexture(), lux::BlenderStucciTexture3D< T >::CreateSpectrumTexture(), lux::BlenderMusgraveTexture3D< T >::CreateSpectrumTexture(), lux::BlenderMarbleTexture3D< T >::CreateSpectrumTexture(), lux::BlenderDistortedNoiseTexture3D< T >::CreateSpectrumTexture(), lux::BlenderCloudsTexture3D< T >::CreateSpectrumTexture(), lux::BlenderBlendTexture3D< T >::CreateSpectrumTexture(), lux::BilerpTexture< T >::CreateSpectrumTexture(), lux::DebugIntegrator::CreateSurfaceIntegrator(), lux::VolumeGrid::CreateVolumeRegion(), lux::RenderFarm::disconnectAll(), lux::RenderFarm::flush(), lux::TextureParams::GetFloatTexture(), lux::MIPMapImpl< T, U >::getMemoryUsed(), lux::TextureParams::GetSpectrumTexture(), InitParamSet(), lux::Matrix4x4::Inverse(), lux::RenderServer::join(), lux::Context::lightSource(), lux::ExPhotonIntegrator::LiInternal(), lux::MIPMapImpl< T, U >::Lookup(), lookupType(), luxErrorPrint(), luxInit(), main(), lux::MakeAccelerator(), lux::MakeAreaLight(), lux::MakeCamera(), lux::MakeFilm(), lux::MakeFilter(), lux::MakeFloatTexture(), lux::MakeLight(), lux::MakeMaterial(), lux::Context::makemixmaterial(), lux::MakeSampler(), lux::MakeShape(), lux::MakeSpectrumTexture(), lux::MakeSurfaceIntegrator(), lux::MakeToneMap(), lux::MakeVolumeIntegrator(), lux::MakeVolumeRegion(), lux::MIPMapImpl< T, U >::MIPMapImpl(), lux::Context::namedmaterial(), lux::Context::objectBegin(), lux::Context::objectEnd(), lux::Context::objectInstance(), lux::LuxGui::OnError(), lux::PlyMesh::PlyMesh(), lux::PhotonIntegrator::Preprocess(), lux::ExPhotonIntegrator::Preprocess(), processCommandFilm(), lux::StandardImageReader< T >::read(), lux::ExrImageReader::read(), lux::ReadImage(), lux::NetworkRenderServerThread::run(), lux::RenderFarm::send(), lux::RenderServer::start(), lux::Scene::Statistics(), lux::RenderServer::stop(), lux::Context::texture(), lux::Context::transformEnd(), lux::RenderFarm::updateFilm(), lux::FlexImageFilm::UpdateFilm(), and lux::MIPMapImpl< T, U >::~MIPMapImpl().

#define LUX_ILLSTATE   28

#define LUX_ILLSTATE   28

#define LUX_ILLSTATE   28

#define LUX_INFO   0

#define LUX_INFO   0

#define LUX_INFO   0

#define LUX_LIMIT   13

#define LUX_LIMIT   13

#define LUX_LIMIT   13

Definition at line 142 of file luxlex.l.

Referenced by lux::FlexImageFilm::MergeSampleArray(), and lux::SunLight::SunLight().

#define LUX_MATH   61

#define LUX_MATH   61

#define LUX_MATH   61

Definition at line 162 of file luxlex.l.

Referenced by lux::Matrix4x4::Inverse().

#define LUX_MISSINGDATA   46

#define LUX_MISSINGDATA   46

#define LUX_MISSINGDATA   46

Definition at line 159 of file luxlex.l.

Referenced by lux::VolumeGrid::CreateVolumeRegion(), and lux::Scene::Scene().

#define LUX_NESTING   24

#define LUX_NESTING   24

#define LUX_NESTING   24

#define LUX_NOERROR   0

#define LUX_NOERROR   0

#define LUX_NOERROR   0

#define LUX_NOFILE   3

#define LUX_NOFILE   3

#define LUX_NOFILE   3

#define LUX_NOMEM   1

#define LUX_NOMEM   1

#define LUX_NOMEM   1

Definition at line 134 of file luxlex.l.

#define LUX_NOPLUGIN   45

#define LUX_NOPLUGIN   45

#define LUX_NOPLUGIN   45

Definition at line 158 of file luxlex.l.

#define LUX_NOTATTRIBS   26

#define LUX_NOTATTRIBS   26

#define LUX_NOTATTRIBS   26

Definition at line 148 of file luxlex.l.

#define LUX_NOTOPTIONS   25

#define LUX_NOTOPTIONS   25

#define LUX_NOTOPTIONS   25

Definition at line 147 of file luxlex.l.

#define LUX_NOTPRIMS   27

#define LUX_NOTPRIMS   27

#define LUX_NOTPRIMS   27

Definition at line 149 of file luxlex.l.

#define LUX_NOTSTARTED   23

#define LUX_NOTSTARTED   23

#define LUX_NOTSTARTED   23

Definition at line 145 of file luxlex.l.

Referenced by lux::Context::cleanup(), and luxStatistics().

#define LUX_NULL   NULL

#define LUX_NULL   NULL

#define LUX_NULL   NULL

Definition at line 33 of file luxlex.l.

Referenced by lux::buildParameterList().

#define LUX_RANGE   42

#define LUX_RANGE   42

#define LUX_RANGE   42

Definition at line 155 of file luxlex.l.

#define LUX_SEVERE   3

#define LUX_SEVERE   3

#define LUX_SEVERE   3

#define LUX_SYNTAX   47

#define LUX_SYNTAX   47

#define LUX_SYNTAX   47

#define LUX_SYSTEM   2

#define LUX_SYSTEM   2

#define LUX_SYSTEM   2

#define LUX_UNIMPLEMENT   12

#define LUX_UNIMPLEMENT   12

#define LUX_UNIMPLEMENT   12

#define LUX_WARNING   1

#define LUX_WARNING   1

#define LUX_WARNING   1


Typedef Documentation

typedef void(* LuxErrorHandler)(int code, int severity, const char *msg)

Definition at line 115 of file api.h.

typedef char * LuxPointer

Definition at line 31 of file api.h.

typedef char * LuxToken

Definition at line 30 of file api.h.


Function Documentation

void luxAccelerator ( const char *  name,
  ... 
)

Definition at line 177 of file api.cpp.

References EXTRACT_PARAMETERS, luxAcceleratorV(), and PASS_PARAMETERS.

Referenced by luxAcceleratorV(), and yyparse().

void luxAcceleratorV ( const char *  name,
int  n,
LuxToken  tokens[],
LuxPointer  params[] 
)

Definition at line 183 of file api.cpp.

References luxAccelerator().

Referenced by luxAccelerator().

void luxAddServer ( const char *  name  ) 

Definition at line 79 of file api.cpp.

References luxAddServer().

Referenced by luxAddServer(), main(), and lux::LuxGuiApp::ProcessCommandLine().

int luxAddThread (  ) 

void luxAreaLightSource ( const char *  name,
  ... 
)

Definition at line 330 of file api.cpp.

References EXTRACT_PARAMETERS, luxAreaLightSourceV(), and PASS_PARAMETERS.

Referenced by luxAreaLightSourceV(), and yyparse().

void luxAreaLightSourceV ( const char *  name,
int  n,
LuxToken  tokens[],
LuxPointer  params[] 
)

Definition at line 336 of file api.cpp.

References luxAreaLightSource().

Referenced by luxAreaLightSource().

void luxAttributeBegin (  ) 

Definition at line 241 of file api.cpp.

References luxAttributeBegin().

Referenced by luxAttributeBegin(), lux::NetworkRenderServerThread::run(), and yyparse().

void luxAttributeEnd (  ) 

Definition at line 245 of file api.cpp.

References luxAttributeEnd().

Referenced by luxAttributeEnd(), lux::NetworkRenderServerThread::run(), and yyparse().

void luxCamera ( const char *  name,
  ... 
)

Definition at line 226 of file api.cpp.

References EXTRACT_PARAMETERS, luxCameraV(), and PASS_PARAMETERS.

Referenced by luxCameraV(), and yyparse().

void luxCameraV ( const char *  name,
int  n,
LuxToken  tokens[],
LuxPointer  params[] 
)

Definition at line 232 of file api.cpp.

References luxCamera().

Referenced by luxCamera().

void luxConcatTransform ( float  transform[16]  ) 

Definition at line 101 of file api.cpp.

References luxConcatTransform().

Referenced by luxConcatTransform(), and yyparse().

void luxCoordinateSystem ( const char *   ) 

Definition at line 117 of file api.cpp.

References luxCoordinateSystem().

Referenced by luxCoordinateSystem(), and yyparse().

void luxCoordSysTransform ( const char *   ) 

Definition at line 121 of file api.cpp.

References luxCoordSysTransform().

Referenced by luxCoordSysTransform(), and yyparse().

void luxEnableDebugMode (  ) 

Definition at line 504 of file api.cpp.

References luxEnableDebugMode().

Referenced by luxEnableDebugMode(), main(), and lux::LuxGuiApp::ProcessCommandLine().

void luxErrorAbort ( int  code,
int  severity,
const char *  message 
)

Definition at line 531 of file api.cpp.

References LUX_INFO, and luxErrorPrint().

void luxErrorHandler ( LuxErrorHandler  handler  ) 

Definition at line 527 of file api.cpp.

References luxError.

Referenced by lux::LuxGui::LuxGui().

void luxErrorIgnore ( int  code,
int  severity,
const char *  message 
)

Definition at line 537 of file api.cpp.

References luxLastError.

void luxErrorPrint ( int  code,
int  severity,
const char *  message 
)

Definition at line 541 of file api.cpp.

References LUX_ERROR, LUX_INFO, LUX_SEVERE, LUX_WARNING, and luxLastError.

Referenced by luxErrorAbort().

void luxExit (  ) 

Definition at line 445 of file api.cpp.

References luxExit().

Referenced by exit_cb(), luxExit(), main(), lux::LuxGui::OnExit(), and lux::NetworkRenderServerThread::run().

void luxFilm ( const char *  name,
  ... 
)

Definition at line 143 of file api.cpp.

References EXTRACT_PARAMETERS, luxFilmV(), and PASS_PARAMETERS.

Referenced by luxFilmV(), and yyparse().

void luxFilmV ( const char *  name,
int  n,
LuxToken  tokens[],
LuxPointer  params[] 
)

Definition at line 149 of file api.cpp.

References luxFilm().

Referenced by luxFilm().

unsigned char* luxFramebuffer (  ) 

Definition at line 470 of file api.cpp.

References luxFramebuffer().

Referenced by bindFrameBuffer(), luxFramebuffer(), and lux::LuxOutputWin::OnDraw().

int luxGetNetworkServerUpdateInterval (  ) 

void luxIdentity (  ) 

Definition at line 89 of file api.cpp.

References luxIdentity().

Referenced by luxIdentity(), lux::NetworkRenderServerThread::run(), and yyparse().

void luxLightSource ( const char *  name,
  ... 
)

Definition at line 315 of file api.cpp.

References EXTRACT_PARAMETERS, luxLightSourceV(), and PASS_PARAMETERS.

Referenced by luxLightSourceV(), and yyparse().

void luxLightSourceV ( const char *  name,
int  n,
LuxToken  tokens[],
LuxPointer  params[] 
)

Definition at line 321 of file api.cpp.

References luxLightSource().

Referenced by luxLightSource().

void luxLookAt ( float  ex,
float  ey,
float  ez,
float  lx,
float  ly,
float  lz,
float  ux,
float  uy,
float  uz 
)

Definition at line 112 of file api.cpp.

References luxLookAt().

Referenced by luxLookAt(), lux::NetworkRenderServerThread::run(), and yyparse().

void luxMakeNamedMaterial ( const char *  name,
  ... 
)

Definition at line 289 of file api.cpp.

References EXTRACT_PARAMETERS, luxMakeNamedMaterialV(), and PASS_PARAMETERS.

Referenced by luxMakeNamedMaterialV(), and yyparse().

void luxMakeNamedMaterialV ( const char *  name,
int  n,
LuxToken  tokens[],
LuxPointer  params[] 
)

Definition at line 295 of file api.cpp.

References luxMakeNamedMaterial().

Referenced by luxMakeNamedMaterial().

void luxMaterial ( const char *  name,
  ... 
)

Definition at line 278 of file api.cpp.

References EXTRACT_PARAMETERS, luxMaterialV(), and PASS_PARAMETERS.

Referenced by luxMaterialV(), and yyparse().

void luxMaterialV ( const char *  name,
int  n,
LuxToken  tokens[],
LuxPointer  params[] 
)

Definition at line 284 of file api.cpp.

References luxMaterial().

Referenced by luxMaterial().

void luxNamedMaterial ( const char *  name,
  ... 
)

Definition at line 300 of file api.cpp.

References EXTRACT_PARAMETERS, luxNamedMaterialV(), and PASS_PARAMETERS.

Referenced by luxNamedMaterialV(), and yyparse().

void luxNamedMaterialV ( const char *  name,
int  n,
LuxToken  tokens[],
LuxPointer  params[] 
)

Definition at line 306 of file api.cpp.

References luxNamedMaterial().

Referenced by luxNamedMaterial().

void luxObjectBegin ( const char *  name  ) 

Definition at line 389 of file api.cpp.

References luxObjectBegin().

Referenced by luxObjectBegin(), and yyparse().

void luxObjectEnd (  ) 

Definition at line 392 of file api.cpp.

References luxObjectEnd().

Referenced by luxObjectEnd(), lux::NetworkRenderServerThread::run(), and yyparse().

void luxObjectInstance ( const char *  name  ) 

Definition at line 395 of file api.cpp.

References luxObjectInstance().

Referenced by luxObjectInstance(), and yyparse().

void luxPause (  ) 

Definition at line 441 of file api.cpp.

References luxPause().

Referenced by luxPause(), lux::LuxGui::OnMenu(), and RenderPause().

void luxPixelFilter ( const char *  name,
  ... 
)

Definition at line 125 of file api.cpp.

References EXTRACT_PARAMETERS, luxPixelFilterV(), and PASS_PARAMETERS.

Referenced by luxPixelFilterV(), and yyparse().

void luxPixelFilterV ( const char *  name,
int  n,
LuxToken  tokens[],
LuxPointer  params[] 
)

Definition at line 131 of file api.cpp.

References luxPixelFilter().

Referenced by luxPixelFilter().

void luxPortalShape ( const char *  name,
  ... 
)

Definition at line 345 of file api.cpp.

References EXTRACT_PARAMETERS, luxPortalShapeV(), and PASS_PARAMETERS.

Referenced by luxPortalShapeV(), and yyparse().

void luxPortalShapeV ( const char *  name,
int  n,
LuxToken  tokens[],
LuxPointer  params[] 
)

Definition at line 351 of file api.cpp.

References luxPortalShape().

Referenced by luxPortalShape().

void luxRemoveThread (  ) 

Definition at line 459 of file api.cpp.

References luxRemoveThread().

Referenced by luxRemoveThread(), RemoveThread(), and lux::LuxGui::SetRenderThreads().

void luxReverseOrientation (  ) 

Definition at line 371 of file api.cpp.

References luxReverseOrientation().

Referenced by luxReverseOrientation(), lux::NetworkRenderServerThread::run(), and yyparse().

void luxRotate ( float  angle,
float  ax,
float  ay,
float  az 
)

Definition at line 104 of file api.cpp.

References luxRotate().

Referenced by luxRotate(), lux::NetworkRenderServerThread::run(), and yyparse().

void luxSampler ( const char *  name,
  ... 
)

Definition at line 161 of file api.cpp.

References EXTRACT_PARAMETERS, luxSamplerV(), and PASS_PARAMETERS.

Referenced by luxSamplerV(), and yyparse().

void luxSamplerV ( const char *  name,
int  n,
LuxToken  tokens[],
LuxPointer  params[] 
)

Definition at line 167 of file api.cpp.

References luxSampler().

Referenced by luxSampler().

void luxScale ( float  sx,
float  sy,
float  sz 
)

Definition at line 108 of file api.cpp.

References luxScale().

Referenced by luxScale(), and yyparse().

void luxSetNetworkServerUpdateInterval ( int  updateInterval  ) 

void luxShape ( const char *  name,
  ... 
)

Definition at line 360 of file api.cpp.

References EXTRACT_PARAMETERS, luxShapeV(), and PASS_PARAMETERS.

Referenced by luxShapeV(), and yyparse().

void luxShapeV ( const char *  name,
int  n,
LuxToken  tokens[],
LuxPointer  params[] 
)

Definition at line 366 of file api.cpp.

References luxShape().

Referenced by luxShape().

void luxStart (  ) 

Definition at line 437 of file api.cpp.

References luxStart().

Referenced by luxStart(), lux::LuxGui::OnMenu(), and RenderStart().

double luxStatistics ( const char *  statName  ) 

void luxSurfaceIntegrator ( const char *  name,
  ... 
)

Definition at line 192 of file api.cpp.

References EXTRACT_PARAMETERS, luxSurfaceIntegratorV(), and PASS_PARAMETERS.

Referenced by luxSurfaceIntegratorV(), and yyparse().

void luxSurfaceIntegratorV ( const char *  name,
int  n,
LuxToken  tokens[],
LuxPointer  params[] 
)

Definition at line 198 of file api.cpp.

References luxSurfaceIntegrator().

Referenced by luxSurfaceIntegrator().

void luxTexture ( const char *  name,
const char *  type,
const char *  texname,
  ... 
)

void luxTextureV ( const char *  name,
const char *  type,
const char *  texname,
int  n,
LuxToken  tokens[],
LuxPointer  params[] 
)

Definition at line 269 of file api.cpp.

References luxTexture().

Referenced by luxTexture().

void luxTransform ( float  transform[16]  ) 

Definition at line 97 of file api.cpp.

References luxTransform().

Referenced by luxTransform(), and yyparse().

void luxTransformBegin (  ) 

Definition at line 249 of file api.cpp.

References luxTransformBegin().

Referenced by luxTransformBegin(), lux::NetworkRenderServerThread::run(), and yyparse().

void luxTransformEnd (  ) 

Definition at line 253 of file api.cpp.

References luxTransformEnd().

Referenced by luxTransformEnd(), lux::NetworkRenderServerThread::run(), and yyparse().

void luxTranslate ( float  dx,
float  dy,
float  dz 
)

Definition at line 93 of file api.cpp.

References luxTranslate().

Referenced by luxTranslate(), and yyparse().

void luxUpdateFilmFromNetwork (  ) 

Definition at line 508 of file api.cpp.

References luxUpdateFilmFromNetwork().

Referenced by luxUpdateFilmFromNetwork().

void luxUpdateFramebuffer (  ) 

void luxVolume ( const char *  name,
  ... 
)

Definition at line 378 of file api.cpp.

References EXTRACT_PARAMETERS, luxVolumeV(), and PASS_PARAMETERS.

Referenced by luxVolumeV(), and yyparse().

void luxVolumeIntegrator ( const char *  name,
  ... 
)

Definition at line 209 of file api.cpp.

References EXTRACT_PARAMETERS, luxVolumeIntegratorV(), and PASS_PARAMETERS.

Referenced by luxVolumeIntegratorV(), and yyparse().

void luxVolumeIntegratorV ( const char *  name,
int  n,
LuxToken  tokens[],
LuxPointer  params[] 
)

Definition at line 215 of file api.cpp.

References luxVolumeIntegrator().

Referenced by luxVolumeIntegrator().

void luxVolumeV ( const char *  name,
int  n,
LuxToken  tokens[],
LuxPointer  params[] 
)

Definition at line 384 of file api.cpp.

References luxVolume().

Referenced by luxVolume().

void luxWait (  ) 

void luxWorldBegin (  ) 

Definition at line 237 of file api.cpp.

References luxWorldBegin().

Referenced by luxWorldBegin(), lux::NetworkRenderServerThread::run(), and yyparse().

void luxWorldEnd (  ) 

Definition at line 398 of file api.cpp.

References luxWorldEnd().

Referenced by luxWorldEnd(), lux::NetworkRenderServerThread::run(), and yyparse().


Variable Documentation

Definition at line 115 of file luxlex.l.

Referenced by luxErrorIgnore(), and luxErrorPrint().


Generated on Mon May 18 07:16:12 2009 for lux by  doxygen 1.5.8