PyPO User Manual
 
Loading...
Searching...
No Matches
InterfaceReflector.h
Go to the documentation of this file.
1#include "Structs.h"
2
3#ifndef __InterfaceReflector_h
4#define __InterfaceReflector_h
5
6#ifdef _WIN32
7# define PYPO_DLL __declspec(dllexport)
8#else
9# define PYPO_DLL
10#endif
11
12/*! \file InterfaceReflector.h
13 \brief Header for reflector generation interface.
14
15 Declaration of interface for reflector objects.
16 @see Structs
17 @see generateGrid()
18 @see generateGridf()
19*/
20extern "C"
21{
22 PYPO_DLL void generateGrid(reflparams refl, reflcontainer *container,
23 bool transform=true, bool spheric=true);
24
25 PYPO_DLL void generateGridf(reflparamsf refl, reflcontainerf *container,
26 bool transform=true, bool spheric=true);
27}
28#endif
PYPO_DLL void generateGridf(reflparamsf refl, reflcontainerf *container, bool transform=true, bool spheric=true)
Definition InterfaceReflector.cpp:921
PYPO_DLL void generateGrid(reflparams refl, reflcontainer *container, bool transform=true, bool spheric=true)
Definition InterfaceReflector.cpp:818
Structs used within PyPO.
Definition Structs.h:133
Definition Structs.h:321
Definition Structs.h:111
Definition Structs.h:299