Blender V4.3
blender::nodes::node_geo_volume_cube_cc::Grid3DFieldContext Class Reference

Inherits blender::fn::FieldContext.

Public Member Functions

 Grid3DFieldContext (const int3 resolution, const float3 bounds_min, const float3 bounds_max)
 
int64_t points_num () const
 
GVArray get_varray_for_input (const FieldInput &field_input, const IndexMask &, ResourceScope &) const
 
- Public Member Functions inherited from blender::fn::FieldContext
virtual ~FieldContext ()=default
 

Detailed Description

Definition at line 63 of file node_geo_volume_cube.cc.

Constructor & Destructor Documentation

◆ Grid3DFieldContext()

blender::nodes::node_geo_volume_cube_cc::Grid3DFieldContext::Grid3DFieldContext ( const int3 resolution,
const float3 bounds_min,
const float3 bounds_max )
inline

Definition at line 70 of file node_geo_volume_cube.cc.

Member Function Documentation

◆ get_varray_for_input()

GVArray blender::nodes::node_geo_volume_cube_cc::Grid3DFieldContext::get_varray_for_input ( const FieldInput & field_input,
const IndexMask & ,
ResourceScope &  ) const
inlinevirtual

◆ points_num()

int64_t blender::nodes::node_geo_volume_cube_cc::Grid3DFieldContext::points_num ( ) const
inline

Definition at line 75 of file node_geo_volume_cube.cc.

Referenced by get_varray_for_input().


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