LSST Applications 29.2.0,g04e9c324dd+8c5ae1fdc5,g123d84c11c+8c5ae1fdc5,g1567b3d500+b0659b51fd,g1fd858c14a+f0198063e6,g262e1987ae+ddad5971a2,g29a0cc5914+9941618539,g29ae962dfc+65771b1219,g2cef7863aa+aef1011c0b,g35bb328faa+8c5ae1fdc5,g3fd5ace14f+65596d926d,g47891489e3+f62ff855a3,g4d44eb3520+5e59dfe5df,g53246c7159+8c5ae1fdc5,g667e5db04e+cf951d6fc1,g67b6fd64d1+f62ff855a3,g67fd3c3899+c3deb07ab9,g74acd417e5+29806445f4,g786e29fd12+668abc6043,g87389fa792+8856018cbb,g89139ef638+f62ff855a3,g8d7436a09f+1e696a951a,g8ea07a8fe4+72e50bfcbe,g90f42f885a+232124b352,g97be763408+27a7069373,g9dd6db0277+c3deb07ab9,ga1e959baac+5fbc491aed,ga2a72113ab+fe106acc69,gabf8522325+f227d7ba3a,gac2eed3f23+f62ff855a3,gb89ab40317+f62ff855a3,gceab9eb81a+45f7d1ed17,gd14cc1c8cb+796e414499,gd8ff7fe66e+c3deb07ab9,gdab6d2f7ff+29806445f4,gdc713202bf+c3deb07ab9,ge410e46f29+f62ff855a3,geaed405ab2+2322f1d6ea,gffca2db377+8c5ae1fdc5
LSST Data Management Base Package
Loading...
Searching...
No Matches
pybind11.cc File Reference
#include <pybind11/pybind11.h>
#include "pybind11.h"

Go to the source code of this file.

Macros

#define STRINGIFY(x)
 
#define MACRO_STRINGIFY(x)
 

Functions

 PYBIND11_MODULE (_gauss2d, m)
 

Macro Definition Documentation

◆ MACRO_STRINGIFY

#define MACRO_STRINGIFY ( x)
Value:
#define STRINGIFY(x)
Definition pybind11.cc:28

Definition at line 29 of file pybind11.cc.

◆ STRINGIFY

#define STRINGIFY ( x)
Value:
#x

Definition at line 28 of file pybind11.cc.

Function Documentation

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( _gauss2d ,
m  )

Definition at line 31 of file pybind11.cc.

31 {
32 m.doc() = "Gauss2D Python bindings";
35 bind_ellipse(m);
37 bind_image(m);
38 bind_object(m);
39#ifdef VERSION
40 m.attr("__version__") = MACRO_STRINGIFY(VERSION);
41#else
42 m.attr("__version__") = "dev";
43#endif
44}
#define MACRO_STRINGIFY(x)
Definition pybind11.cc:29
void bind_ellipse(py::module &m)
Definition ellipse.cc:40
void bind_image(py::module &m)
Definition image.cc:42
void bind_object(py::module &m)
Definition object.cc:38
void bind_centroid(py::module &m)
Definition centroid.cc:40
void bind_coordinatesystem(py::module &m)
void bind_gaussian(py::module &m)
Definition gaussian.cc:42