Blender V4.3
node_geo_sample_index.cc File Reference
#include "BLI_task.hh"
#include "BKE_attribute_math.hh"
#include "UI_interface.hh"
#include "UI_resources.hh"
#include "NOD_socket_search_link.hh"
#include "node_geometry_util.hh"

Go to the source code of this file.

Classes

class  blender::nodes::node_geo_sample_index_cc::SampleIndexFunction
 

Namespaces

namespace  blender
 
namespace  blender::nodes
 
namespace  blender::nodes::node_geo_sample_index_cc
 

Functions

 blender::nodes::node_geo_sample_index_cc::NODE_STORAGE_FUNCS (NodeGeometrySampleIndex)
 
static void blender::nodes::node_geo_sample_index_cc::node_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_geo_sample_index_cc::node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void blender::nodes::node_geo_sample_index_cc::node_init (bNodeTree *, bNode *node)
 
static void blender::nodes::node_geo_sample_index_cc::node_gather_link_searches (GatherLinkSearchOpParams &params)
 
static bool blender::nodes::node_geo_sample_index_cc::component_is_available (const GeometrySet &geometry, const GeometryComponent::Type type, const AttrDomain domain)
 
static const GeometryComponentblender::nodes::node_geo_sample_index_cc::find_source_component (const GeometrySet &geometry, const AttrDomain domain)
 
template<typename T >
void blender::nodes::node_geo_sample_index_cc::copy_with_clamped_indices (const VArray< T > &src, const VArray< int > &indices, const IndexMask &mask, MutableSpan< T > dst)
 
static void blender::nodes::node_geo_sample_index_cc::node_geo_exec (GeoNodeExecParams params)
 
static void blender::nodes::node_geo_sample_index_cc::node_register ()