#include <stdio.h>
#include "vuMisc/vuCommandLineTool.h"
#include "vuLightfield/Converter/vuSphericLightfieldConverter.h"
#include "vuFile/vuFileHelper.h"
Include dependency graph for vul2vul.cpp:
Go to the source code of this file.
Functions | |
bool | _isConverterAvailable (vuString &file) |
void | destroy () |
void | convert () |
vuString | _helpString (vuCommandLineTool &tool) |
bool | _parseParameters (int argc, const char **argv) |
int | main (int argc, const char **argv) |
Variables | |
vuString | g_ErrorMsg |
bool | g_IsVerbose = true |
vuString | g_Type |
vuString | g_OutputFile |
vuString | g_InputFile |
vuBasicLightfieldConverter * | g_Converter = NULL |
|
Definition at line 70 of file vul2vul.cpp. References vuCommandLineTool::toolName(). Referenced by _parseParameters(). |
Here is the call graph for this function:
|
Definition at line 18 of file vul2vul.cpp. References g_Converter, g_ErrorMsg, vuSphericLightfieldConverterFactory::getConverter(), vuFileHelper::getFileType(), vuString::getLength(), and vuString::hasPrefix(). Referenced by _parseParameters(). |
Here is the call graph for this function:
|
Definition at line 91 of file vul2vul.cpp. References _helpString(), _isConverterAvailable(), vuCommandLineTool::fileExists(), g_ErrorMsg, g_InputFile, g_OutputFile, g_Type, vuCommandLineTool::getArgument(), vuCommandLineTool::hasParameter(), vuString::isEmpty(), vuCommandLineTool::numberOfNonParameters(), vuCommandLineTool::stringForParameter(), vuCommandLineTool::toolName(), and word. Referenced by main(). |
Here is the call graph for this function:
|
Definition at line 60 of file vul2vul.cpp. References vuBasicLightfieldConverter::convert(), g_Converter, g_InputFile, g_IsVerbose, and g_OutputFile. |
Here is the call graph for this function:
|
Definition at line 55 of file vul2vul.cpp. References CHECKNDELETE, and g_Converter. |
|
Definition at line 165 of file vul2vul.cpp. References _parseParameters(), convert(), destroy(), and g_ErrorMsg. |
Here is the call graph for this function:
|
Definition at line 16 of file vul2vul.cpp. |
|
Definition at line 10 of file vul2vul.cpp. |
|
Definition at line 14 of file vul2vul.cpp. |
|
Definition at line 11 of file vul2vul.cpp. |
|
Definition at line 13 of file vul2vul.cpp. |
|
Definition at line 12 of file vul2vul.cpp. |