#include <GeometryPyCXX.h>
◆ Vector2dPy()
Base::Vector2dPy::Vector2dPy |
( |
Py::PythonClassInstance * |
self, |
|
|
Py::Tuple & |
args, |
|
|
Py::Dict & |
kwds |
|
) |
| |
◆ ~Vector2dPy()
Base::Vector2dPy::~Vector2dPy |
( |
| ) |
|
|
virtual |
◆ getattro()
Py::Object Base::Vector2dPy::getattro |
( |
const Py::String & |
name_ | ) |
|
◆ init_type()
void Base::Vector2dPy::init_type |
( |
void |
| ) |
|
|
static |
◆ repr()
Py::Object Base::Vector2dPy::repr |
( |
| ) |
|
|
virtual |
◆ setattro()
int Base::Vector2dPy::setattro |
( |
const Py::String & |
name_, |
|
|
const Py::Object & |
value |
|
) |
| |
◆ setValue() [1/2]
void Base::Vector2dPy::setValue |
( |
const Vector2d & |
n | ) |
|
◆ setValue() [2/2]
void Base::Vector2dPy::setValue |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
◆ value()
const Vector2d& Base::Vector2dPy::value |
( |
| ) |
const |
The documentation for this class was generated from the following files:
- src/Base/GeometryPyCXX.h
- src/Base/GeometryPyCXX.cpp