Go to the source code of this file.
|
| static void | blender::nodes::node_geo_curve_fill_cc::node_declare (NodeDeclarationBuilder &b) |
| |
| static void | blender::nodes::node_geo_curve_fill_cc::node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| |
| 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 Mesh * | blender::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_rna (StructRNA *srna) |
| |
| static void | blender::nodes::node_geo_curve_fill_cc::node_register () |
| |