#include <stdio.h>
#include "Volume/Regular/Unimodal/3d/1B/Intensity/SimpleFVR/vuSimpleFVR.h"
#include "vuMisc/vuCommandLineTool.h"
#include "vuTFunc/vuTFDesign.h"
Include dependency graph for vud2vuf.cpp:
Go to the source code of this file.
Functions | |
void | doIt (void) |
bool | loadTFuncFromFile (vuString fileName) |
vuString | _helpString (vuCommandLineTool &tool) |
bool | _parseParameters (int argc, const char **argv) |
int | main (int argc, const char **argv) |
Variables | |
vuString | g_ErrorMsg |
vuString | g_OutputFile |
vuString | g_InputFile |
vuTFDesign * | g_TFunc = NULL |
float | g_MultPad = M_SQRT2 |
float | g_AddPad = 0.0 |
float | g_Scale = 1.0f |
|
Definition at line 50 of file vud2vuf.cpp. References vuCommandLineTool::toolName(). |
Here is the call graph for this function:
|
Here is the call graph for this function:
|
Definition at line 21 of file vud2vuf.cpp. References vu1112119::convertVUD2VUF(), g_AddPad, g_InputFile, g_MultPad, g_OutputFile, g_Scale, and g_TFunc. Referenced by main(). |
Here is the call graph for this function:
|
Definition at line 29 of file vud2vuf.cpp. References CHECKNDELETE, g_TFunc, vuTFDesign::generateFunction(), vuString::isEmpty(), and vuTFDesign::loadTF(). Referenced by _parseParameters(). |
Here is the call graph for this function:
|
Definition at line 153 of file vud2vuf.cpp. References _parseParameters(), doIt(), and g_ErrorMsg. |
Here is the call graph for this function:
|
Definition at line 18 of file vud2vuf.cpp. Referenced by _parseParameters(), and doIt(). |
|
Definition at line 13 of file vud2vuf.cpp. Referenced by _isConverterAvailable(), _parseParameters(), and main(). |
|
Definition at line 15 of file vud2vuf.cpp. Referenced by _parseParameters(), convert(), doIt(), and init(). |
|
Definition at line 17 of file vud2vuf.cpp. Referenced by _parseParameters(), and doIt(). |
|
Definition at line 14 of file vud2vuf.cpp. Referenced by _parseParameters(), convert(), display(), doIt(), and main(). |
|
Definition at line 19 of file vud2vuf.cpp. Referenced by _parseParameters(), and doIt(). |
|
Definition at line 16 of file vud2vuf.cpp. Referenced by doIt(), and loadTFuncFromFile(). |