Blender V5.0
blender::bke::MeshFieldContext Class Reference

#include <BKE_geometry_fields.hh>

Inherits blender::fn::FieldContext.

Public Member Functions

 MeshFieldContext (const Mesh &mesh, AttrDomain domain)
const Meshmesh () const
AttrDomain domain () const
Public Member Functions inherited from blender::fn::FieldContext
virtual ~FieldContext ()=default
virtual GVArray get_varray_for_input (const FieldInput &field_input, const IndexMask &mask, ResourceScope &scope) const

Detailed Description

Definition at line 29 of file BKE_geometry_fields.hh.

Constructor & Destructor Documentation

◆ MeshFieldContext()

blender::bke::MeshFieldContext::MeshFieldContext ( const Mesh & mesh,
AttrDomain domain )

Definition at line 24 of file geometry_fields.cc.

References BLI_assert, domain(), and mesh().

Member Function Documentation

◆ domain()

AttrDomain blender::bke::MeshFieldContext::domain ( ) const
inline

Definition at line 41 of file BKE_geometry_fields.hh.

Referenced by MeshFieldContext().

◆ mesh()

const Mesh & blender::bke::MeshFieldContext::mesh ( ) const
inline

Definition at line 36 of file BKE_geometry_fields.hh.

Referenced by MeshFieldContext().


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