Blender V4.3
blender::ed::spreadsheet::VolumeDataSource Class Reference

#include <spreadsheet_data_source_geometry.hh>

Inherits blender::ed::spreadsheet::DataSource.

Public Member Functions

 VolumeDataSource (bke::GeometrySet geometry_set)
 
void foreach_default_column_ids (FunctionRef< void(const SpreadsheetColumnID &, bool is_extra)> fn) const override
 
std::unique_ptr< ColumnValuesget_column_values (const SpreadsheetColumnID &column_id) const override
 
int tot_rows () const override
 
- Public Member Functions inherited from blender::ed::spreadsheet::DataSource
virtual ~DataSource ()
 
virtual bool has_selection_filter () const
 

Detailed Description

Definition at line 92 of file spreadsheet_data_source_geometry.hh.

Constructor & Destructor Documentation

◆ VolumeDataSource()

blender::ed::spreadsheet::VolumeDataSource::VolumeDataSource ( bke::GeometrySet geometry_set)
inline

Definition at line 97 of file spreadsheet_data_source_geometry.hh.

Member Function Documentation

◆ foreach_default_column_ids()

void blender::ed::spreadsheet::VolumeDataSource::foreach_default_column_ids ( FunctionRef< void(const SpreadsheetColumnID &, bool is_extra)> ) const
overridevirtual

Calls the callback with all the column ids that should be displayed as long as the user does not manually add or remove columns. The column id can be stack allocated. Therefore, the callback should not keep a reference to it (and copy it instead).

The is_extra argument indicates that this column is special and should be drawn as the first column. (This can be made a bit more generic in the future when necessary.)

Reimplemented from blender::ed::spreadsheet::DataSource.

Definition at line 483 of file spreadsheet_data_source_geometry.cc.

◆ get_column_values()

std::unique_ptr< ColumnValues > blender::ed::spreadsheet::VolumeDataSource::get_column_values ( const SpreadsheetColumnID & ) const
overridevirtual

Returns the column values the given column id. If no data exists for this id, null is returned.

Reimplemented from blender::ed::spreadsheet::DataSource.

Definition at line 496 of file spreadsheet_data_source_geometry.cc.

References BKE_volume_grid_get(), IFACE_, SpreadsheetColumnID::name, RNA_enum_name_from_value(), rna_enum_volume_grid_data_type_items, STREQ, and UNUSED_VARS.

◆ tot_rows()

int blender::ed::spreadsheet::VolumeDataSource::tot_rows ( ) const
overridevirtual

Returns the number of rows in columns returned by get_column_values.

Reimplemented from blender::ed::spreadsheet::DataSource.

Definition at line 544 of file spreadsheet_data_source_geometry.cc.

References BKE_volume_num_grids().


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