Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
VLX wrapper of vl::DistanceLODEvaluator and vl::PixelLODEvaluator. More...
#include <VLXWrappers.hpp>
Public Member Functions | |
void | importLODEvaluator (VLXSerializer &s, const VLXStructure *vlx, LODEvaluator *obj) |
virtual ref< Object > | importVLX (VLXSerializer &s, const VLXStructure *vlx) |
void | exportLODEvaluator (VLXSerializer &s, const LODEvaluator *obj, VLXStructure *vlx) |
virtual ref< VLXStructure > | exportVLX (VLXSerializer &s, const Object *obj) |
VLX wrapper of vl::DistanceLODEvaluator and vl::PixelLODEvaluator.
Definition at line 1788 of file VLXWrappers.hpp.
void vl::VLXClassWrapper_LODEvaluator::importLODEvaluator | ( | VLXSerializer & | s, |
const VLXStructure * | vlx, | ||
LODEvaluator * | obj | ||
) | [inline] |
Definition at line 1790 of file VLXWrappers.hpp.
References vl::VLXValue::ArrayReal, vl::Object::as(), vl::DistanceLODEvaluator::distanceRangeSet(), vl::VLXStructure::getValue(), NULL, vl::PixelLODEvaluator::pixelRangeSet(), and VLX_IMPORT_CHECK_RETURN.
Referenced by importVLX().
virtual ref<Object> vl::VLXClassWrapper_LODEvaluator::importVLX | ( | VLXSerializer & | s, |
const VLXStructure * | vlx | ||
) | [inline, virtual] |
Implements vl::VLXClassWrapper.
Definition at line 1821 of file VLXWrappers.hpp.
References vl::ref< T >::get(), importLODEvaluator(), NULL, vl::VLXSerializer::registerImportedStructure(), and vl::VLXTaggedValue::tag().
void vl::VLXClassWrapper_LODEvaluator::exportLODEvaluator | ( | VLXSerializer & | s, |
const LODEvaluator * | obj, | ||
VLXStructure * | vlx | ||
) | [inline] |
Definition at line 1846 of file VLXWrappers.hpp.
References vl::Object::as(), vl::DistanceLODEvaluator::distanceRangeSet(), vl::PixelLODEvaluator::pixelRangeSet(), and vl::VLXSerializer::signalExportError().
Referenced by exportVLX().
virtual ref<VLXStructure> vl::VLXClassWrapper_LODEvaluator::exportVLX | ( | VLXSerializer & | s, |
const Object * | obj | ||
) | [inline, virtual] |
Implements vl::VLXClassWrapper.
Definition at line 1873 of file VLXWrappers.hpp.
References vl::Object::as(), exportLODEvaluator(), vl::VLXSerializer::generateID(), vl::VLXSerializer::registerExportedObject(), VL_CHECK, and vl::vlx_makeTag().