Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/asmuth/clip
/ types & classes
Types & classes
117 in github.com/asmuth/clip
⨍
Functions
660
◇
Types & classes
117
↓ 10 callers
Class
Duration
src/utils/duration.h:24
↓ 9 callers
Class
vec3
src/vmath.h:22
↓ 8 callers
Class
Measure
src/graphics/measure.h:32
↓ 8 callers
Class
UnixTime
src/utils/UnixTime.h:24
↓ 7 callers
Class
Path
src/graphics/path.h:40
↓ 6 callers
Class
Buffer
src/utils/file.h:22
↓ 4 callers
Class
vec2
src/vmath.h:21
↓ 3 callers
Class
stat
src/utils/fileutil.cc:37
↓ 2 callers
Class
Color
src/graphics/color.h:25
↓ 2 callers
Class
File
src/utils/file.h:25
↓ 2 callers
Class
Rectangle
src/graphics/measure.h:21
↓ 2 callers
Class
ReturnCode
src/return_code.h:32
Enum
AntialiasingMode
src/style.h:25
Enum
AxisAlign
src/plot/axis.cc:41
Class
AxisDefinition
src/plot/axis.cc:45
Enum
AxisLabelAttach
src/plot/axis.cc:43
Class
Buffer
src/utils/buffer.h:23
Class
BufferOutputStream
src/utils/outputstream.h:132
Class
BufferUtil
src/utils/bufferutil.h:23
Class
CivilTime
* Class representing an instance of time in the gregorian calendar */
src/utils/CivilTime.h:23
Class
Command
src/command.h:25
Class
Context
src/context.h:24
Class
Context
src/graphics/draw.h:23
Enum
DashType
src/style.h:47
Class
DataGroup
src/data.h:29
Enum
Direction
src/graphics/layout.h:28
Class
DrawCommand
src/graphics/draw_cmd.h:28
Class
DrawOp
src/graphics/export_image.cc:22
Class
ErrorbarsElement
src/plot/errorbars.cc:38
Class
Exception
src/utils/exception.h:77
Class
Expr
src/sexpr.cc:29
Class
Expr
src/return_code.h:25
Class
Expr
src/sexpr.h:21
Enum
ExprType
src/sexpr.cc:25
Class
FileOutputStream
src/utils/outputstream.h:55
Class
FileUtil
src/utils/fileutil.h:22
Class
FillStyle
* The FillStyle controls how shapes are filled in */
src/style.h:32
Class
FlagInfo
src/utils/flagparser.h:21
Class
FontInfo
src/graphics/font_lookup.h:24
Class
FontStorage
src/graphics/font_lookup.h:21
Class
FontStorage
src/graphics/font_lookup.cc:38
Class
GeoJSONCoord
src/utils/geojson.cc:21
Class
GeoJSONReader
src/utils/geojson.h:23
Class
GlyphContour
src/graphics/font_lookup.cc:62
Class
GlyphInfo
src/graphics/text_shaper.h:24
Class
GlyphPlacement
* The output of the text layout process is a list of glyph placements. The * coordinates are returned in "text layout space" so that the begin of the
src/graphics/text_layout.h:78
Class
GlyphPlacementGroup
* A glyph placement group contains a list of placed glyphs where each glyph * has the same font */
src/graphics/text_layout.h:91
Enum
GlyphPointType
src/graphics/font_lookup.cc:60
Class
GridlineDefinition
src/plot/grid.cc:39
Enum
HAlign
src/graphics/layout.h:20
Class
ISO8601
src/utils/ISO8601.h:19
Class
Image
src/graphics/image.h:26
Class
Image
src/graphics/rasterize.h:34
Class
Layer
src/layer.h:23
Class
LegendConfig
src/figure/legend.cc:35
Class
LegendItem
src/figure/legend_item.h:20
Class
MeasureConv
src/graphics/measure.h:40
Class
MonotonicClock
src/utils/wallclock.h:30
Class
Option
src/utils/option.h:25
Enum
OutputFormat
src/eval.h:21
Class
OutputStream
src/utils/outputstream.h:23
Class
Page
src/style.h:23
Class
Page
* The page structure stores a number of global drawing properties */
src/graphics/draw.h:28
Enum
PathCommand
src/graphics/path.h:24
Class
PathData
src/graphics/path.h:34
Enum
PixelFormat
src/graphics/image.h:22
Class
PlotAreaConfig
src/plot/areas.cc:37
Class
PlotBarsConfig
src/plot/bars.cc:41
Class
PlotConfig
src/plot/plotgen.h:21
Class
PlotLabelsConfig
src/plot/labels.cc:36
Class
PlotLinesConfig
src/plot/lines.cc:40
Class
PlotPointsConfig
src/plot/points.cc:41
Class
PlotPolygonsConfig
src/plot/polygons.cc:39
Class
PlotRectanglesConfig
src/plot/rectangles.cc:41
Class
PlotVectorsConfig
src/plot/vectors.cc:40
Class
Poly2
* - The poly lines are assumed to form closed 'rings'. */
src/graphics/geometry.h:48
Class
Poly3
* - The poly lines are assumed to form closed 'rings'. */
src/graphics/geometry.h:56
Class
PolyLine2
src/graphics/geometry.h:37
Class
PolyLine3
src/graphics/geometry.h:41
Class
Polygon2
* A polygon in 2D space defined by its vertices. A polygon is always closed; * for N vertices in the polygon, the polygon has N edges where one edge
src/graphics/polygon.h:32
Enum
Position
src/layout.h:26
Class
Random
src/utils/random.h:23
Class
Rasterizer
src/graphics/rasterize.h:36
Class
Rectangle
src/graphics/geometry.h:26
Class
SVGData
src/graphics/export_svg.cc:25
Class
SVGDrawOp
src/graphics/export_svg.cc:319
Class
ScaleConfig
src/scale.h:38
Enum
ScaleKind
src/scale.h:29
Class
ScaleLayout
src/scale.h:51
Class
ScaleLimitHints
src/scale.h:33
Enum
Status
src/return_code.h:27
Class
StringOutputStream
src/utils/outputstream.h:102
Class
StringUtil
src/utils/stringutil.h:25
Class
StrokeStyle
* The StrokeStyle controls how shapes are stroked */
src/style.h:46
Enum
TextDirection
src/graphics/text.h:26
Class
TextInfo
src/graphics/draw_cmd.h:42
Class
TextLine
* A line of text that has been prepared for final layout (placement). * * The `spans` member contains the line's "text spans". The `base_direction`
src/graphics/text_layout.h:66
Class
TextSpan
* A text span represents a discrete, non-breakable piece of text. Text spans are * the smallest unit of text as far as the layout code is concerned.
src/graphics/text_layout.h:37
Class
TextSpan
src/graphics/text.h:23
Class
TextStyle
src/graphics/text.h:30
next →
1–100 of 117, ranked by callers