| _uuid_version_t | |
| Box2D::Arbiter | |
| Box2D::ArbiterKey | |
| Box2D::Body | |
| Box2DBody | Serializable wrapper for the Box2D rigid body |
| Box2DJoint | Serializable wrapper for the Box2D joint |
| Box2DScene | High-level interface to the Box2D physics |
| bz_stream | |
| bzFile | |
| CHMAC_SHA1 | |
| cl2DAccessMap | Representation of a map in the pathfinder |
| cl2DPassabilityMap | Passability map for the pathfinder |
| cl2DUniformGrid< T > | |
| clAction | The 'command' to be performed |
| Linderdaum::Helpers::clActorComparator | Compares order of actors serialization |
| Linderdaum::Helpers::clActorOverlayRenderer | Actors overlay renderer |
| Linderdaum::Helpers::clActorPauseTicker | Update actors in engine pause mode |
| Linderdaum::Helpers::clActorTicker | Update actors |
| clAliasMountPoint | The decorator to allow file name dereferencing |
| clAnalyzerFilter | Simple analyzer filter |
| clAnimation | Mesh animation container |
| clAnimationClock | Basic animation time counter |
| clAnimationTimeline | Animation timeline produces a sequence of PropertyChangeActions to modify properties of a targeted object |
| clAnimationUpdater | Updates animation state of the Geom instance inside the Scene |
| clAnimSet | Single animation sequence for the mesh |
| clAnnouncer | Automatic lifetime management for a sound (play once and remove). Used internally |
| clArchiveMountPoint | Implementation of a mount point for the uncompressed .RAR/.TAR files |
| clArchiveMP | Implementation of a mount point for the uncompressed .RAR/.TAR files |
| clArchiveReader | Encapsulation of .tar,.rar,.zip archive management |
| clArrayProperty | |
| clASELoader | Loader of ASE meshes |
| clASSAOPostprocessor | High dynamic range postprocessor |
| clAsyncCapsule_iMethod | Baked method call for the iMethod binder |
| clAudioListener | The audio-"projector", similar to the VisualCamera in VisualScene |
| clAudioSource_FMOD | FMOD audio source |
| clAudioSource_OpenAL | OpenAL audio source |
| clAudioSubSystem_FMOD | FMOD audio subsystem |
| clAudioSubSystem_OpenAL | OpenAL audio subsystem |
| clAudioThread | Updates all OpenAL sources in a separate thread |
| clBackEaseFunction | Ease function: Growth with slight initial delay |
| clBeginAnimationAction | Start the animation (call the Storyboard's Start() method) |
| clBehaviour | |
| clBitmap | Class for bitmap image representation |
| clBitmapAxis | The description of an axis for the on-screen joystick |
| clBitmapButton | The description of a button for the on-screen joystick |
| clBlob | A chunk of raw memory with hashing capabilities |
| clBoxZone | Box zone |
| clBZ2Compressor | BZip2 compressor |
| clBZ2Decompressor | BZip2 decompressor |
| clCallAction | Call some method (static or object-bound) |
| clCallAction_ObjectMethod | Action binder for object methods |
| clCallAction_StaticMethod | Action binder for static methods |
| clCallMethodAction | Call some method with arguments. Distinct from PropertyChangeAction |
| clCanvas | Drawing of geometry primitives. Not designed to be fast |
| clChangePropertyAction | Property changer of some object (using the GUID + property name) |
| clCircleEaseFunction | Ease function: 1-sqrt(1-t^2) |
| clCLBuffer | Generic data holder |
| clCLContext | OpenCL GPGPU context |
| clCLKernel | OpenCL kernel created from specified __kernel of the program |
| clClock | Something that ticks (supports the Update protocol) |
| clClockGroup | Hierarchical clock |
| clCLProgram | OpenCL program compiled from source |
| clCodePatch | Code fragment within LinderScript virtual machine |
| clColorFlowProvider | Simple list of colors: creates empty images |
| clConsole::clCommandsHistory | History of console commands |
| clCompositeAction | A sequence of actions |
| clCompositeBehaviour | |
| clCompositeConstraint | |
| clCompressTask | Internal representation of the compression process |
| clConsole | Virtual console |
| clConsoleCommand | Console command executor for function pointer wrapping |
| clCoordinateFrame | Might be called as a Frame, but I prefer rigid body - the source of transformation |
| clCubicEaseFunction | Ease function: f(t) = t^3 |
| clCurlDownloadTask | HTTP download task |
| clCurlSurface | Curly page |
| clCurvePointModifier | An adapter to modify a single point of a curve |
| clCVar | OLEVariant-like untyped variable |
| clCVarStore | A serializable collection of CVars meant to be used as a standalone configuration set |
| clDampingPositioner | A decorator which takes calculated position from another positioner and reaches it with some delay factor |
| clDecompressTask | Internal representation of the compression process |
| clDefaultMeasurer | |
| Linderdaum::Utils::clDeletionHelper | Universal deletion template |
| clDownloadAsyncResult | |
| clDownloader | |
| clDownloadTask | |
| clDownloadThread | High-level interface for network operations - http file downloads |
| clDX11RenderContext | DirectX 11 rendering context |
| clDynamicEventHandler | Base class for all the elements which support dynamic event handling/animatables |
| clEaseFunction | Modifier for the t in [0..1] |
| clEditor | High-level editing process control |
| clElasticEaseFunction | Ease function: exp(t) * sin(t) |
| clEmitter | The following is the original copyright notice from SPARK 1.0.4 |
| clEntity | |
| clEventTrigger | The class to bind some action(s) for the event |
| Linderdaum::clException | Parent class for all engine's exceptions |
| clExecutionThread | LinderScript virtual machine execution thread |
| clFeedbackScreenPostprocessor | |
| clFieldMap | |
| clFieldProperty | |
| clFieldSymbolDeclaration | |
| clFightingChessPositioner | Standart [mouse look] + [keyboard WSAD] controller |
| clFileCache | Simple map of filenames to GUIDs (to avoid container of the file names |
| clFileMapper | Basic file access interface |
| clFileSystem | Virtual File System interface providing I/O facilities |
| clFileWatchHandle | Object containing information about File watch process |
| clFileWriter | |
| clFilterPostprocessor | Postprocessing convolution filter interface |
| clFilterValidator | String validator |
| clFixedFontProperties | Font properties |
| clFloatAnimation | Simple linear interpolation of some property between two values |
| clFloatRangeValidator | Limited range floating point validator |
| clFloatValidator | Floating point number validator |
| clFlowFlinger | Fling/Swipe gesture handler for the flow selector |
| clFlowSelector | Flow-motion selector |
| clFlowSelectRenderer | Renderer for the image flow |
| clFlowUI | Composite object containing scene, flowselector, flowrenderer and pos/angle camera calculation code |
| clFontFace | Single font face |
| clFreeTypeFontProperties | FreeType font properties |
| clGameCamera | |
| clGeom | High-level representation of dynamically generated geometry (mesh proxies) |
| clGeomInstance | |
| clGeomServ | Collection of triangulation/facetting functions |
| clGestureHandler | Generic gesture handler, useful if you want to access multitouches manually |
| clGizmo | Generic visual modifier for 3d property tweaking |
| clGLAPIContainer | |
| clGLBuffer | Generic data holder |
| clGLFrameBuffer | |
| clGlobalClassSymbolDeclaration | |
| clGlobalPODSymbolDeclaration | |
| clGLQuery | |
| clGLRenderContext | OpenGL rendering context |
| clGLSLShaderProgram | |
| clGLTexture | |
| clGLVertexArray | |
| clGlyphsCache | |
| clGPSDevice | |
| clGraph | Oriented geometric graph. Vertices may also contain some iObjects (for each edge and vertex) |
| Linderdaum::clGuardian | Handles guard() macro |
| clGUIBorderPanel | Panel with a frame |
| clGUIBubbles | Sample animated particle system |
| clGUICheckBox | Base class for checkbox and radio button |
| clGUIColorDial | GTK-like color dial component |
| clGUICrossFadePage | Gradual opacity-based cross fade transition effect |
| clGUIDesktop | Root object for internal GUI |
| clGUIDialogWindow | Base class for window-like objects |
| clGUIEditorSceneView | Multi-view on-screen gui control |
| clGUIErrorPage | Standart information about some error |
| clGUIFlinger | The default flinging behaviour |
| clGUIFlow | The GUI control for the FlowUI |
| clGUIFlowFadePage | Gradual opacity-based cross fade transition effect |
| clGUIFullScreenGraph | Fullscreen graph for console variable value plots |
| clGUIGauge | Progress bar |
| clGUIHookRenderer | Implementation of the ViewRenderer to allow custom rendering (useful for quick multipage interfaces) |
| clGUIHookResponder | The event stream redirector - impementation of Responder |
| clGUIHorizontalSplitter | Horizontal splitter |
| clGUIHTTPCastPanel | HTTP streaming display |
| LVLib::clGUIInputHUD | User input handler |
| clGUIInputLine | Text input line |
| clGUIListBox | List box |
| clGUIManager | Internal GUI (Graphical User Interface) manager |
| clGUIMemo | Multiline text memo |
| clGUIMenuItem | Single menu item |
| clGUIMtxView | Orientation (x,y,z) axis triple |
| clGUINavigationBar | Slider |
| clGUIPage | GUI page - similar to GUI window but always occupies the whole screen and only one page can be active at a time |
| clGUIPanel | Static widget - can be used as icon or as a view collection |
| clGUIPositionAnimator | Simple linear interpolation of some property between two values |
| clGUIPushButton | Push button |
| clGUIRadioButton | Radio button |
| clGUIRadioGroup | Radio group |
| clGUISceneView | Scene viewer |
| clGUIScroller | Scroller |
| clGUIServerSearchPanel | UDP server search visual display |
| clGUISidebar | Sidebar |
| clGUISlidePage | Gradual opacity-based cross fade transition effect |
| clGUISlider | Slider |
| clGUISplitter | Base class for different splitters |
| clGUIStaticRect | Container do draw a colored rect |
| clGUIStaticWidget | Container for GUI elements that will not receive any messages |
| clGUIStdConsole | Default console HUD |
| clGUITab | Tab |
| clGUITabControl | Tab control |
| clGUITransitionPage | Auxillary transition GUI page |
| clGUIVerticalSplitter | Vertical splitter |
| clGUIVisualSceneView | Debug output of light's or camera's properties (uses VisualScene) |
| clGUIWaitPage | High-level user-percievable interface for lengthy processes (downloads, decompression, p2p node lookup, calculation etc.) |
| clGUIWindow | GUI window (moveable/sizeable) |
| clGyroscopeDevice | |
| clHDRPostprocessor | High dynamic range postprocessor |
| clHeightDataProvider< T > | Template for implementation on 8 and 16 bit height data provider |
| clHeightMapFacetter | Implementation of iHeightMapFacetter |
| clHeightmapGenerator | Heightmap geometry generator |
| clHighScores | High scores table with autosorting/loading/saving |
| clHTMLFormatter | |
| clHTMLState | |
| clHTTPRequestThread | |
| clHTTPServerThread | HTTP server thread |
| clHyperbolicParaboloid | Hyperbolic paraboloid |
| clImage | |
| clImageCache | |
| clImageCache2 | |
| clImageCachePage | |
| clImageCachePage2 | |
| clImageList | A list of images |
| clImageListFlowProvider | The FlowProvider to iterate through the list of images |
| clIntRangeValidator | Limited range integer validator |
| clIntValidator | Integer validator |
| Box2D::ClipVertex | |
| clJointsSet | Skeletal animation skeleton |
| clKeyboardDevice | |
| clKleinBottle | 'Standard' immersion of Klein bottle |
| clKleinBottle2 | Another embedding of the Klein's bottle |
| clKochanekBartelsSpline | Kochanek-Bartels spline |
| clLCMLoader | Loader of Linderdaum Cached Meshes |
| clLibrary | Dynamic link library |
| clLightNode | |
| clLinearAccelerometerDevice | |
| clLinearSurface | Surface defined by displacement of the C curve along Axis |
| clLinker | Main factory for all classes derived from iObject |
| clLoadOp_Capsule | |
| clLoadOp_Geom | |
| clLoadOp_Image | |
| clLoadOp_ImageStream | |
| clLocalizer | |
| clLogger | Global debug logging |
| clLogStream | Log output stream (text only) |
| clLVLibVolume | Internal helper class for LVLib implementation |
| clManagedMemRAWFile | |
| clMaterial | |
| clMaterialNode | |
| clMD5Loader | Loader of MD5 animated meshes |
| clMemFileWriter | File writer for some dynamically-sized Blob |
| clMemoryMountPoint | Memory block containing a number of virtual files |
| clMemRAWFile | |
| clMesh | Collection of vertex streams and materials |
| clMesh2 | Collection of vertex streams and materials |
| clMeshEdgeFaceConnectivity | Mesh connectivity information for computational geometry like intersection contours |
| clMeshPointModifier | Helper object for EditableMesh modification |
| clMetricScrewGenerator | Parametrized metric screw |
| clMLAAPostprocessor | MLAA postprocessor |
| clModPlugProvider | MOD/XM/IT streamer based on ModPlug library |
| clMoebiusBand | Moebius strip |
| clMonkeySaddle | Monkey saddle |
| clMorphCurve | Morph between Curve1 and Curve2 |
| clMorphSurface | Morph (linear interpolation) from one surface to another |
| clMountPoint | Mount point implementation for physical directories access |
| clMouseDevice | |
| clMutex | |
| clNativeAbstractStaticClass< T > | |
| clNativeStaticClass< T > | |
| clNativeStaticClass1< T, P0 > | |
| clNativeStaticClass2< T, P0, P1 > | |
| clNativeStaticClass3< T, P0, P1, P2 > | |
| clNativeStaticClass4< T, P0, P1, P2, P3 > | |
| clNativeStaticClass5< T, P0, P1, P2, P3, P4 > | |
| clNativeStaticClass6< T, P0, P1, P2, P3, P4, P5 > | |
| clNativeStaticClass7< T, P0, P1, P2, P3, P4, P5, P6 > | |
| clNativeStaticClass8< T, P0, P1, P2, P3, P4, P5, P6, P7 > | |
| clNativeStaticClass9< T, P0, P1, P2, P3, P4, P5, P6, P7, P8 > | |
| clNetworkManager | Network subsystem: HTTP services, RPC, remote input devices, async downloaders |
| clNodesAngleAnimator | Simple linear interpolation of angle between two values |
| clNormalEmitter | Emit velocity vectors which are normal to the current zone |
| clPanOrbitPositioner | 3ds/Maya-like camera |
| clParallel | Parallel executor of a number of actions |
| clParamSymbolDeclaration | |
| clParticle | Flyweight particle object with pointers to actual data |
| clParticleGroup | The group of particles |
| clParticleInterpolator | |
| clParticleModel | Behavior for particles' generation and evolution over time |
| clParticleModifier | Entity which modifiers particle behaviour |
| clParticleSystem | |
| clPath | Path generated by the pathfinder |
| clPathfinder | 2D pathfinder implementation |
| clPauseAnimationAction | Pause the storyboard |
| clPicker | |
| clPiecewiseLinearCurve | Simple piecewise linear curve |
| clPlanarReflection | |
| clPlaneZone | Oriented plane |
| clPODParameter< T > | Template for automatic extraction of POD size |
| clPointerParameter< T > | Implementation for pointers and references |
| clPointGridMesh | Rectangular grid with specified control points |
| clPointZone | Single point |
| clPowerEaseFunction | Ease function: f(t) = t^Power |
| clPrefab | Prefab for Maze engine |
| clPrefabCollection | List of objects. Used in high-level management (in editor) |
| clPreviewImageList | |
| clPropertyMap | |
| clPtr< T >::clProtector | |
| clProxyTexture | |
| clPtr< T > | Intrusive smart pointer |
| Linderdaum::clPtr_fun< T > | |
| clQuadraticEaseFunction | Ease function: f(t) = t^2 |
| clQuarticEaseFunction | Ease function: f(t) = t^4 |
| clQuinticEaseFunction | Ease function: f(t) = t^5 |
| clRailPositioner | Common WASD/QZEC controller |
| clRandomEmitter | Random-direction particle emitter |
| clRAWFile | Physical file representation |
| clRAWFileNonMapped | Physical file representation for those unsopporting memory-mapped files |
| clRAWLoader | RAW 3D textures loader |
| clRedirectEventAction | Post another GUI event (to allow event handling of child/parent controls) |
| clReflectionBuffer | |
| clRemoteImage | Image updating its contents from the specified URL |
| clRenderableString | |
| clRenderingTechnique | Default forward rendering technique with postprocessing pipeline |
| clRenderOp | |
| clRenderOp_Rect | |
| clRenderOp_RigidNode | |
| clRenderOperation | Primitive render operation used to sort render command |
| clRenderState | Low-level API-specific material description (a primitive material) |
| clRepeatBehaviour | Serializable description of repeatance behaviour: Repeat N times, forever or just once |
| clResourcesManager | Resources manager |
| clResumeAnimationAction | Resume the storyboard |
| clRevolutionParaboloid | Revolution paraboloid |
| clRevolutionSurface | Surface defined by revolution of the C curve around Axis |
| clRigidBody | Rigid body description |
| clRigidBodyTrajectory | Coordinates and orientations tied to time |
| clRigidInstance | |
| clRigidNode | |
| clROPsTraverser | Construct rendering sequence from a scene graph. Global transforms should be already updated prior to traversal |
| clRotateGizmo | Visual orientation modifier |
| clRunScriptAction | Run some console command sequence |
| clScene | |
| clSceneGraphBuilder | |
| clSceneNode | |
| clScreen | Screen management |
| clScreenJoystick | |
| clScreenshotAction | Async screenshot call |
| clScriptClass | |
| clScriptCompiler | Interface to external scripts compiler |
| clScriptedParam | Serializable representation of Scripted parameter |
| clScriptedPODParameter | |
| clScriptedPODParameter_Buffer | Implementation for plain old data (POD) parameters |
| clScriptField | |
| clScriptMethod | Script method (static, class) |
| clSelectionGroup | Virtual object representing a selection group |
| clSelectionPositioner | A switch between different camera modes |
| clSelector | Selector (probability or priority) executor of a set of actions |
| clSequence | Sequence selects the next behaviour |
| clSequenceImageList | Utility class to load the sequence of images |
| clServerSearchResult | Result from the server search task |
| clSimplePlane | Plane with the "origin" at P spanned by V1 and V2 vectors |
| clSoftFrameBuffer | |
| clSoftRenderContext | Abstract render context representation |
| clSoftShaderProgram | |
| clSoftTexture | |
| clSoftVertexArray | |
| clSpatialTool | Something which affects geometric properties of an object |
| clSphereZone | Spherical region |
| clSphericalEmitter | Spherical emitter |
| clSpline | Constrained cubic spline |
| clSplineKB | |
| clStandartPositioner | Utility class with all standart cameras: rail, orbit, max-like etc |
| clState | State of the object in engine's reflection system |
| clStaticEmitter | Zero-velocity particle emitter |
| clStatsReporter | Container of all the stuff related to on-screen debug display |
| clStdCameraPositioner | Standart key/mouse-based controller |
| clStopAnimationAction | Stop the storyboard |
| clStoryboard | High-level controller of the animations directly embeddable into EventTrigger's actions |
| clStoryboardAction | Common ancestor for the storyboard actions: finds Storyboard by ID |
| clStraightEmitter | Static direction emitter |
| clStringParameter | Implementation for std::string |
| clStringsStore | A serializable collection of strings meant to be used as a standalone configuration set |
| clSuperShapeGenerator | Http://en.wikipedia.org/wiki/Superformula |
| clSyncEvent | Interprocess synchronization object (events) |
| clTaskQueue | Thread-safe priority queue for task management |
| clTaskResultHandler | Temporary object to pass task result |
| clTerrain | |
| clTestClass | |
| clTestClient | |
| clTestHeightDataProvider | |
| clTextBlob | Blob object with text serialization support |
| clTextRenderer | FreeType-based text renderer |
| clTheoraEncoder | LibTheora-base video encoder |
| clThreadNameSetter | |
| clTimeline | Serializable time span with speed and repeat settings |
| clTimelineGroup | A group of timelines |
| clTimeManager | Global timing system |
| clTimer | Timer object which ticks at the specified rate (different from system's TimeQuantum) |
| clToneGenerator | Streaming monotone wave generator |
| clTorusKnot | Torus knot surface for the pair of cosimple (p,q) integers |
| clTrajectoryNode | Single trajectory node (selectable item) |
| clTrajectoryPositioner | Trajectory tracker for camera positioning |
| clTransformUpdateTraverser | |
| clTranslateGizmo | |
| clTubularNeighbourhood | Neighbourhood of the source curve |
| clUDPDiscoveryService | UDP discovery service: waits for 'hello' packets on some UDP socket |
| clUDPServerSearchTask | The thread to enumerate all local Linderdaum servers |
| clUniform | |
| clUniformMat4 | |
| clUniformVec4 | |
| clUVSurfaceGenerator | Surface generator |
| clValidator | Base class for user input validation in GUI |
| clVAMender | Topology generator (mesh index builder) |
| clVarSymbolDeclaration | |
| clVec3Animation | Smooth vector interpolation from Src to Dest |
| clVec3AnimationBase | Base animation class for all the Vec3 animations |
| clVertexAttribs | Container for vertex attribs (think about it like a mesh without internal hierarchy) |
| clVFWVideoDecoder | Video decoder implemented via Video For Windows |
| clVFWVideoEncoder | Video encoder implemented via Video For Windows |
| clViewport | |
| clViewTextFeeder | |
| clVirtualTrackball | Virtual trackball for user interaction with rotations |
| clVisualAnnouncer | |
| clVisualCamera | |
| clVisualCSMDirectionalLight | The light which implements CSM shadowing technique |
| clVisualCurve | Kochanek-Bartels spline visualizer |
| clVisualDebugBox | |
| clVisualDebugItem | |
| clVisualDebugPlane | |
| clVisualDirectionalLight | |
| clVisualGenerator | |
| clVisualGeom | |
| clVisualGraph | |
| clVisualLight | |
| clVisualMesh | |
| clVisualModifier | |
| clVisualObject | The basic element of the VisualScene |
| clVisualParticles | Some particle system, hopefully, GPU-based |
| clVisualPointLight | |
| clVisualProjector | Projector + Frustum + Optional positioner |
| clVisualRenderable | |
| clVisualScene | Basic editable scene |
| clVisualSpotLight | |
| clVisualVolume | The new-scene-wrapper for the VolumeRenderer |
| clWaveDataProvider_OGG | .OGG file data provider for audio streaming |
| clWaveDataProvider_WAV | .WAV file data provider for audio streaming |
| clWaveform | Generic holder of waveform data for audiosubsytem |
| clWeakPtr< T > | Intrusive weak smart pointer |
| clWhitneyUmbrella | Whitney's umbrella |
| clWordWrapFormatter | |
| clWorkerThread | Adapter for the TaskQueue to run in a separate thread |
| clWorkerThread2 | |
| clWorld | Container for iActor's |
| clZone | Some region in space |
| code | |
| CompositeVolumeWriter | |
| config_s | |
| Box2D::Contact | |
| CSHA1 | |
| ct_data_s | |
| curfile64_info | |
| DState | |
| Box2D::FeaturePair::Edges | |
| EState | |
| Box2D::FeaturePair | |
| FIBITMAP | |
| file_in_zip64_read_info_s | |
| FIMEMORY | |
| Guillotine::GuillotineBinPack | |
| gz_header_s | |
| gz_state | |
| happyhttp::HttpConn | HttpConn handles the socket connection, issuing of requests and managing responses |
| HttpDownloadConn | |
| happyhttp::HttpResponse | HttpResponse class handles parsing of response data |
| iActor | Base class for all game objects |
| iApplet | |
| iAsyncQueue | |
| iAsyncResult | Now the internal engine stuff |
| iAudioFilter | Sound stream modifier |
| iAudioObject | The element of the audio scene |
| iAudioSource | Audio source interface, also directly used in silent mode |
| iAudioSubSystem | Audio interface with dummy implementation of silent mode |
| iCameraPositioner | Abstract interface for camera transform calculation |
| iClock | IClock is defined to avoid tight coupling between Core and GUI/animation |
| iCompressor | Generic compressor |
| iCurve | 3D curve |
| iDecompressor | Generic decompressor |
| iEnvContainer | |
| iError | |
| iField | Generic interface for fields (properties) in engine's reflection system |
| iFlowProvider | Data source for the FlowUI (a.k.a. model in the MVC) |
| iFontProperties | |
| iGestureResponder | Responding for gestures-related events |
| iGPGPUContext | OpenCL GPGPU context |
| iGPUBuffer | |
| iGUIRegion | Rectangular region inside internal GUI subsystem |
| iGUIResponder | Responder for the general GUI events |
| iGUIView | Base class for all visible GUI elements |
| iGUIViewRenderer | Custom override renderer of UI elements |
| iHeightDataProvider | |
| iHeightMapFacetter | Does a tesselation of a heightmap using LHeightMap and attached iHeightDataProvider |
| iInputDevice | |
| iInputDeviceList | Yet another 'manager' ? Enumerates the devices (using OS API or something like DirectInput) |
| iIntrusiveCounter | Intrusive reference counter for garbage collection |
| iIStream | Input stream (TODO : split to InputStream and InputFileStream ) |
| iKernel2D | Generic 2D convolution kernel for heightmap |
| iKeyStore | |
| iLight | |
| iLoadOp | |
| iMeshLoader | Basic class for mesh loaders |
| iMeshLoader2 | Basic class for mesh2 loaders |
| iMethod | Generic representation of a method in engine's reflection system |
| IMG_tex_node | |
| iMountPoint | Mount point interface for virtual file system |
| inflate_state | |
| InputStreamAdapter | |
| InStream | |
| internal_state | |
| iObject | Base class for every Engine's objects |
| iOStream | Output stream |
| iParameter | Generic parameter interface for LinderScript |
| iPlacementConstraint | |
| iPool< T > | Pool of abstract items |
| iPostprocessor | Generic interface for 2D image postprocessor |
| iProperty | |
| iQuery | |
| iRAWFile | |
| iRenderContext | Abstract render context representation |
| iRenderTarget | Render target, can be binded to texture unit |
| iResource | |
| iSceneTraverser | |
| iShaderProgram | Vertex/Fragment/Geometry shaders container |
| iStack | Fast unsafe stack |
| iStaticClass | RTTI metaclass |
| iStringsApplet | |
| iSymbolDeclaration | Symbol declaration |
| iTask | Single cancellable task |
| iTask2 | |
| iTestApplet | |
| iTextFormatter | |
| iTextMeasurer | |
| iTexture | Interface to anything bindable to texture unit |
| iThread | |
| iTool | Unified tool object. Used for selection/item creation/placement/modification |
| iTransaction | |
| iUpdater | Used in the Scene to update states of geom instances inside the Scene |
| iVertexArray | GPU vertex array interface |
| iVideoDecoder | Video stream decoder interface |
| iVideoEncoder | Video stream encoder interface |
| iViewFeeder | |
| iVisualAnnouncer | Visual information. Can be used without GUI, similiar to audio announcer |
| iWaveDataProvider | Provider of waveform data for streaming |
| Box2D::Joint | |
| L2DBitArray64x64 | Bitmap for memory allocation mapping |
| LAABoundingBox | Axis-aligned bounding box |
| LArray< T > | |
| LAxisList | List of spans (boxes projected to axii) |
| LBox | Oriented bounding box used in collision detection and static geometry processing |
| LCamera | |
| LCameraInfo | |
| LCameraInfo_Default | |
| LCameraInfo_Rail | |
| LCircle | |
| LCircularBuffer< T, BufferType > | |
| LCollider | |
| LCollisionShape | |
| LCollisionShape_Box | |
| LCollisionShape_Plane | |
| LCollisionShape_Sphere | |
| LCVar | Lazy-linking to clCVar |
| LDictionaryBuilder | Dictionary for binary data sequences |
| LDirectInputJoystick | |
| LEventArgs | |
| LEventSubscriber | |
| LFeedbackLoop | Some feedback controller |
| LFFT | Utility class to hold the required temporary buffers for the 1D/2D/3D DFFT using Takuya Ooura's implementation |
| LFrustum | Viewing frustum |
| LHeightMap | |
| LHistogram1D | 1D histogram, useful for volume rendering. Support 8 and 16 bit data |
| LinearVolumeWriter | |
| linkedlist_data_s | |
| linkedlist_datablock_internal_s | |
| LInterpolator< T, TimeType > | |
| LInterval | A single interval used in sweep-and-prune CD |
| LKeyframer | Keyframes calculations |
| LKochanekBartelsInterpolator< T, TimeType > | Kochanek-Bartels interpolator |
| LLine | Infinite line defined by two points |
| LLinearInterpolator< T, TimeType > | |
| LLineSegment | 3D Line segment defined by two points |
| LMatrix3 | 3x3 matrix |
| LMatrix4 | 4x4 matrix |
| LMotionData | |
| LMutex | |
| LNoise | Multidimensional noise generator |
| LOBBTree | |
| LPacket | Small class for network buffer management |
| LPlane | 3D plane representation |
| Linderdaum::Math::LPlaneHull | The convex hull defined by the (small and fixed) set of planes |
| Linderdaum::Math::LPoly | Single polygon capable of splitting and triangulating itself |
| Linderdaum::Math::LPolyList | A "linear" polyhedron with no connectivity/adjacency information. Not suitable for fast calculations |
| LProportionalFeedbackLoop | Proportional linear/angular controller which drives a list of values/angles to specified values with a given speed |
| LQuaternion | Quaternion |
| LQuaternionFeedbackLoop | Feedback loop |
| LRect | 2D rectangle (usually represent a 2D screen area) |
| LArray< T >::LReverseConstIterator | |
| LArray< T >::LReverseIterator | |
| LSize | 2D rectangle size (usually represent the size of a 2D screen area) |
| LSocket | |
| LSphere | 3D sphere representation |
| LStringBuffer | Internal representation of strings inside LinderScript virtual machine |
| LTCPSocket | |
| LText | |
| LTextLine | |
| LTextSpan | |
| LTransform | Utility class representing the 3D transformation |
| LTransformFeedbackLoop | Drive a specified rigid body (a.k.a. transform) to the given position and orientation |
| LUDPSocket | |
| LUDPSocket_Virtual | |
| LURL | URL/URI class |
| LVector2 | 2D vector |
| LVector2i | 2D integer vector |
| LVector3 | 3D vector |
| LVector3i | 3D integer vector |
| LVector4 | 4D vector |
| LVector4i | 4D int vector |
| LWinDeviceList | WinAPI devices |
| Box2D::Mat22 | |
| MD5_CTX | |
| md5_st | |
| MemInStream | |
| MemOutStream | |
| MemStream | |
| mlNode | Single node of ML file |
| mlTreeBuilder | |
| NetDeviceClient | |
| NetDeviceClientRec | |
| NetDeviceServer | |
| oAuth | |
| OutputStreamAdapter | |
| OutStream | |
| ParameterType< T > | |
| strParser::parserState | Saved parser state |
| Particles | GPU particle system |
| prng_st | |
| Guillotine::Rect | |
| Guillotine::RectSize | |
| RescaleThreadParams_t | |
| RigidBodyController | Generic rigid body controller |
| RigidBodyController_MoveTo | Simple manipulation: set desired position and orientation for body |
| RigidBodyController_Walk | |
| s2DWaypoint | 2D waypoint in a path |
| sAdapterInfo | Short structure with the information about available network adapters |
| sAnimSequence | |
| sASEMap | ASE texture map description |
| sASEMaterial | Internal representation of ASE material entry |
| LEventSubscriber::sAsyncCall | |
| sAttribStream< T > | Stream of abstract attribs (vertices, texcoords, bones etc.) |
| sAuxInputStream | |
| sBitmapFormatDescription | |
| sBitmapParams | |
| sBMLHeader_s | |
| sBMLTree | Binary markup tree representation |
| sBMLTreeBuilder | Int -> Strings mapper in a single memory block |
| sCacheEntry | |
| sCanvasOp | Generic canvas drawing operation |
| sChannelData | Single-channel float-valued data (-1..1 normalized samples) |
| Linderdaum::Math::sCollisionInfo | Detailed information about collision |
| Box2DScene::sCollisionSubscriber | Fixed number of events in the single structure |
| clTaskQueue::sCompareTasksByPriority | Comparator for our priority queue |
| clMeshEdgeFaceConnectivity::sConnectivityEdge | Indices of adjacent faces and vertices |
| clMeshEdgeFaceConnectivity::sConnectivityFace | Indices of adjacent edges and vertices |
| sConsoleMessage | |
| clParticleGroup::sCreationData | Information to create another particle (delayed creation) |
| clMeshEdgeFaceConnectivity::sEdgeIntersectionPoint | We store the array of these structs to calculate the intersection curves later |
| clParticleGroup::sEmitterData | Emmiter data (ref + number of particles to spawn) |
| sEnvironment | Engine entry point |
| SeriesVolumeWriter | |
| sFaceNormal | Collection of normals for a single face |
| clArchiveReader::sFileInfo | Internal file information |
| sFileLocation | File entry attributes |
| clTextRenderer::sFTChar | Internal representation of a single freetype character |
| sGlyphKey | |
| cl2DUniformGrid< T >::sGridCell | |
| sGUIUniforms | |
| sha1_st | |
| SHA1_WORKSPACE_BLOCK | |
| SHA1Context | |
| LEventSubscriber::sHandler | |
| clHighScores::sHighScoreRec | |
| sHTTPServerRequest | HTTP server request/response structure |
| SimplePhysics | |
| clLinker::sInstantiationProxy | |
| clSceneGraphBuilder::sInstantiationProxy | |
| sInstruction | LinderScript virtual machine instruction representation |
| sInterpolatorEntry | Single entry of particle's interpolation graph |
| sIntVec2 | |
| sJoint | Skeletal animation joint |
| sMaterialDesc | Material description for material system |
| sMaterialProperties | Bitwise image of material properties layout in "Layout.sp" |
| sMatrices | Bitwise image of matrices layout in "Layout.sp" |
| sMD5BaseFrameJoint | MD5 skeleton joint |
| sMD5HierarchyItem | MD5 generic item |
| sMD5Mesh | MD5 mesh (collection of vertices, triangles, weights and points) |
| sMD5Triangle | MD5 indexed triangle |
| sMD5Vertex | MD5 vertex description |
| clGUIMemo::sMemoLine | Internal representation of a colored text line inside a memo control |
| sMouseCursorInfo | |
| sOBBNode | Single node of the OBB tree. No pointers, only indices |
| sParticle | |
| sParticleData | |
| sParticlePool< T > | The following is the original copyright notice from SPARK 1.0.4 |
| sRigidID | |
| sSysEnv | Engine low-level environment (logger, linker and file system) |
| clGUITabControl::sTab | Internal representation of a tab |
| sTagHandler | |
| static_tree_desc_s | |
| sTextureFormatRec | |
| clLogger::sThreadLogContext | |
| sTouchPoint | |
| strParser | Lightweight textbuffer tokenizer |
| sUniform | |
| sVAContainer | |
| sVideoSystemInfo | Information about current rendering system |
| LVLib::sVRGlobals | Internal global parameters of LVLib |
| sWaveDataFormat | Format of waveform data |
| sWeight | Skeletal joint weight |
| tm_unz_s | |
| tm_zip_s | |
| tree_desc_s | |
| twitCurl | |
| uColorHasher | |
| unz64_file_pos_s | |
| unz64_s | |
| unz_file_info64_internal_s | |
| unz_file_info64_s | |
| unz_file_info_s | |
| unz_file_pos_s | |
| unz_global_info64_s | |
| unz_global_info_s | |
| uuid_ | |
| uuid_obj_t | |
| uuid_st | |
| Box2D::Vec2 | |
| VolumeHistogram | |
| VolumeHistogram1D | |
| VolumeHistogram2D | |
| VolumeSlice | |
| VolumeSlicer | |
| VolumeStream | |
| VolumeVector< ComponentT, Dim > | |
| VolumeWriter | |
| VoxelNeighbourhoodIterator | |
| Box2D::World | |
| pugi::xml_attribute | |
| pugi::xml_attribute_iterator | |
| pugi::xml_attribute_struct | A 'name=value' XML attribute structure |
| pugi::xml_document | |
| pugi::xml_named_node_iterator | |
| pugi::xml_node | |
| pugi::xml_node_iterator | |
| pugi::xml_node_struct | An XML document tree node |
| pugi::xml_object_range< It > | |
| pugi::xml_parse_result | |
| pugi::xml_text | |
| pugi::xml_tree_walker | |
| pugi::xml_writer | |
| pugi::xml_writer_file | |
| z_stream_s | |
| zip64_internal | |
| zip_fileinfo | |
| zlib_filefunc64_32_def_s | |
| zlib_filefunc64_def_s | |
| zlib_filefunc_def_s | |