MCPcopy Create free account

hub / github.com/Notgnoshi/generative / functions

Functions516 in github.com/Notgnoshi/generative

↓ 2 callersFunctiontrim
generative/io/tgf-graph-reader.cpp:50
↓ 2 callersFunctionunflatten_single
Get the next geometry from the given sequence of tagged points. All nested geometries will be reconstructed and returned. In order to nicely
generative/flatten/flatten.py:142
↓ 2 callersMethodurquhart
(&self)
generative/triangulation.rs:175
↓ 2 callersMethodwrite_accumulated
(&mut self)
generative/attractor.rs:101
↓ 2 callersMethodx2i
(&self, x: f64)
tools/streamline.rs:217
↓ 2 callersMethody2j
(&self, y: f64)
tools/streamline.rs:221
↓ 1 callersMethod__get_grammars
Get the grammars for parsing rules and ignore lists. :param long_tokens: Whether the tokens must be delimited to support long tokens.
generative/lsystem/production.py:50
↓ 1 callersFunction__unflatten_coordinate_sequence
Unwrap a coordinate sequence as a LINESTRING. This can also be used to unwrap polygon shells and holes. TODO: There has _got_ to be a better
generative/flatten/flatten.py:222
↓ 1 callersFunction__unflatten_multipart
Recursively handle the multipart case for unflatten_single(). The multipart case is separate because it requires recursion to unwrap nested tags
generative/flatten/flatten.py:176
↓ 1 callersMethod_append_position
(self)
generative/lsystem/interpreter.py:91
↓ 1 callersFunction_drop_coord
Project the given 3D geometry objects onto one of the standard 2D bases.
generative/projection.py:126
↓ 1 callersFunction_fit_transform
Project the given geometries.
generative/projection.py:54
↓ 1 callersMethod_interpret
(self, tokens: Tokens)
generative/lsystem/interpreter.py:70
↓ 1 callersMethod_interpret_default
(self, tokens: Tokens)
generative/lsystem/interpreter.py:98
↓ 1 callersFunction_isometric
Perform an isometric projection with rotation matrices.
generative/projection.py:112
↓ 1 callersFunction_parse_wkb
(buffer: io.TextIOWrapper)
generative/io/wkt.py:26
↓ 1 callersFunction_parse_wkt
(buffer: io.TextIOWrapper)
generative/io/wkt.py:15
↓ 1 callersFunction_rot_y
Y axis rotation matrix.
generative/projection.py:90
↓ 1 callersFunction_rot_z
Z axis rotation matrix.
generative/projection.py:101
↓ 1 callersFunction_serialize_wkb
(geometries: Iterable[Geometry], buffer: io.TextIOWrapper)
generative/io/wkt.py:142
↓ 1 callersFunction_serialize_wkt
(geometries: Iterable[Geometry], buffer: io.TextIOWrapper)
generative/io/wkt.py:135
↓ 1 callersMethod_tokenize_default
(commands: io.TextIOWrapper)
generative/lsystem/interpreter.py:54
↓ 1 callersMethodaccumulate_coord
(&mut self, coord: Coord)
generative/attractor.rs:89
↓ 1 callersFunctionadd
(geometry: Geometry, points, segments)
tools/render.py:101
↓ 1 callersFunctionadd_c
(coords, points)
tools/render.py:96
↓ 1 callersFunctionadd_line_to_document
(line: Line, document: Document, options: &SvgOptions)
tools/wkt2svg.rs:175
↓ 1 callersFunctionadd_linestring_to_document
( linestring: LineString, document: Document, options: &SvgOptions, )
tools/wkt2svg.rs:197
↓ 1 callersMethodadd_particle
Add a single particle to the DLA model.
generative/dla.rs:108
↓ 1 callersFunctionadd_point_to_document
(point: Point, document: Document, options: &SvgOptions)
tools/wkt2svg.rs:147
↓ 1 callersFunctionadd_polygon_to_document
(polygon: Polygon, document: Document, options: &SvgOptions)
tools/wkt2svg.rs:245
↓ 1 callersFunctionadd_rect_to_document
(rect: Rect, document: Document, options: &SvgOptions)
tools/wkt2svg.rs:270
↓ 1 callersMethodadd_rule
Add the given rule to the parser. This is the intended public interface to this object.
generative/lsystem/production.py:145
↓ 1 callersMethodadd_seeds
Add starting seeds to the DLA model.
generative/dla.rs:149
↓ 1 callersFunctionadd_triangle_to_document
( triangle: Triangle, document: Document, options: &SvgOptions, )
tools/wkt2svg.rs:292
↓ 1 callersFunctionaffine_transform
( geometries: impl Iterator<Item = Geometry> + 'static, args: &CmdlineOptions, )
tools/transform.rs:181
↓ 1 callersMethodattempt_to_join
(&mut self, new_coords: &mut [f64; 2], parent_index: NodeIndex)
generative/dla.rs:175
↓ 1 callersMethodbegin
generative/include/generative/io/wkt-stream-reader.h:61
↓ 1 callersFunctionbounding_box
(geometries: impl Iterator<Item = &'g GeometryAndStyle>)
tools/wkt2svg.rs:410
↓ 1 callersFunctionbuild_dynamical_system_function
(args: &CmdlineOptions)
tools/attractor.rs:109
↓ 1 callersFunctionbuild_dynamical_system_function_from_args
( args: &CmdlineOptions, )
tools/attractor.rs:124
↓ 1 callersFunctionbuild_expression
(expr: &str)
tools/bitwise.rs:58
↓ 1 callersFunctionbuild_function
(expr: &str)
tools/bitwise.rs:84
↓ 1 callersFunctionbuild_function_from_lines
(lines: &[String])
tools/streamline.rs:143
↓ 1 callersFunctionbuild_rune_script
(args: &CmdlineOptions)
tools/attractor.rs:169
↓ 1 callersFunctionbuild_script_from_lines
(lines: &[String])
tools/streamline.rs:168
↓ 1 callersFunctioncalculate_transform
( bounding_box: &Rect, options: &SvgOptions, )
tools/wkt2svg.rs:431
↓ 1 callersFunctioncopy_rust_collection_to_geos
@brief Convert a Rust GeometryCollectionShim to a Geos Geometry @note The generated GeometryCollection isn't passed back to the Rust side. It's entir
generative/cxxbridge/geometry_collection.hpp:80
↓ 1 callersMethoddetermine_image_size
(&self, bbox: &geo::Rect)
generative/attractor.rs:147
↓ 1 callersMethodend
generative/include/generative/io/wkt-stream-reader.h:62
↓ 1 callersMethodend_edges
generative/include/generative/io/graph-writer.h:47
↓ 1 callersMethodend_nodes
generative/include/generative/io/graph-writer.h:42
↓ 1 callersFunctionexpand_to_fit
(bbox1: Option<Rect>, bbox2: Option<Rect>)
tools/wkt2svg.rs:386
↓ 1 callersFunctionfill_in_ring
( ring: &mut Vec<Coord>, delta_radius: f64, ring_index: usize, delta_theta: f64, spoke_ind
tools/grid.rs:487
↓ 1 callersMethodflush
(&mut self)
generative/attractor.rs:80
↓ 1 callersFunctionformat_tgf
(writer: &mut BufWriter<Box<dyn Write>>, graph: GraphType)
generative/dla.rs:258
↓ 1 callersFunctionformat_wkt
(writer: &mut BufWriter<Box<dyn Write>>, graph: GraphType)
generative/dla.rs:283
↓ 1 callersFunctionfrom_nodes_edges
generative/cxxbridge/geometry_graph.hpp:58
↓ 1 callersFunctiongenerate
(points: usize, domain: RandomDomain, rng: &mut StdRng)
tools/point-cloud.rs:54
↓ 1 callersFunctiongenerate_circle
(points: usize, rng: &mut StdRng)
tools/point-cloud.rs:76
↓ 1 callersFunctiongenerate_lhs_distribution
Generate the probability distribution for the LHS tokens.
tools/random-production-rules.py:123
↓ 1 callersFunctiongenerate_lhs_tokens
Generate a set of tokens to build production rules for.
tools/random-production-rules.py:144
↓ 1 callersFunctiongenerate_random_seed
()
tools/random-production-rules.py:23
↓ 1 callersFunctiongenerate_random_seed_if_not_specified
(seed: u64)
tools/attractor.rs:98
↓ 1 callersFunctiongenerate_random_seed_if_not_specified
(seed: u64)
tools/point-cloud.rs:96
↓ 1 callersFunctiongenerate_random_seed_if_not_specified
(seed: u64)
tools/streamline.rs:132
↓ 1 callersFunctiongenerate_rhs_distribution
Generate the probability distribution for the RHS tokens. :param available_tokens: The tokens appearing on the LHS :param biases: The set of
tools/random-production-rules.py:156
↓ 1 callersFunctiongenerate_rhs_token
Add a new token to the RHS of a certain rule.
tools/random-production-rules.py:207
↓ 1 callersFunctiongenerate_rule
Generate a rule for the given token.
tools/random-production-rules.py:256
↓ 1 callersFunctiongenerate_square
(points: usize, rng: &mut StdRng)
tools/point-cloud.rs:61
↓ 1 callersMethodget_geo_points
(&self)
generative/cxxbridge/geometry_collection.rs:22
↓ 1 callersFunctionget_geos_geoms_from_rust
@brief Convert each of the Rust geo::Geometry's to a C++ geos::Geometry
generative/cxxbridge/geometry_collection.hpp:16
↓ 1 callersMethodget_global_style
(&self, use_screen_coordinates: bool)
tools/wkt2svg.rs:127
↓ 1 callersMethodget_linestrings
(&self)
generative/cxxbridge/geometry_collection.rs:85
↓ 1 callersMethodget_noded
generative/noding/geometry-noder.cpp:100
↓ 1 callersMethodget_output_writer
Get a BufWriter for stdout or the specified output file.
tools/dla.rs:80
↓ 1 callersMethodget_points
(&self)
generative/cxxbridge/geometry_collection.rs:50
↓ 1 callersMethodget_polygons
(&self)
generative/cxxbridge/geometry_collection.rs:117
↓ 1 callersMethodget_total_geoms
(&self)
generative/cxxbridge/geometry_collection.rs:19
↓ 1 callersFunctiongrid
( width: usize, height: usize, size_x: f64, size_y: f64, grid_type: GridType, )
tools/grid.rs:123
↓ 1 callersMethodhandle_edge
generative/io/tgf-graph-writer.cpp:14
↓ 1 callersMethodhandle_node
generative/io/tgf-graph-writer.cpp:4
↓ 1 callersMethodhandle_point
(&mut self, x: f64, y: f64)
generative/attractor.rs:76
↓ 1 callersFunctionhex_grid
(width: usize, height: usize, size_x: f64, _size_y: f64)
tools/grid.rs:368
↓ 1 callersMethodhull
(&self)
generative/triangulation.rs:67
↓ 1 callersMethodi2x
(&self, i: usize)
tools/streamline.rs:209
↓ 1 callersMethodj2y
(&self, j: usize)
tools/streamline.rs:213
↓ 1 callersFunctionjoin
tests/wkt-reader-tests.cpp:153
↓ 1 callersMethodlongest_edge
(&self, a: usize, b: usize, c: usize)
generative/triangulation.rs:153
↓ 1 callersFunctionmain
(args)
tools/random-production-rules.py:280
↓ 1 callersFunctionmain
(args)
tools/project.py:92
↓ 1 callersFunctionmain
(args)
tools/format.py:79
↓ 1 callersFunctionmain
(args)
tools/wkt2svg.py:140
↓ 1 callersFunctionmain
(args)
tools/interpret-lstring.py:101
↓ 1 callersFunctionmain
(args)
tools/render.py:113
↓ 1 callersFunctionmain
(args)
tools/parse-production-rules.py:115
↓ 1 callersFunctionneighbor
(x: i64, y: i64, n: Neighbor)
tools/bitwise.rs:140
↓ 1 callersMethodnext
(&mut self)
generative/flatten/geometries.rs:21
↓ 1 callersFunctionnormalize
(distribution)
tools/random-production-rules.py:200
↓ 1 callersMethodoperator*
generative/include/generative/io/wkt-stream-reader.h:33
↓ 1 callersFunctionpairwise
Pairwise: s -> (s0,s1), (s1,s2), (s2, s3), ...
tools/random-production-rules.py:273
← previousnext →101–200 of 516, ranked by callers