View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

findself.h
Go to the documentation of this file.
1#ifndef FINDSELF_H
2#define FINDSELF_H
3
4#include <string>
5#include "export.h"
6
7namespace vistle {
8
9V_UTILEXPORT std::string getbindir(int argc, char *argv[]);
10
11} // namespace vistle
12#endif
Definition: allobjects.cpp:30
std::string getbindir(int argc, char *argv[])
Definition: findself.cpp:50
#define V_UTILEXPORT
Definition: export.h:19