Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
VLX wrapper of vl::ClipPlane. More...
#include <VLXWrappers.hpp>
Public Member Functions | |
void | importClipPlane (VLXSerializer &s, const VLXStructure *vlx, ClipPlane *obj) |
virtual ref< Object > | importVLX (VLXSerializer &s, const VLXStructure *vlx) |
void | exportClipPlane (VLXSerializer &s, const ClipPlane *clip, VLXStructure *vlx) |
virtual ref< VLXStructure > | exportVLX (VLXSerializer &s, const Object *obj) |
VLX wrapper of vl::ClipPlane.
Definition at line 2642 of file VLXWrappers.hpp.
void vl::VLXClassWrapper_ClipPlane::importClipPlane | ( | VLXSerializer & | s, |
const VLXStructure * | vlx, | ||
ClipPlane * | obj | ||
) | [inline] |
Definition at line 2644 of file VLXWrappers.hpp.
References vl::VLXValue::ArrayReal, vl::ClipPlane::bindTransform(), vl::VLXValue::getArrayReal(), vl::VLXValue::getReal(), vl::VLXValue::getStructure(), vl::VLXSerializer::importVLX(), NULL, vl::ClipPlane::plane(), vl::VLXValue::Real, vl::Plane::setNormal(), vl::Plane::setOrigin(), vl::VLXValue::Structure, vl::VLXValue::type(), vl::VLXStructure::value(), VLX_IMPORT_CHECK_RETURN, and vl::vlx_vec3().
Referenced by importVLX().
virtual ref<Object> vl::VLXClassWrapper_ClipPlane::importVLX | ( | VLXSerializer & | s, |
const VLXStructure * | vlx | ||
) | [inline, virtual] |
Implements vl::VLXClassWrapper.
Definition at line 2672 of file VLXWrappers.hpp.
References vl::ref< T >::get(), importClipPlane(), and vl::VLXSerializer::registerImportedStructure().
void vl::VLXClassWrapper_ClipPlane::exportClipPlane | ( | VLXSerializer & | s, |
const ClipPlane * | clip, | ||
VLXStructure * | vlx | ||
) | [inline] |
Definition at line 2681 of file VLXWrappers.hpp.
References vl::ClipPlane::boundTransform(), vl::VLXSerializer::exportVLX(), vl::Plane::normal(), vl::Plane::origin(), vl::ClipPlane::plane(), and vl::vlx_toValue().
Referenced by exportVLX().
virtual ref<VLXStructure> vl::VLXClassWrapper_ClipPlane::exportVLX | ( | VLXSerializer & | s, |
const Object * | obj | ||
) | [inline, virtual] |
Implements vl::VLXClassWrapper.
Definition at line 2689 of file VLXWrappers.hpp.
References vl::Object::as(), exportClipPlane(), vl::VLXSerializer::generateID(), vl::VLXSerializer::registerExportedObject(), VL_CHECK, and vl::vlx_makeTag().