Blender  V2.93
Namespaces | Functions | Variables
node_geo_point_separate.cc File Reference
#include "BKE_attribute_math.hh"
#include "BKE_mesh.h"
#include "BKE_pointcloud.h"
#include "DNA_mesh_types.h"
#include "DNA_pointcloud_types.h"
#include "node_geometry_util.hh"

Go to the source code of this file.

Namespaces

 blender
 
 blender::nodes
 

Functions

template<typename T >
static void blender::nodes::copy_data_based_on_mask (Span< T > data, Span< bool > masks, const bool invert, MutableSpan< T > out_data)
 
static void blender::nodes::copy_attributes_based_on_mask (const GeometryComponent &in_component, GeometryComponent &result_component, Span< bool > masks, const bool invert)
 
static void blender::nodes::create_component_points (GeometryComponent &component, const int total)
 
static void blender::nodes::separate_points_from_component (const GeometryComponent &in_component, GeometryComponent &out_component, const StringRef mask_name, const bool invert)
 
static GeometrySet blender::nodes::separate_geometry_set (const GeometrySet &set_in, const StringRef mask_name, const bool invert)
 
static void blender::nodes::geo_node_point_separate_exec (GeoNodeExecParams params)
 
void register_node_type_geo_point_separate ()
 

Variables

static bNodeSocketTemplate geo_node_point_instance_in []
 
static bNodeSocketTemplate geo_node_point_instance_out []
 

Function Documentation

◆ register_node_type_geo_point_separate()

void register_node_type_geo_point_separate ( void  )

Variable Documentation

◆ geo_node_point_instance_in

bNodeSocketTemplate geo_node_point_instance_in[]
static
Initial value:
= {
{SOCK_GEOMETRY, N_("Geometry")},
{SOCK_STRING, N_("Mask")},
{-1, ""},
}
#define N_(msgid)
@ SOCK_GEOMETRY
@ SOCK_STRING

Definition at line 26 of file node_geo_point_separate.cc.

Referenced by register_node_type_geo_point_separate().

◆ geo_node_point_instance_out

bNodeSocketTemplate geo_node_point_instance_out[]
static
Initial value:
= {
{SOCK_GEOMETRY, N_("Geometry 1")},
{SOCK_GEOMETRY, N_("Geometry 2")},
{-1, ""},
}

Definition at line 32 of file node_geo_point_separate.cc.

Referenced by register_node_type_geo_point_separate().