|
quadgrid 0.1
simple cartesian quad grid with particles for c++/octave
|
#include <octave/oct.h>#include <octave/interpreter.h>#include <quadgrid_cpp.h>#include <iostream>#include <memory>Go to the source code of this file.
Classes | |
| class | quadgrid |
Functions | |
| const std::shared_ptr< quadgrid_t< ColumnVector > > | ov_quadgrid (const octave_value &in) |
| std::shared_ptr< quadgrid_t< ColumnVector > > | ov_quadgrid (octave_value &in) |
| bool | is_quadgrid (const octave_value &in) |
| bool is_quadgrid | ( | const octave_value & | in | ) |
| const std::shared_ptr< quadgrid_t< ColumnVector > > ov_quadgrid | ( | const octave_value & | in | ) |
| std::shared_ptr< quadgrid_t< ColumnVector > > ov_quadgrid | ( | octave_value & | in | ) |