![]() |
Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
|
This is the complete list of members for duckdb::SelectionVector, including all inherited members.
| data() (defined in duckdb::SelectionVector) | duckdb::SelectionVector | inline |
| data() const (defined in duckdb::SelectionVector) | duckdb::SelectionVector | inline |
| get_index(idx_t idx) const (defined in duckdb::SelectionVector) | duckdb::SelectionVector | inline |
| get_index_unsafe(idx_t idx) const (defined in duckdb::SelectionVector) | duckdb::SelectionVector | inline |
| Initialize(sel_t *sel) (defined in duckdb::SelectionVector) | duckdb::SelectionVector | inline |
| Initialize(idx_t count=STANDARD_VECTOR_SIZE) (defined in duckdb::SelectionVector) | duckdb::SelectionVector | inline |
| Initialize(buffer_ptr< SelectionData > data) (defined in duckdb::SelectionVector) | duckdb::SelectionVector | inline |
| Initialize(const SelectionVector &other) (defined in duckdb::SelectionVector) | duckdb::SelectionVector | inline |
| Inverted(const SelectionVector &src, SelectionVector &dst, idx_t source_size, idx_t count) (defined in duckdb::SelectionVector) | duckdb::SelectionVector | inlinestatic |
| IsSet() const (defined in duckdb::SelectionVector) | duckdb::SelectionVector | inline |
| operator=(SelectionVector &&other) noexcept (defined in duckdb::SelectionVector) | duckdb::SelectionVector | inline |
| operator[](idx_t index) const (defined in duckdb::SelectionVector) | duckdb::SelectionVector | inline |
| operator[](idx_t index) (defined in duckdb::SelectionVector) | duckdb::SelectionVector | inline |
| Print(idx_t count=0) const (defined in duckdb::SelectionVector) | duckdb::SelectionVector | |
| sel_data() (defined in duckdb::SelectionVector) | duckdb::SelectionVector | inline |
| sel_vector (defined in duckdb::SelectionVector) | duckdb::SelectionVector | private |
| selection_data (defined in duckdb::SelectionVector) | duckdb::SelectionVector | private |
| SelectionVector() (defined in duckdb::SelectionVector) | duckdb::SelectionVector | inline |
| SelectionVector(sel_t *sel) (defined in duckdb::SelectionVector) | duckdb::SelectionVector | inlineexplicit |
| SelectionVector(idx_t count) (defined in duckdb::SelectionVector) | duckdb::SelectionVector | inlineexplicit |
| SelectionVector(idx_t start, idx_t count) (defined in duckdb::SelectionVector) | duckdb::SelectionVector | inline |
| SelectionVector(const SelectionVector &sel_vector) (defined in duckdb::SelectionVector) | duckdb::SelectionVector | inline |
| SelectionVector(buffer_ptr< SelectionData > data) (defined in duckdb::SelectionVector) | duckdb::SelectionVector | inlineexplicit |
| set_index(idx_t idx, idx_t loc) (defined in duckdb::SelectionVector) | duckdb::SelectionVector | inline |
| Slice(const SelectionVector &sel, idx_t count) const (defined in duckdb::SelectionVector) | duckdb::SelectionVector | |
| SliceInPlace(const SelectionVector &sel, idx_t count) (defined in duckdb::SelectionVector) | duckdb::SelectionVector | |
| Sort(idx_t count) (defined in duckdb::SelectionVector) | duckdb::SelectionVector | |
| swap(idx_t i, idx_t j) (defined in duckdb::SelectionVector) | duckdb::SelectionVector | inline |
| ToString(idx_t count=0) const (defined in duckdb::SelectionVector) | duckdb::SelectionVector | |
| Verify(idx_t count, idx_t vector_size) const (defined in duckdb::SelectionVector) | duckdb::SelectionVector |