#include <BKE_curves_utils.hh>
Definition at line 409 of file BKE_curves_utils.hh.
◆ CyclicIterator() [1/2]
| blender::bke::curves::IndexRangeCyclic::CyclicIterator::CyclicIterator |
( |
const int | range_end, |
|
|
const int | index, |
|
|
const int | cycles ) |
|
inlineconstexpr |
◆ CyclicIterator() [2/2]
| blender::bke::curves::IndexRangeCyclic::CyclicIterator::CyclicIterator |
( |
const CyclicIterator & | copy | ) |
|
|
inlineconstexpr |
◆ ~CyclicIterator()
| blender::bke::curves::IndexRangeCyclic::CyclicIterator::~CyclicIterator |
( |
| ) |
|
|
default |
◆ increment()
| void blender::bke::curves::IndexRangeCyclic::CyclicIterator::increment |
( |
const int | n | ) |
|
|
inline |
◆ operator!=()
| bool blender::bke::curves::IndexRangeCyclic::CyclicIterator::operator!= |
( |
const CyclicIterator & | other | ) |
const |
|
inlineconstexpr |
◆ operator*()
| const int & blender::bke::curves::IndexRangeCyclic::CyclicIterator::operator* |
( |
| ) |
const |
|
inlineconstexpr |
◆ operator++()
| CyclicIterator & blender::bke::curves::IndexRangeCyclic::CyclicIterator::operator++ |
( |
| ) |
|
|
inlineconstexpr |
◆ operator=()
◆ operator==()
| bool blender::bke::curves::IndexRangeCyclic::CyclicIterator::operator== |
( |
const CyclicIterator & | other | ) |
const |
|
inlineconstexpr |
◆ cycles_
| int blender::bke::curves::IndexRangeCyclic::CyclicIterator::cycles_ |
◆ index_
| int blender::bke::curves::IndexRangeCyclic::CyclicIterator::index_ |
◆ range_end_
| int blender::bke::curves::IndexRangeCyclic::CyclicIterator::range_end_ |
The documentation for this struct was generated from the following file: