Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
#include <cstdio>#include <cstdlib>#include <string.h>#include <string>#include <vector>#include <vlCore/VisualizationLibrary.hpp>#include <vlCore/Time.hpp>#include <vlCore/ResourceDatabase.hpp>#include <vlGraphics/plugins/ioVLX.hpp>#include <vlGraphics/expandResourceDatabase.hpp>Go to the source code of this file.
Functions | |
| void | printHelp () |
| int | main (int argc, const char *argv[]) |
| void printHelp | ( | ) |
Definition at line 16 of file vlxtool.cpp.
Referenced by main().
| int main | ( | int | argc, |
| const char * | argv[] | ||
| ) |
Definition at line 29 of file vlxtool.cpp.
References vl::Time::elapsed(), vl::String::empty(), vl::String::endsWith(), vl::expandResourceDatabase(), vl::ref< T >::get(), vl::VisualizationLibrary::init(), vl::loadResource(), printHelp(), vl::saveVLB(), vl::saveVLT(), vl::Time::start(), and vl::String::toStdString().