|
Visualization Library 2.0.0-b3
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <vlCore/VLXClassWrapper.hpp>#include <vlCore/VLXRegistry.hpp>#include <vlCore/VLXSerializer.hpp>#include <vlCore/VLXValue.hpp>#include <vlCore/vlxutils.hpp>Go to the source code of this file.
Namespaces | |
| vl | |
| Visualization Library main namespace. | |
Macros | |
| #define | VL_SERIALIZER_VERSION 100 |
| #define | VLX_IMPORT_CHECK_RETURN(Condition, Obj) |
| #define | VLX_IMPORT_CHECK_RETURN_NULL(Condition, Obj) |
Functions | |
| VLXValue | vl::export_AABB (const AABB &aabb) |
| AABB | vl::import_AABB (const VLXStructure *vlx) |
| VLXValue | vl::export_Sphere (const Sphere &sphere) |
| Sphere | vl::import_Sphere (const VLXStructure *vlx) |
| #define VL_SERIALIZER_VERSION 100 |
Definition at line 41 of file VLXWrappers.hpp.
| #define VLX_IMPORT_CHECK_RETURN | ( | Condition, | |
| Obj | |||
| ) |
Definition at line 43 of file VLXWrappers.hpp.
Referenced by vl::VLXClassWrapper_Actor::importActor(), vl::VLXClassWrapper_ActorEventCallback::importActorEventCallback(), vl::VLXClassWrapper_Camera::importCamera(), vl::VLXClassWrapper_ClipPlane::importClipPlane(), vl::VLXClassWrapper_Color::importColor(), vl::VLXClassWrapper_DrawCall::importDrawCall(), vl::VLXClassWrapper_Effect::importEffect(), vl::VLXClassWrapper_Geometry::importGeometry(), vl::VLXClassWrapper_GLSLProgram::importGLSLProgram(), vl::VLXClassWrapper_GLSLShader::importGLSLShader(), vl::VLXClassWrapper_Light::importLight(), vl::VLXClassWrapper_LODEvaluator::importLODEvaluator(), vl::VLXClassWrapper_Material::importMaterial(), vl::VLXClassWrapper_Normal::importNormal(), vl::VLXClassWrapper_ResourceDatabase::importResourceDatabase(), vl::VLXClassWrapper_SecondaryColor::importSecondaryColor(), vl::VLXClassWrapper_Shader::importShader(), vl::VLXClassWrapper_TexParameter::importTexParameter(), vl::VLXClassWrapper_Texture::importTexture(), vl::VLXClassWrapper_TextureSampler::importTextureSampler(), vl::VLXClassWrapper_Transform::importTransform(), vl::VLXClassWrapper_Uniform::importUniform(), vl::VLXClassWrapper_VertexAttrib::importVertexAttrib(), and vl::VLXClassWrapper_Viewport::importViewport().
| #define VLX_IMPORT_CHECK_RETURN_NULL | ( | Condition, | |
| Obj | |||
| ) |
Definition at line 50 of file VLXWrappers.hpp.
Referenced by vl::VLXClassWrapper_Array::importVLX().
Visualization Library 2.0.0-b3 Reference Documentation
Updated on Tue Feb 7 2017 00:26:06.
© Copyright Michele Bosi. All rights reserved.