GemaLuaCoreLib
The GeMA Lua Core library
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 CGmLuaAccessorBaseA helper class for implementing the common behaviour between GmLuaValueAccessor, GmLuaCellAccessor, GmLuaGaussAccessor, GmLuaBoudaryConditionAccessor and GmLuaDiscontinuityAccessor
 COptionsOptions for valueStr()
 CGmLuaAccessorIndexA helper class for implementing the common behaviour between GmLuaValueAccessor, GmLuaCellAccessor and GmLuaDiscontinuityAccessor on top of GmLuaAccessorBase by adding a second template parameter to represent the index used to represent a value inside the accessor (which can be an integer, a cell or a discontinuity)
 CGmLuaBCAccessorA proxy class to export to the Lua environment the common methods between a GmBoundaryConditionAccessor and a GmContactBoundaryConditionAccessor
 CGmLuaBorderIntegrationRuleA proxy class to export GmBorderIntegrationRule methods to the Lua environment
 CGmLuaBoundaryConditionA proxy class to export GmBoundaryCondition methods to the Lua environment
 CGmLuaBoundaryConditionAccessorA proxy class to export GmBoundaryConditionAccessor methods to the Lua environment
 CGmLuaBoundaryConditionBaseA proxy class to export common methods between GmBoundaryCondition and GmContact BoundaryCondition to the Lua environment
 CGmLuaCellA proxy class to export GmCell methods to the Lua environment
 CGmLuaCellAccessorA proxy class to export GmCellAccessor methods to the Lua environment
 CGmLuaCellBoundaryA proxy class to export GmCellBoundary methods to the Lua environment
 CGmLuaCellGeometryA proxy class to export GmCellGeometry methods to the Lua environment
 CGmLuaCellGroupSetA proxy class to export GmCellGroupSet methods to the Lua environment
 CGmLuaCellMeshA proxy class to export GmCellMesh methods to the Lua environment
 CGmLuaCellTaskA task function object responsible for calling a Lua function that gets as parameters an iterator for the given cell data set plus any extra parameters common to all tasks
 CGmLuaContactBoundaryConditionA proxy class to export GmContactBoundaryCondition methods to the Lua environment
 CGmLuaContactBoundaryConditionAccessorA proxy class to export GmContactBoundaryConditionAccessor methods to the Lua environment
 CIType for an object index. Makes the implementation follow closer the one in GmLuaAccessorIndex
 CGmLuaDiscontinuityA proxy class to export GmDiscontinuity methods to the Lua environment
 CGmLuaDiscontinuityAccessorA proxy class to export GmDiscontinuityAccessor methods to the Lua environment
 CGmLuaDiscontinuitySetA proxy class to export GmDiscontinuitySet methods to the Lua environment
 CGmLuaElementA proxy class to export GmElement methods to the Lua environment
 CGmLuaElementMeshA proxy class to export GmElementMesh methods to the Lua environment
 CGmLuaGaussAccessorA proxy class to export GmGaussAccessor methods to the Lua environment
 CGmLuaGaussCloudToPointInterpolatorA proxy class to export GmGaussCloudToPointInterpolator and GmGaussCloudToPointMInterpolator methods to the Lua environment
 CGmLuaGaussNeighborsToNodeInterpolatorA proxy class to export GmGaussNeighborsToNodeInterpolator and GmGaussNeighborsToNodeMInterpolator methods to the Lua environment
 CGmLuaGaussToNodeInterpolatorA proxy class to export GmGaussToElementNodeInterpolator and GmGaussToElementNodeMInterpolator methods to the Lua environment
 CGmLuaGaussToPointInterpolatorA proxy class to export GmGaussToElementPointInterpolator and GmGaussToElementPointMInterpolator methods to the Lua environment
 CGmLuaHElementA proxy class to export GmHElement methods to the Lua environment
 CGmLuaIntegrationRuleA proxy class to export GmIntegrationRule methods to the Lua environment
 CGmLuaIteratorFilterA filter class, suitable for use with GmFilteredCellIterator and GmFilteredBorderIterator. It calls a given Lua function as filter, providing, on demand, a set of useful data that can be used as filter criteria
 CGmLuaMatrixA proxy class to export GmMatrix and GmVector methods to the Lua environment
 CGmLuaMeshA proxy class to export GmMesh methods to the Lua environment
 CGmLuaModelDataA proxy class to export GmModelData methods to the Lua environment
 CGmLuaNodeCloudToPointInterpolatorA proxy class to export GmNodeCloudToPointInterpolator and GmNodeCloudToPointMInterpolator methods to the Lua environment
 CGmLuaNodeSetA proxy class to export GmNodeSet methods to the Lua environment
 CGmLuaNodeTaskA task function object responsible for calling a Lua function that gets as parameters an iterator for the given node data set plus any extra parameters common to all tasks
 CGmLuaNodeToPointInterpolatorA proxy class to export GmNodeToCellPointInterpolator, GmNodeToCellPointMInterpolator, GmNodeToElementPointInterpolator and GmNodeToElementPointMInterpolator methods to the Lua environment
 CGmLuaNodeValueAccessorA proxy class to export GmValueAccessor methods to the Lua environment with added support for ghost nodes. Used for mesh node accessors
 CGmLuaObjectA proxy class to export object methods to the Lua environment
 CGmLuaPropertySetA proxy class to export GmPropertySet methods to the Lua environment
 CGmLuaRegularGridMeshA proxy class to export GmRegularGridMesh methods to the Lua environment
 CGmLuaShapeA proxy class to export GmShape methods to the Lua environment
 CGmLuaSpatialIndexA proxy class to export GmSpatialIndex methods to the Lua environment
 CGmLuaStateDumpA proxy class to export GmStateDump methods to the Lua environment
 CGmLuaTaskA Thread task that is responsible for calling a Lua function that gets as parameters a single parameter with a per task value and a set of additional parameters that are common to all tasks
 CGmLuaValueAccessorA proxy class to export GmValueAccessor methods to the Lua environment. Use by property sets only
 CGmLuaValueInfoA proxy class to export GmValueInfo methods to the Lua environment