Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
VLX wrapper of vl::SecondaryColor. More...
#include <VLXWrappers.hpp>
Public Member Functions | |
void | importSecondaryColor (VLXSerializer &s, const VLXStructure *vlx, SecondaryColor *obj) |
virtual ref< Object > | importVLX (VLXSerializer &s, const VLXStructure *vlx) |
void | exportSecondaryColor (const SecondaryColor *obj, VLXStructure *vlx) |
virtual ref< VLXStructure > | exportVLX (VLXSerializer &s, const Object *obj) |
VLX wrapper of vl::SecondaryColor.
Definition at line 2984 of file VLXWrappers.hpp.
void vl::VLXClassWrapper_SecondaryColor::importSecondaryColor | ( | VLXSerializer & | s, |
const VLXStructure * | vlx, | ||
SecondaryColor * | obj | ||
) | [inline] |
Definition at line 2986 of file VLXWrappers.hpp.
References vl::VLXValue::ArrayReal, vl::VLXValue::getArrayReal(), vl::VLXStructure::getValue(), vl::SecondaryColor::setValue(), vl::VLXValue::type(), VLX_IMPORT_CHECK_RETURN, and vl::vlx_vec3().
Referenced by importVLX().
virtual ref<Object> vl::VLXClassWrapper_SecondaryColor::importVLX | ( | VLXSerializer & | s, |
const VLXStructure * | vlx | ||
) | [inline, virtual] |
Implements vl::VLXClassWrapper.
Definition at line 2993 of file VLXWrappers.hpp.
References vl::ref< T >::get(), importSecondaryColor(), and vl::VLXSerializer::registerImportedStructure().
void vl::VLXClassWrapper_SecondaryColor::exportSecondaryColor | ( | const SecondaryColor * | obj, |
VLXStructure * | vlx | ||
) | [inline] |
Definition at line 3002 of file VLXWrappers.hpp.
References vl::SecondaryColor::value(), and vl::vlx_toValue().
Referenced by exportVLX().
virtual ref<VLXStructure> vl::VLXClassWrapper_SecondaryColor::exportVLX | ( | VLXSerializer & | s, |
const Object * | obj | ||
) | [inline, virtual] |
Implements vl::VLXClassWrapper.
Definition at line 3007 of file VLXWrappers.hpp.
References vl::Object::as(), exportSecondaryColor(), vl::VLXSerializer::generateID(), vl::VLXSerializer::registerExportedObject(), VL_CHECK, and vl::vlx_makeTag().