|
Blender V5.0
|
#include <fmt/format.h>#include "BLI_listbase.h"#include "BLI_math_matrix.hh"#include "BLI_virtual_array.hh"#include "BKE_attribute.hh"#include "BKE_context.hh"#include "BKE_curves.hh"#include "BKE_editmesh.hh"#include "BKE_geometry_fields.hh"#include "BKE_geometry_set.hh"#include "BKE_geometry_set_instances.hh"#include "BKE_global.hh"#include "BKE_grease_pencil.hh"#include "BKE_instances.hh"#include "BKE_lib_id.hh"#include "BKE_mesh.hh"#include "BKE_mesh_wrapper.hh"#include "BKE_modifier.hh"#include "BKE_object_types.hh"#include "BKE_volume.hh"#include "BKE_volume_grid.hh"#include "DNA_pointcloud_types.h"#include "DNA_space_types.h"#include "DEG_depsgraph_query.hh"#include "ED_curves.hh"#include "ED_outliner.hh"#include "NOD_geometry_nodes_bundle.hh"#include "NOD_geometry_nodes_closure.hh"#include "NOD_geometry_nodes_list.hh"#include "NOD_geometry_nodes_log.hh"#include "BLT_translation.hh"#include "RNA_access.hh"#include "RNA_enum_types.hh"#include "UI_resources.hh"#include "bmesh.hh"#include "spreadsheet_data_source_geometry.hh"#include "spreadsheet_intern.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::spreadsheet |
| bool operator!= | ( | const SpreadsheetBundlePathElem & | a, |
| const SpreadsheetBundlePathElem & | b ) |
Definition at line 74 of file spreadsheet_data_source_geometry.cc.
References b.
| bool operator!= | ( | const SpreadsheetInstanceID & | a, |
| const SpreadsheetInstanceID & | b ) |
Definition at line 64 of file spreadsheet_data_source_geometry.cc.
References b.
| bool operator== | ( | const SpreadsheetBundlePathElem & | a, |
| const SpreadsheetBundlePathElem & | b ) |
Definition at line 69 of file spreadsheet_data_source_geometry.cc.
References b, SpreadsheetBundlePathElem::identifier, and STREQ.
| bool operator== | ( | const SpreadsheetInstanceID & | a, |
| const SpreadsheetInstanceID & | b ) |
Definition at line 59 of file spreadsheet_data_source_geometry.cc.
References b, and SpreadsheetInstanceID::reference_index.