Blender  V3.3
Public Member Functions | List of all members
blender::nodes::node_geo_points_cc::PointsFieldContext Class Reference
Inheritance diagram for blender::nodes::node_geo_points_cc::PointsFieldContext:
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 &UNUSED(scope)) const
 
- Public Member Functions inherited from blender::fn::FieldContext
virtual ~FieldContext ()=default
 
virtual GVArray get_varray_for_input (const FieldInput &field_input, IndexMask mask, ResourceScope &scope) const
 

Detailed Description

Definition at line 29 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 34 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 UNUSEDscope 
) const
inline

Definition at line 43 of file node_geo_points.cc.

References blender::fn::IndexFieldInput::get_index_varray(), and mask().

◆ 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: