|
Blender
V2.93
|
#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 [] |
| void register_node_type_geo_point_separate | ( | void | ) |
Definition at line 151 of file node_geo_point_separate.cc.
References geo_node_point_instance_in, geo_node_point_instance_out, GEO_NODE_POINT_SEPARATE, blender::nodes::geo_node_point_separate_exec(), geo_node_type_base(), bNodeType::geometry_node_execute, NODE_CLASS_GEOMETRY, node_type_socket_templates(), and nodeRegisterType().
Referenced by registerGeometryNodes().
|
static |
Definition at line 26 of file node_geo_point_separate.cc.
Referenced by register_node_type_geo_point_separate().
|
static |
Definition at line 32 of file node_geo_point_separate.cc.
Referenced by register_node_type_geo_point_separate().