LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Functions
stack.cc File Reference
#include <memory>
#include <vector>
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include "lsst/afw/math/Stack.h"

Go to the source code of this file.

Functions

 PYBIND11_MODULE (stack, mod)
 

Function Documentation

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( stack  ,
mod   
)

Definition at line 110 of file stack.cc.

110  {
111  /* Module level */
112  declareStatisticsStack<float>(mod);
113  declareStatisticsStack<double>(mod);
114 }