Blender  V3.3
Public Attributes | List of all members
LinearGrids Struct Reference

Public Attributes

int num_grids
 
int level
 
int grid_size
 
LinearGridgrids
 
LinearGridElementelements_storage
 

Detailed Description

Definition at line 93 of file multires_reshape_smooth.c.

Member Data Documentation

◆ elements_storage

LinearGridElement* LinearGrids::elements_storage

◆ grid_size

int LinearGrids::grid_size

Definition at line 98 of file multires_reshape_smooth.c.

Referenced by linear_grid_element_get(), and linear_grids_allocate().

◆ grids

LinearGrid* LinearGrids::grids

◆ level

int LinearGrids::level

Definition at line 95 of file multires_reshape_smooth.c.

Referenced by linear_grids_allocate(), and linear_grids_init().

◆ num_grids

int LinearGrids::num_grids

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