Blender  V3.3
Public Member Functions | List of all members
blender::ed::spreadsheet::ExtraColumns Class Reference

#include <spreadsheet_data_source_geometry.hh>

Public Member Functions

void add (std::string name, GSpan data)
 
void foreach_default_column_ids (FunctionRef< void(const SpreadsheetColumnID &, bool is_extra)> fn) const
 
std::unique_ptr< ColumnValuesget_column_values (const SpreadsheetColumnID &column_id) const
 

Detailed Description

Contains additional named columns that should be displayed that are not stored on the geometry directly. This is used for displaying the evaluated fields connected to a viewer node.

Definition at line 21 of file spreadsheet_data_source_geometry.hh.

Member Function Documentation

◆ add()

void blender::ed::spreadsheet::ExtraColumns::add ( std::string  name,
GSpan  data 
)
inline

◆ foreach_default_column_ids()

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

◆ get_column_values()

std::unique_ptr< ColumnValues > blender::ed::spreadsheet::ExtraColumns::get_column_values ( const SpreadsheetColumnID column_id) const

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