#include "OglGui/View.h"
#include "OglGui/ViewerPoint.h"
#include "OglGui/ViewerPointCloud.h"
#include "OglGui/ViewerPointCloudNavigator.h"
#include "OglGui/WindowView2D.h"
#include "OglGui/ConceptSupportControl.h"
#include "OglGui/FramesPerSecond.h"
#include "Core/Array/ReadJpg.h"
#include "Visualization/RgbOglImage.h"
#include "OglGui/OglLib.cpp"
#include "Link/ImpalaLib.cpp"
Include dependency graph for mainConceptSupport.cpp:
Go to the source code of this file.
Defines | |
#define | ALL_AT_ONCE |
#define | ANIMATE_POINTS |
Functions | |
OGLIMAGE * | OglImageReadJpg (strconst str) |
OGLVIEW * | ViewReadImage (OGLWND *oglWnd, int n) |
void | FormatError (char *str) |
OGLVIEW * | ViewReadImageFile (OGLWND *oglWnd, char *fileName) |
void | ReadTheImages (FILE *fp, OGLWND *oglWnd, ULONG *colors, int maxNr, float minX, float maxX, float minY, float maxY) |
void | WriteImageFile (char *fileName, int maxNr, float minX, float maxX, float minY, float maxY, char *imageName) |
int | main (int argc, char *argv[]) |