Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
VLX wrapper of vl::PatchParameter. More...
#include <VLXWrappers.hpp>
Public Member Functions | |
void | importPatchParameter (const VLXStructure *vlx, PatchParameter *pp) |
virtual ref< Object > | importVLX (VLXSerializer &s, const VLXStructure *vlx) |
void | exportPatchParameter (const PatchParameter *pp, VLXStructure *vlx) |
virtual ref< VLXStructure > | exportVLX (VLXSerializer &s, const Object *obj) |
VLX wrapper of vl::PatchParameter.
Definition at line 1189 of file VLXWrappers.hpp.
void vl::VLXClassWrapper_PatchParameter::importPatchParameter | ( | const VLXStructure * | vlx, |
PatchParameter * | pp | ||
) | [inline] |
Definition at line 1191 of file VLXWrappers.hpp.
References vl::PatchParameter::setPatchDefaultInnerLevel(), vl::PatchParameter::setPatchDefaultOuterLevel(), vl::PatchParameter::setPatchVertices(), vl::VLXStructure::value(), vl::vlx_vec2(), and vl::vlx_vec4().
Referenced by importVLX().
virtual ref<Object> vl::VLXClassWrapper_PatchParameter::importVLX | ( | VLXSerializer & | s, |
const VLXStructure * | vlx | ||
) | [inline, virtual] |
Implements vl::VLXClassWrapper.
Definition at line 1214 of file VLXWrappers.hpp.
References vl::ref< T >::get(), importPatchParameter(), and vl::VLXSerializer::registerImportedStructure().
void vl::VLXClassWrapper_PatchParameter::exportPatchParameter | ( | const PatchParameter * | pp, |
VLXStructure * | vlx | ||
) | [inline] |
Definition at line 1223 of file VLXWrappers.hpp.
References vl::PatchParameter::patchDefaultInnerLevel(), vl::PatchParameter::patchDefaultOuterLevel(), vl::PatchParameter::patchVertices(), and vl::vlx_toValue().
Referenced by exportVLX().
virtual ref<VLXStructure> vl::VLXClassWrapper_PatchParameter::exportVLX | ( | VLXSerializer & | s, |
const Object * | obj | ||
) | [inline, virtual] |
Implements vl::VLXClassWrapper.
Definition at line 1230 of file VLXWrappers.hpp.
References vl::Object::as(), exportPatchParameter(), vl::VLXSerializer::generateID(), vl::VLXSerializer::registerExportedObject(), VL_CHECK, and vl::vlx_makeTag().