Blender V4.3
blender::nodes::node_geo_points_cc::PointsFieldContext Class Reference

Inherits blender::fn::FieldContext.

Public Member Functions

 PointsFieldContext (const int points_num)
 
int64_t points_num () const
 
GVArray get_varray_for_input (const FieldInput &field_input, const IndexMask &mask, ResourceScope &) const
 
- Public Member Functions inherited from blender::fn::FieldContext
virtual ~FieldContext ()=default
 

Detailed Description

Definition at line 31 of file node_geo_points.cc.

Constructor & Destructor Documentation

◆ PointsFieldContext()

blender::nodes::node_geo_points_cc::PointsFieldContext::PointsFieldContext ( const int points_num)
inline

Definition at line 36 of file node_geo_points.cc.

Member Function Documentation

◆ get_varray_for_input()

GVArray blender::nodes::node_geo_points_cc::PointsFieldContext::get_varray_for_input ( const FieldInput & field_input,
const IndexMask & mask,
ResourceScope &  ) const
inlinevirtual

Reimplemented from blender::fn::FieldContext.

Definition at line 43 of file node_geo_points.cc.

References blender::fn::IndexFieldInput::get_index_varray().

◆ points_num()

int64_t blender::nodes::node_geo_points_cc::PointsFieldContext::points_num ( ) const
inline

Definition at line 38 of file node_geo_points.cc.


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