Blender  V3.3
Public Member Functions | List of all members
blender::nodes::node_geo_volume_cube_cc::Grid3DFieldContext Class Reference
Inheritance diagram for blender::nodes::node_geo_volume_cube_cc::Grid3DFieldContext:
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 UNUSED(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 64 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 71 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   UNUSEDmask,
ResourceScope UNUSEDscope 
) const
inline

◆ points_num()

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

Definition at line 76 of file node_geo_volume_cube.cc.

Referenced by get_varray_for_input().


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