Visualization Library 2.1.0
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Translates a VLX hierarchy into VLT notation. More...
#include <VisitorExportToVLT.hpp>
Public Member Functions | |
VisitorExportToVLT () | |
bool | isUsed (const std::string &uid) |
void | indent () |
void | format (const char *fmt,...) |
void | visitValue (VLXValue &value) |
virtual void | visitStructure (VLXStructure *obj) |
virtual void | visitList (VLXList *list) |
virtual void | visitArray (VLXArrayInteger *arr) |
virtual void | visitArray (VLXArrayReal *arr) |
std::string | rawtextEncode (const char *str) |
std::string | stringEncode (const char *str) |
const std::string & | text () const |
std::string & | text () |
virtual void | output (const std::string &str) |
virtual void | output (const char *str) |
void | writeHeader () |
void | setIDSet (std::map< std::string, int > *uids) |
std::map< std::string, int > * | uidSet () |
const std::map< std::string, int > * | uidSet () const |
Public Member Functions inherited from vlX::Visitor | |
virtual void | visitRawtextBlock (VLXRawtextBlock *) |
bool | isVisited (void *node) |
void | resetVisitedNodes () |
Public Member Functions inherited from vl::Object | |
Object () | |
Constructor. More... | |
Object (const Object &other) | |
Copy constructor: copies the name, ref count mutex and user data. More... | |
Object & | operator= (const Object &other) |
Copy operator: copies the object's name, ref count mutex and user data. More... | |
const std::string & | objectName () const |
The name of the object, by default set to the object's class name. More... | |
void | setObjectName (const char *name) |
The name of the object, by default set to the object's class name in debug builds. More... | |
void | setObjectName (const std::string &name) |
The name of the object, by default set to the object's class name in debug builds. More... | |
void | setRefCountMutex (IMutex *mutex) |
The mutex used to protect the reference counting of an Object across multiple threads. More... | |
IMutex * | refCountMutex () |
The mutex used to protect the reference counting of an Object across multiple threads. More... | |
const IMutex * | refCountMutex () const |
The mutex used to protect the reference counting of an Object across multiple threads. More... | |
int | referenceCount () const |
Returns the number of references of an object. More... | |
void | incReference () const |
Increments the reference count of an object. More... | |
void | decReference () |
Decrements the reference count of an object and deletes it if both automaticDelete() is true the count reaches 0. More... | |
void | setAutomaticDelete (bool autodel_on) |
If set to true the Object is deleted when its reference count reaches 0. More... | |
bool | automaticDelete () const |
If set to true the Object is deleted when its reference count reaches 0. More... | |
template<class T > | |
T * | as () |
Casts an Object to the specified class. More... | |
template<class T > | |
const T * | as () const |
Casts an Object to the specified class. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from vl::Object | |
virtual | ~Object () |
Protected Attributes inherited from vl::Object | |
std::string | mObjectName |
IMutex * | mRefCountMutex |
int | mReferenceCount |
bool | mAutomaticDelete |
Translates a VLX hierarchy into VLT notation.
Definition at line 42 of file VisitorExportToVLT.hpp.
|
inline |
Definition at line 47 of file VisitorExportToVLT.hpp.
References NULL.
|
inline |
Definition at line 99 of file VisitorExportToVLT.hpp.
References output().
Referenced by visitArray(), visitList(), visitStructure(), and visitValue().
|
inline |
Definition at line 73 of file VisitorExportToVLT.hpp.
References output().
Referenced by visitArray(), visitList(), visitStructure(), and visitValue().
|
inline |
Definition at line 55 of file VisitorExportToVLT.hpp.
References VL_TRAP.
Referenced by visitStructure().
|
inlinevirtual |
Definition at line 378 of file VisitorExportToVLT.hpp.
Referenced by format(), indent(), visitArray(), visitList(), visitStructure(), and visitValue().
|
inlinevirtual |
Definition at line 383 of file VisitorExportToVLT.hpp.
|
inline |
Definition at line 324 of file VisitorExportToVLT.hpp.
Referenced by visitValue().
|
inline |
Definition at line 394 of file VisitorExportToVLT.hpp.
Referenced by vlX::VLXSerializer::saveVLT().
|
inline |
Definition at line 343 of file VisitorExportToVLT.hpp.
Referenced by visitValue().
|
inline |
Definition at line 374 of file VisitorExportToVLT.hpp.
Referenced by vlX::VLXSerializer::saveVLT().
|
inline |
Definition at line 376 of file VisitorExportToVLT.hpp.
|
inline |
Definition at line 396 of file VisitorExportToVLT.hpp.
|
inline |
Definition at line 398 of file VisitorExportToVLT.hpp.
|
inlinevirtual |
Reimplemented from vlX::Visitor.
Definition at line 262 of file VisitorExportToVLT.hpp.
References format(), indent(), output(), vlX::VLXTaggedValue::tag(), vlX::VLXArrayTemplate< T >::value(), and VL_CHECK.
|
inlinevirtual |
Reimplemented from vlX::Visitor.
Definition at line 280 of file VisitorExportToVLT.hpp.
References format(), indent(), output(), vlX::VLXTaggedValue::tag(), vlX::VLXArrayTemplate< T >::value(), and VL_CHECK.
|
inlinevirtual |
Reimplemented from vlX::Visitor.
Definition at line 222 of file VisitorExportToVLT.hpp.
References format(), indent(), vlX::Visitor::isVisited(), output(), vlX::VLXTaggedValue::tag(), vlX::VLXList::value(), visitValue(), and vl::Log::warning().
|
inlinevirtual |
Reimplemented from vlX::Visitor.
Definition at line 180 of file VisitorExportToVLT.hpp.
References format(), indent(), isUsed(), vlX::Visitor::isVisited(), output(), vlX::VLXTaggedValue::tag(), vlX::VLXStructure::uid(), vlX::VLXStructure::value(), and visitValue().
|
inline |
Definition at line 111 of file VisitorExportToVLT.hpp.
References vlX::VLXArrayInteger::acceptVisitor(), vlX::VLXArrayReal::acceptVisitor(), vlX::VLXStructure::acceptVisitor(), vlX::VLXList::acceptVisitor(), vlX::VLXValue::ArrayInteger, vlX::VLXValue::ArrayReal, vlX::VLXValue::Bool, format(), vlX::VLXValue::getArrayInteger(), vlX::VLXValue::getArrayReal(), vlX::VLXValue::getBool(), vlX::VLXValue::getID(), vlX::VLXValue::getIdentifier(), vlX::VLXValue::getInteger(), vlX::VLXValue::getList(), vlX::VLXValue::getRawtextBlock(), vlX::VLXValue::getReal(), vlX::VLXValue::getString(), vlX::VLXValue::getStructure(), vlX::VLXValue::ID, vlX::VLXValue::Identifier, indent(), vlX::VLXValue::Integer, vlX::VLXValue::List, output(), vlX::VLXValue::RawtextBlock, rawtextEncode(), vlX::VLXValue::Real, vlX::VLXValue::String, stringEncode(), vlX::VLXValue::Structure, vlX::VLXTaggedValue::tag(), vlX::VLXValue::type(), vlX::VLXRawtextBlock::value(), and VL_CHECK.
Referenced by visitList(), and visitStructure().
|
inline |
Definition at line 389 of file VisitorExportToVLT.hpp.
References vl::String::printf(), vl::String::toStdString(), and VL_SERIALIZER_VERSION.
Referenced by vlX::VLXSerializer::saveVLT().
Visualization Library 2.1.0 Reference Documentation
Updated on Wed Mar 10 2021 16:02:57.
© Copyright Michele Bosi. All rights reserved.