/home/runner/work/kynema/kynema/kynema/src/interfaces/constraint_data.hpp Source File

Kynema API: /home/runner/work/kynema/kynema/kynema/src/interfaces/constraint_data.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
Loading...
Searching...
No Matches
constraint_data.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <cstddef>
4
5namespace kynema::interfaces {
6
11 size_t id;
12};
13
14} // namespace kynema::interfaces
Definition blade_interface.cpp:9
A wrapper around the Constraint ID of a given constraint.
Definition constraint_data.hpp:10
size_t id
Definition constraint_data.hpp:11