Blender V4.3
blender::compositor::BuffersIteratorBuilder< T >::Iterator Class Reference

#include <COM_BuffersIterator.h>

Public Member Functions

const Tin (int input_index) const
 
int get_num_inputs () const
 
bool is_end () const
 
void next ()
 
Iteratoroperator++ ()
 

Public Attributes

int x
 
int y
 
Tout
 

Friends

class BuffersIteratorBuilder
 

Detailed Description

template<typename T>
class blender::compositor::BuffersIteratorBuilder< T >::Iterator

Definition at line 19 of file COM_BuffersIterator.h.

Member Function Documentation

◆ get_num_inputs()

template<typename T >
int blender::compositor::BuffersIteratorBuilder< T >::Iterator::get_num_inputs ( ) const
inline

◆ in()

template<typename T >
const T * blender::compositor::BuffersIteratorBuilder< T >::Iterator::in ( int input_index) const
inline

Get current element from an input.

Definition at line 46 of file COM_BuffersIterator.h.

References BLI_assert, and blender::Vector< T, InlineBufferCapacity, Allocator >::size().

◆ is_end()

template<typename T >
bool blender::compositor::BuffersIteratorBuilder< T >::Iterator::is_end ( ) const
inline

Has the end of the area been reached.

Definition at line 60 of file COM_BuffersIterator.h.

◆ next()

template<typename T >
void blender::compositor::BuffersIteratorBuilder< T >::Iterator::next ( )
inline

Go to the next element in the area.

Definition at line 68 of file COM_BuffersIterator.h.

Referenced by blender::compositor::BuffersIteratorBuilder< T >::Iterator::operator++().

◆ operator++()

template<typename T >
Iterator & blender::compositor::BuffersIteratorBuilder< T >::Iterator::operator++ ( )
inline

Friends And Related Symbol Documentation

◆ BuffersIteratorBuilder

template<typename T >
friend class BuffersIteratorBuilder
friend

Definition at line 34 of file COM_BuffersIterator.h.

Member Data Documentation

◆ out

template<typename T >
T* blender::compositor::BuffersIteratorBuilder< T >::Iterator::out

Current output element.

Definition at line 40 of file COM_BuffersIterator.h.

◆ x

template<typename T >
int blender::compositor::BuffersIteratorBuilder< T >::Iterator::x

Definition at line 37 of file COM_BuffersIterator.h.

◆ y

template<typename T >
int blender::compositor::BuffersIteratorBuilder< T >::Iterator::y

Definition at line 38 of file COM_BuffersIterator.h.


The documentation for this class was generated from the following file: