Blender V5.0
node_geo_curve_fill.cc File Reference
#include "BLI_array.hh"
#include "BLI_array_utils.hh"
#include "BLI_delaunay_2d.hh"
#include "BLI_math_vector_types.hh"
#include "BKE_curves.hh"
#include "BKE_grease_pencil.hh"
#include "BKE_instances.hh"
#include "BKE_mesh.hh"
#include "BLI_task.hh"
#include "GEO_foreach_geometry.hh"
#include "node_geometry_util.hh"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::nodes
namespace  blender::nodes::node_geo_curve_fill_cc

Functions

static void blender::nodes::node_geo_curve_fill_cc::node_declare (NodeDeclarationBuilder &b)
static void blender::nodes::node_geo_curve_fill_cc::node_init (bNodeTree *, bNode *node)
static void blender::nodes::node_geo_curve_fill_cc::fill_curve_vert_indices (const OffsetIndices< int > offsets, MutableSpan< Vector< int > > faces)
static meshintersect::CDT_result< double > blender::nodes::node_geo_curve_fill_cc::do_cdt (const bke::CurvesGeometry &curves, const CDT_output_type output_type)
static meshintersect::CDT_result< double > blender::nodes::node_geo_curve_fill_cc::do_cdt_with_mask (const bke::CurvesGeometry &curves, const CDT_output_type output_type, const IndexMask &mask)
static Array< meshintersect::CDT_result< double > > blender::nodes::node_geo_curve_fill_cc::do_group_aware_cdt (const bke::CurvesGeometry &curves, const CDT_output_type output_type, const Field< int > &group_index_field)
static Meshblender::nodes::node_geo_curve_fill_cc::cdts_to_mesh (const Span< meshintersect::CDT_result< double > > results)
static void blender::nodes::node_geo_curve_fill_cc::curve_fill_calculate (GeometrySet &geometry_set, const GeometryNodeCurveFillMode mode, const Field< int > &group_index)
static void blender::nodes::node_geo_curve_fill_cc::node_geo_exec (GeoNodeExecParams params)
static void blender::nodes::node_geo_curve_fill_cc::node_register ()

Variables

static const EnumPropertyItem blender::nodes::node_geo_curve_fill_cc::mode_items []