View on GitHub
Vistle
Distributed Data-parallel Scientific Visualization in VR
Overview
Architecture
API
Publications
Gallery
util
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
7
namespace
vistle
{
8
9
V_UTILEXPORT
std::string
getbindir
(
int
argc,
char
*argv[]);
10
11
}
// namespace vistle
12
#endif
vistle
Definition:
allobjects.cpp:30
vistle::getbindir
std::string getbindir(int argc, char *argv[])
Definition:
findself.cpp:50
export.h
V_UTILEXPORT
#define V_UTILEXPORT
Definition:
export.h:19