Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
VLX wrapper of vl::VertexAttrib. More...
#include <VLXWrappers.hpp>
Public Member Functions | |
void | importVertexAttrib (VLXSerializer &s, const VLXStructure *vlx, VertexAttrib *obj) |
virtual ref< Object > | importVLX (VLXSerializer &s, const VLXStructure *vlx) |
void | exportVertexAttrib (const VertexAttrib *obj, VLXStructure *vlx) |
virtual ref< VLXStructure > | exportVLX (VLXSerializer &s, const Object *obj) |
VLX wrapper of vl::VertexAttrib.
Definition at line 2904 of file VLXWrappers.hpp.
void vl::VLXClassWrapper_VertexAttrib::importVertexAttrib | ( | VLXSerializer & | s, |
const VLXStructure * | vlx, | ||
VertexAttrib * | obj | ||
) | [inline] |
Definition at line 2906 of file VLXWrappers.hpp.
References vl::VLXValue::ArrayReal, vl::VLXValue::getArrayReal(), vl::VLXValue::getString(), vl::VLXStructure::getValue(), vl::Object::setObjectName(), vl::VertexAttrib::setValue(), vl::VLXValue::type(), VLX_IMPORT_CHECK_RETURN, and vl::vlx_vec4().
Referenced by importVLX().
virtual ref<Object> vl::VLXClassWrapper_VertexAttrib::importVLX | ( | VLXSerializer & | s, |
const VLXStructure * | vlx | ||
) | [inline, virtual] |
Implements vl::VLXClassWrapper.
Definition at line 2917 of file VLXWrappers.hpp.
References vl::ref< T >::get(), importVertexAttrib(), and vl::VLXSerializer::registerImportedStructure().
void vl::VLXClassWrapper_VertexAttrib::exportVertexAttrib | ( | const VertexAttrib * | obj, |
VLXStructure * | vlx | ||
) | [inline] |
Definition at line 2926 of file VLXWrappers.hpp.
References vl::Object::objectName(), vl::VertexAttrib::value(), vl::vlx_String(), and vl::vlx_toValue().
Referenced by exportVLX().
virtual ref<VLXStructure> vl::VLXClassWrapper_VertexAttrib::exportVLX | ( | VLXSerializer & | s, |
const Object * | obj | ||
) | [inline, virtual] |
Implements vl::VLXClassWrapper.
Definition at line 2933 of file VLXWrappers.hpp.
References vl::Object::as(), exportVertexAttrib(), vl::VLXSerializer::generateID(), vl::VLXSerializer::registerExportedObject(), VL_CHECK, and vl::vlx_makeTag().