|
Blender V5.0
|
#include <BKE_geometry_fields.hh>
Inherits blender::fn::FieldContext.
Public Member Functions | |
| MeshFieldContext (const Mesh &mesh, AttrDomain domain) | |
| const Mesh & | mesh () 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 |
Definition at line 29 of file BKE_geometry_fields.hh.
| blender::bke::MeshFieldContext::MeshFieldContext | ( | const Mesh & | mesh, |
| AttrDomain | domain ) |
Definition at line 24 of file geometry_fields.cc.
References BLI_assert, domain(), and mesh().
|
inline |
Definition at line 41 of file BKE_geometry_fields.hh.
Referenced by MeshFieldContext().
|
inline |
Definition at line 36 of file BKE_geometry_fields.hh.
Referenced by MeshFieldContext().