Blender V4.3
blender::GSpan Class Reference

#include <BLI_generic_span.hh>

Inherited by blender::GVArraySpan.

Public Member Functions

 GSpan ()=default
 GSpan (const CPPType *type, const void *buffer, int64_t size)
 GSpan (const CPPType &type, const void *buffer, int64_t size)
 GSpan (const CPPType &type)
 GSpan (const CPPType *type)
template<typename T>
 GSpan (Span< T > array)
const CPPTypetype () const
const CPPTypetype_ptr () const
bool is_empty () const
int64_t size () const
int64_t size_in_bytes () const
const void * data () const
const void * operator[] (int64_t index) const
template<typename T>
Span< Ttyped () const
GSpan slice (const int64_t start, int64_t size) const
GSpan slice (const IndexRange range) const
GSpan drop_front (const int64_t n) const
GSpan drop_back (const int64_t n) const
GSpan take_front (const int64_t n) const
GSpan take_back (const int64_t n) const

Protected Attributes

const CPPTypetype_ = nullptr
const void * data_ = nullptr
int64_t size_ = 0

Detailed Description

A generic span. It behaves just like a blender::Span<T>, but the type is only known at run-time.

Definition at line 19 of file BLI_generic_span.hh.

Constructor & Destructor Documentation

◆ GSpan() [1/6]

◆ GSpan() [2/6]

blender::GSpan::GSpan ( const CPPType * type,
const void * buffer,
int64_t size )
inline

Definition at line 28 of file BLI_generic_span.hh.

References BLI_assert, data_, size(), size_, type(), and type_.

◆ GSpan() [3/6]

blender::GSpan::GSpan ( const CPPType & type,
const void * buffer,
int64_t size )
inline

Definition at line 37 of file BLI_generic_span.hh.

References GSpan(), size(), and type().

◆ GSpan() [4/6]

blender::GSpan::GSpan ( const CPPType & type)
inline

Definition at line 39 of file BLI_generic_span.hh.

References type(), and type_.

◆ GSpan() [5/6]

blender::GSpan::GSpan ( const CPPType * type)
inline

Definition at line 41 of file BLI_generic_span.hh.

References type(), and type_.

◆ GSpan() [6/6]

template<typename T>
blender::GSpan::GSpan ( Span< T > array)
inline

Definition at line 44 of file BLI_generic_span.hh.

References data(), GSpan(), size(), and T.

Member Function Documentation

◆ data()

◆ drop_back()

GSpan blender::GSpan::drop_back ( const int64_t n) const
inline

Definition at line 113 of file BLI_generic_span.hh.

References BLI_assert, data_, GSpan(), size_, and type_.

◆ drop_front()

GSpan blender::GSpan::drop_front ( const int64_t n) const
inline

Definition at line 106 of file BLI_generic_span.hh.

References BLI_assert, data_, GSpan(), POINTER_OFFSET, size_, and type_.

◆ is_empty()

bool blender::GSpan::is_empty ( ) const
inline

◆ operator[]()

const void * blender::GSpan::operator[] ( int64_t index) const
inline

Definition at line 80 of file BLI_generic_span.hh.

References BLI_assert, data_, POINTER_OFFSET, size_, and type_.

◆ size()

◆ size_in_bytes()

int64_t blender::GSpan::size_in_bytes ( ) const
inline

Definition at line 70 of file BLI_generic_span.hh.

References size_, and type_.

◆ slice() [1/2]

GSpan blender::GSpan::slice ( const IndexRange range) const
inline

◆ slice() [2/2]

◆ take_back()

GSpan blender::GSpan::take_back ( const int64_t n) const
inline

Definition at line 127 of file BLI_generic_span.hh.

References BLI_assert, data_, GSpan(), POINTER_OFFSET, size_, and type_.

◆ take_front()

GSpan blender::GSpan::take_front ( const int64_t n) const
inline

Definition at line 120 of file BLI_generic_span.hh.

References BLI_assert, data_, GSpan(), size_, and type_.

◆ type()

const CPPType & blender::GSpan::type ( ) const
inline

Definition at line 49 of file BLI_generic_span.hh.

References BLI_assert, and type_.

Referenced by blender::fn::multi_function::ParamsBuilder::add_readonly_single_input(), blender::ed::object::apply_eval_grease_pencil_data(), blender::geometry::bezier_generic_to_nurbs(), blender::ed::sculpt_paint::color::color_vert_get(), blender::bke::DataTypeConversions::convert_to_initialized_n(), blender::GMutableSpan::copy_from(), blender::bke::copy_profile_point_domain_attribute_to_mesh(), blender::nodes::node_geo_extrude_mesh_cc::copy_with_mixing(), blender::nodes::node_geo_extrude_mesh_cc::copy_with_mixing(), blender::geometry::curve_simplify(), blender::bke::attribute_math::gather(), blender::bke::gather_attributes(), blender::ed::sculpt_paint::color::gather_colors(), blender::ed::sculpt_paint::color::gather_colors_vert(), blender::bke::attribute_math::gather_group_to_group(), blender::bke::attribute_math::gather_to_groups(), blender::geometry::gaussian_blur_1D(), GSpan(), GSpan(), GSpan(), GSpan(), blender::GVArray::GVArray(), blender::GVArraySpan::GVArraySpan(), blender::bke::curves::bezier::interpolate_to_evaluated(), blender::bke::curves::catmull_rom::interpolate_to_evaluated(), blender::bke::curves::catmull_rom::interpolate_to_evaluated(), blender::bke::curves::nurbs::interpolate_to_evaluated(), blender::geometry::nurbs_to_bezier_assign(), blender::geometry::prepare_attribute_fallbacks(), blender::ed::curves::resize_curves(), blender::geometry::sample_curve_attribute(), blender::geometry::simplify_curve_attribute(), and blender::geometry::threaded_copy().

◆ type_ptr()

const CPPType * blender::GSpan::type_ptr ( ) const
inline

Definition at line 55 of file BLI_generic_span.hh.

References type_.

Referenced by blender::GVArraySpan::GVArraySpan().

◆ typed()

Member Data Documentation

◆ data_

const void* blender::GSpan::data_ = nullptr
protected

◆ size_

◆ type_

const CPPType* blender::GSpan::type_ = nullptr
protected

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