The cl-sf3 Reference Manual

This is the cl-sf3 Reference Manual, version 1.0.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Jul 13 19:37:24 2025 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 cl-sf3

A library to parse and create SF3 files.

Maintainer

Yukari Hafner <>

Author

Yukari Hafner <>

Home Page

https://shirakumo.org/docs/cl-sf3

Source Control

(GIT https://shirakumo.org/projects/cl-sf3.git)

Bug Tracker

https://shirakumo.org/projects/cl-sf3/issues

License

zlib

Version

1.0.0

Dependencies
Source

cl-sf3.asd.


2.2 cl-sf3/archive

Implementation of the SF3 archive format

Maintainer

Yukari Hafner <>

Author

Yukari Hafner <>

Home Page

https://shirakumo.org/docs/cl-sf3

Source Control

(GIT https://shirakumo.org/projects/cl-sf3.git)

Bug Tracker

https://shirakumo.org/projects/cl-sf3/issues

License

zlib

Dependencies
  • cl-sf3/core (system).
  • pathname-utils (system).
  • filesystem-utils (system).
  • file-attributes (system).
Source

cl-sf3.asd.

Child Component

archive.lisp (file).


2.3 cl-sf3/core

Core support utilities for cl-sf3

Maintainer

Yukari Hafner <>

Author

Yukari Hafner <>

Home Page

https://shirakumo.org/docs/cl-sf3

Source Control

(GIT https://shirakumo.org/projects/cl-sf3.git)

Bug Tracker

https://shirakumo.org/projects/cl-sf3/issues

License

zlib

Dependencies
  • binary-structures (system).
  • documentation-utils (system).
Source

cl-sf3.asd.

Child Components

2.4 cl-sf3/audio

Implementation of the SF3 audio format

Maintainer

Yukari Hafner <>

Author

Yukari Hafner <>

Home Page

https://shirakumo.org/docs/cl-sf3

Source Control

(GIT https://shirakumo.org/projects/cl-sf3.git)

Bug Tracker

https://shirakumo.org/projects/cl-sf3/issues

License

zlib

Dependency

cl-sf3/core (system).

Source

cl-sf3.asd.

Child Component

audio.lisp (file).


2.5 cl-sf3/image

Implementation of the SF3 image format

Maintainer

Yukari Hafner <>

Author

Yukari Hafner <>

Home Page

https://shirakumo.org/docs/cl-sf3

Source Control

(GIT https://shirakumo.org/projects/cl-sf3.git)

Bug Tracker

https://shirakumo.org/projects/cl-sf3/issues

License

zlib

Dependency

cl-sf3/core (system).

Source

cl-sf3.asd.

Child Component

image.lisp (file).


2.6 cl-sf3/log

Implementation of the SF3 log format

Maintainer

Yukari Hafner <>

Author

Yukari Hafner <>

Home Page

https://shirakumo.org/docs/cl-sf3

Source Control

(GIT https://shirakumo.org/projects/cl-sf3.git)

Bug Tracker

https://shirakumo.org/projects/cl-sf3/issues

License

zlib

Dependencies
Source

cl-sf3.asd.

Child Component

log.lisp (file).


2.7 cl-sf3/model

Implementation of the SF3 model format

Maintainer

Yukari Hafner <>

Author

Yukari Hafner <>

Home Page

https://shirakumo.org/docs/cl-sf3

Source Control

(GIT https://shirakumo.org/projects/cl-sf3.git)

Bug Tracker

https://shirakumo.org/projects/cl-sf3/issues

License

zlib

Dependency

cl-sf3/core (system).

Source

cl-sf3.asd.

Child Component

model.lisp (file).


2.8 cl-sf3/physics-model

Implementation of the SF3 physics-model format

Maintainer

Yukari Hafner <>

Author

Yukari Hafner <>

Home Page

https://shirakumo.org/docs/cl-sf3

Source Control

(GIT https://shirakumo.org/projects/cl-sf3.git)

Bug Tracker

https://shirakumo.org/projects/cl-sf3/issues

License

zlib

Dependency

cl-sf3/core (system).

Source

cl-sf3.asd.

Child Component

physics-model.lisp (file).


2.9 cl-sf3/table

Implementation of the SF3 table format

Maintainer

Yukari Hafner <>

Author

Yukari Hafner <>

Home Page

https://shirakumo.org/docs/cl-sf3

Source Control

(GIT https://shirakumo.org/projects/cl-sf3.git)

Bug Tracker

https://shirakumo.org/projects/cl-sf3/issues

License

zlib

Dependency

cl-sf3/core (system).

Source

cl-sf3.asd.

Child Component

table.lisp (file).


2.10 cl-sf3/text

Implementation of the SF3 text format

Maintainer

Yukari Hafner <>

Author

Yukari Hafner <>

Home Page

https://shirakumo.org/docs/cl-sf3

Source Control

(GIT https://shirakumo.org/projects/cl-sf3.git)

Bug Tracker

https://shirakumo.org/projects/cl-sf3/issues

License

zlib

Dependency

cl-sf3/core (system).

Source

cl-sf3.asd.

Child Component

text.lisp (file).


2.11 cl-sf3/vector-graphic

Implementation of the SF3 vector-graphic format

Maintainer

Yukari Hafner <>

Author

Yukari Hafner <>

Home Page

https://shirakumo.org/docs/cl-sf3

Source Control

(GIT https://shirakumo.org/projects/cl-sf3.git)

Bug Tracker

https://shirakumo.org/projects/cl-sf3/issues

License

zlib

Dependency

cl-sf3/core (system).

Source

cl-sf3.asd.

Child Component

vector-graphic.lisp (file).


3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.2 cl-sf3/archive/archive.lisp

Source

cl-sf3.asd.

Parent Component

cl-sf3/archive (system).

Public Interface
Internals

3.1.3 cl-sf3/core/package.lisp

Source

cl-sf3.asd.

Parent Component

cl-sf3/core (system).

Packages

org.shirakumo.sf3.


3.1.4 cl-sf3/core/toolkit.lisp

Dependency

package.lisp (file).

Source

cl-sf3.asd.

Parent Component

cl-sf3/core (system).

Public Interface
Internals

3.1.5 cl-sf3/core/sf3.lisp

Dependency

toolkit.lisp (file).

Source

cl-sf3.asd.

Parent Component

cl-sf3/core (system).

Public Interface
Internals

3.1.6 cl-sf3/core/documentation.lisp

Dependency

sf3.lisp (file).

Source

cl-sf3.asd.

Parent Component

cl-sf3/core (system).


3.1.7 cl-sf3/audio/audio.lisp

Source

cl-sf3.asd.

Parent Component

cl-sf3/audio (system).

Public Interface
Internals

3.1.8 cl-sf3/image/image.lisp

Source

cl-sf3.asd.

Parent Component

cl-sf3/image (system).

Public Interface
Internals

3.1.9 cl-sf3/log/log.lisp

Source

cl-sf3.asd.

Parent Component

cl-sf3/log (system).

Public Interface
Internals

3.1.10 cl-sf3/model/model.lisp

Source

cl-sf3.asd.

Parent Component

cl-sf3/model (system).

Public Interface
Internals

3.1.11 cl-sf3/physics-model/physics-model.lisp

Source

cl-sf3.asd.

Parent Component

cl-sf3/physics-model (system).

Public Interface
Internals

3.1.12 cl-sf3/table/table.lisp

Source

cl-sf3.asd.

Parent Component

cl-sf3/table (system).

Public Interface
Internals

3.1.13 cl-sf3/text/text.lisp

Source

cl-sf3.asd.

Parent Component

cl-sf3/text (system).

Public Interface
Internals

3.1.14 cl-sf3/vector-graphic/vector-graphic.lisp

Source

cl-sf3.asd.

Parent Component

cl-sf3/vector-graphic (system).

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 org.shirakumo.sf3

Source

package.lisp.

Use List
  • common-lisp.
  • org.shirakumo.binary-structures.types.
Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Ordinary functions

Function: cell (table row column)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: (setf cell) (table row column)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: column-spec-element-count (spec)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: column-spec-element-size (spec)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: column-spec-type (spec)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: duration (audio)
Package

org.shirakumo.sf3.

Source

audio.lisp.

Function: log (log message &rest entry-args &key time &allow-other-keys)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: log-append-chunk (log &rest args)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: log-append-entry-extend (log entry &rest args)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: make-archive (files)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Function: make-archive-meta-entry (&key modification-time checksum mime-type path)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Function: make-audio (samples &key samplerate channels)
Package

org.shirakumo.sf3.

Source

audio.lisp.

Function: make-box (w h d &key transform)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: make-circle (x y w h &rest fill-args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: make-color (r g b &optional a)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: make-color-option (start end &optional r g b)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: make-column-spec (name &optional type length)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: make-curve (points &rest fill-args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: make-cylinder (bottom-radius top-radius height &key transform)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: make-ellipsoid (w h d &key transform)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: make-font-option (font)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: make-heading-option (level)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: make-image (pixels width height &key depth pixel-type)
Package

org.shirakumo.sf3.

Source

image.lisp.

Function: make-line (points &key thickness color)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Package

org.shirakumo.sf3.

Source

text.lisp.

Function: make-log (&key start-time end-time entries)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: make-log-chunk (&key entries)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: make-log-entry (message &key time severity source category)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: make-markup (start end option)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: make-mesh (vertices &key transform)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: make-model (faces vertices &key vertex-attributes material)
Package

org.shirakumo.sf3.

Source

model.lisp.

Function: make-physics-model (mass tensor &rest shapes)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: make-pill (bottom-radius top-radius height &key transform)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: make-point (x y)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: make-polygon (points &rest fill-args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: make-rectangle (x y w h &rest fill-args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: make-sf3-file-header (kind &optional checksum)

Create a new SF3-FILE-HEADER instance.

The KIND should name the type of file format stored.

See SF3-FILE-HEADER (type)

Package

org.shirakumo.sf3.

Source

sf3.lisp.

Function: make-shape (&key transform data)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: make-shape-bounds (x y w h)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: make-shape-fill (&key fill-color outline-color outline-thickness)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: make-size (w h)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: make-size-option (font-size)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: make-table (columns data)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: make-target-option (address)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: make-text (text &rest markup)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: make-text-shape (x y text &key color font font-size)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: make-vector-graphic (width height instructions)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: pixel-stride (image)
Package

org.shirakumo.sf3.

Source

image.lisp.

Function: pixel-type (image)
Package

org.shirakumo.sf3.

Source

image.lisp.

Function: read-sf3 (storage &rest args)

Read an SF3 file from the given storage.

Depending on the storage backend, additional arguments may be necessary. The following backends are supported:

PATHNAME
STREAM
OCTET-VECTOR (optionally accepts :START and :END key arguments) FOREIGN-POINTER (requires a SIZE argument)

If successful returns the format instance.
If parsing fails, an error is signalled.

See TELL-SF3
See ARCHIVE (type)
See AUDIO (type)
See IMAGE (type)
See LOG (type)
See MODEL (type)
See PHYSICS-MODEL (type)
See TABLE (type)
See TEXT (type)
See VECTOR-GRAPHIC (type)

Package

org.shirakumo.sf3.

Source

sf3.lisp.

Function: row (table row)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: tell-sf3 (storage &rest args)

Determine the type of SF3 file within the storage.

Depending on the storage backend, additional arguments may be necessary. The following backends are supported:

PATHNAME
STREAM
OCTET-VECTOR (optionally accepts :START and :END key arguments) FOREIGN-POINTER (requires a SIZE argument)

If successful returns the type of file stored.
If parsing of even the SF3 header fails, an error is signalled.

See READ-SF3
See ARCHIVE (type)
See AUDIO (type)
See IMAGE (type)
See LOG (type)
See MODEL (type)
See PHYSICS-MODEL (type)
See TABLE (type)
See TEXT (type)
See VECTOR-GRAPHIC (type)

Package

org.shirakumo.sf3.

Source

sf3.lisp.

Function: texture-types (model)
Package

org.shirakumo.sf3.

Source

model.lisp.

Function: universal-to-unix-time (universal-time)

Convert a Common Lisp universal-time timestamp to a UNIX timestamp

Package

org.shirakumo.sf3.

Source

toolkit.lisp.

Function: unix-to-universal-time (unix-time)

Convert a UNIX timestamp to a Common Lisp universal-time timestamp

Package

org.shirakumo.sf3.

Source

toolkit.lisp.

Function: vertex-attributes (model)
Package

org.shirakumo.sf3.

Source

model.lisp.

Function: vertex-stride (model)
Package

org.shirakumo.sf3.

Source

model.lisp.

Function: write-sf3 (object storage &rest args)

Write an SF3 file to the given storage.

Depending on the storage backend, additional arguments may be necessary. The following backends are supported:

PATHNAME
STREAM
OCTET-VECTOR (optionally accepts :START and :END key arguments) FOREIGN-POINTER (requires a SIZE argument)

If successful returns the storage.
If serialisation fails, an error is signalled.

See ARCHIVE (type)
See AUDIO (type)
See IMAGE (type)
See LOG (type)
See MODEL (type)
See PHYSICS-MODEL (type)
See TABLE (type)
See TEXT (type)
See VECTOR-GRAPHIC (type)

Package

org.shirakumo.sf3.

Source

sf3.lisp.


5.1.2 Generic functions

Generic Function: a (entry)

Accesses the alpha channel of the color.

See COLOR (type)

Package

org.shirakumo.sf3.

Methods
Method: a ((entry color))
Source

vector-graphic.lisp.

Generic Function: (setf a) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf a) ((entry color))
Source

vector-graphic.lisp.

Generic Function: add-file (file archive &key mime-type path modification-time)

Add a new file to the archive.

Returns the modified ARCHIVE.

The FILE may be an octet-vector, string, or a pathname. In the former two cases you must also pass the PATH keyword argument. In all cases you may also specify the MIME-TYPE and MODIFICATION-TIME. If you do not, they are determined automatically.

See FILES
See META-ENTRIES
See ARCHIVE (type)
See ARCHIVE-META-ENTRY (type)

Package

org.shirakumo.sf3.

Methods
Method: add-file ((file pathname) (archive archive) &key mime-type path modification-time)
Source

archive.lisp.

Method: add-file ((file string) (archive archive) &key mime-type path modification-time)
Source

archive.lisp.

Method: add-file ((file vector) (archive archive) &key mime-type path modification-time)
Source

archive.lisp.

Generic Function: address (entry)

Accesses the address.

See LINK-OPTION (type) See TARGET-OPTION (type)

Package

org.shirakumo.sf3.

Methods
Method: address ((entry markup))
Source

text.lisp.

Method: address ((entry target-option))
Source

text.lisp.

Method: address ((entry link-option))
Source

text.lisp.

Generic Function: (setf address) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf address) ((entry markup))
Source

text.lisp.

Method: (setf address) ((entry target-option))
Source

text.lisp.

Method: (setf address) ((entry link-option))
Source

text.lisp.

Generic Function: b (entry)

Accesses the blue component of the color.

See COLOR-OPTION (type)
See COLOR (type)

Package

org.shirakumo.sf3.

Methods
Method: b ((entry color))
Source

vector-graphic.lisp.

Method: b ((entry markup))
Source

text.lisp.

Method: b ((entry color-option))
Source

text.lisp.

Generic Function: (setf b) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf b) ((entry color))
Source

vector-graphic.lisp.

Method: (setf b) ((entry markup))
Source

text.lisp.

Method: (setf b) ((entry color-option))
Source

text.lisp.

Generic Function: bottom-radius (entry)

Accesses the bottom radius of the shape.

See CYLINDER (type)
See PILL (type)

Package

org.shirakumo.sf3.

Methods
Method: bottom-radius ((entry shape))
Source

physics-model.lisp.

Method: bottom-radius ((entry pill))
Source

physics-model.lisp.

Method: bottom-radius ((entry cylinder))
Source

physics-model.lisp.

Generic Function: (setf bottom-radius) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf bottom-radius) ((entry shape))
Source

physics-model.lisp.

Method: (setf bottom-radius) ((entry pill))
Source

physics-model.lisp.

Method: (setf bottom-radius) ((entry cylinder))
Source

physics-model.lisp.

Generic Function: bounds (entry)

Accesses the bounds of the shape.

See SHAPE-BOUNDS (type)
See RECTANGLE (type)
See CIRCLE (type)

Package

org.shirakumo.sf3.

Methods
Method: bounds ((entry circle))
Source

vector-graphic.lisp.

Method: bounds ((entry rectangle))
Source

vector-graphic.lisp.

Generic Function: (setf bounds) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf bounds) ((entry circle))
Source

vector-graphic.lisp.

Method: (setf bounds) ((entry rectangle))
Source

vector-graphic.lisp.

Generic Function: category (entry)

Access the category of the entry.

This is a string at most 255 characters long.

See LOG-ENTRY (type)

Package

org.shirakumo.sf3.

Methods
Method: category ((entry log-entry))
Source

log.lisp.

Generic Function: (setf category) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf category) ((entry log-entry))
Source

log.lisp.

Generic Function: channels (entry)

Accesses the channel information of the file.

For audio files, this is the channel count.
For image files, this is the pixel format identifier.

See PIXEL-TYPE
See CHANNEL-LAYOUT
See IMAGE (type)
See AUDIO (type)

Package

org.shirakumo.sf3.

Methods
Method: channels ((entry image))
Source

image.lisp.

Method: channels ((entry audio))
Source

audio.lisp.

Generic Function: (setf channels) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf channels) ((entry image))
Source

image.lisp.

Method: (setf channels) ((entry audio))
Source

audio.lisp.

Generic Function: checksum (entry)

Access the CRC32 checksum.

See ARCHIVE-META-ENTRY (type) See SF3-FILE-HEADER (type)

Package

org.shirakumo.sf3.

Methods
Method: checksum ((entry archive-meta-entry))
Source

archive.lisp.

Method: checksum ((entry sf3-file-header))
Source

sf3.lisp.

Generic Function: (setf checksum) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf checksum) ((entry archive-meta-entry))
Source

archive.lisp.

Method: (setf checksum) ((entry sf3-file-header))
Source

sf3.lisp.

Generic Function: chunks (entry)

Access the chunks vector of the log.

See LOG (type)
See LOG-CHUNK (type)
See LOG-APPEND-CHUNK

Package

org.shirakumo.sf3.

Methods
Method: chunks ((entry log))
Source

log.lisp.

Generic Function: (setf chunks) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf chunks) ((entry log))
Source

log.lisp.

Generic Function: color (entry)
Package

org.shirakumo.sf3.

Methods
Method: color ((entry text-shape))
Source

vector-graphic.lisp.

Method: color ((entry line))
Source

vector-graphic.lisp.

Generic Function: (setf color) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf color) ((entry text-shape))
Source

vector-graphic.lisp.

Method: (setf color) ((entry line))
Source

vector-graphic.lisp.

Generic Function: column-count (entry)

Accesses the number of columns in the table.

See TABLE (type)

Package

org.shirakumo.sf3.

Methods
Method: column-count ((entry table))
Source

table.lisp.

Generic Function: (setf column-count) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf column-count) ((entry table))
Source

table.lisp.

Generic Function: column-specs (entry)

Accesses the vector of column specifications in the table.

See COLUMN-SPEC (type)
See TABLE (type)

Package

org.shirakumo.sf3.

Methods
Method: column-specs ((entry table))
Source

table.lisp.

Generic Function: (setf column-specs) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf column-specs) ((entry table))
Source

table.lisp.

Generic Function: data (entry)

Accesses the inner data of the physics shape.

See SHAPE (type)

Package

org.shirakumo.sf3.

Methods
Method: data ((entry shape))
Source

physics-model.lisp.

Generic Function: (setf data) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf data) ((entry shape))
Source

physics-model.lisp.

Generic Function: depth (entry)

Accesses the depth of the object.

See IMAGE (type)
See ELLIPSOID (type)
See BOX (type)

Package

org.shirakumo.sf3.

Methods
Method: depth ((entry shape))
Source

physics-model.lisp.

Method: depth ((entry box))
Source

physics-model.lisp.

Method: depth ((entry ellipsoid))
Source

physics-model.lisp.

Method: depth ((entry image))
Source

image.lisp.

Generic Function: (setf depth) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf depth) ((entry shape))
Source

physics-model.lisp.

Method: (setf depth) ((entry box))
Source

physics-model.lisp.

Method: (setf depth) ((entry ellipsoid))
Source

physics-model.lisp.

Method: (setf depth) ((entry image))
Source

image.lisp.

Generic Function: end-time (entry)

Access the ending time of the log.

This is a UNIX timestamp. If the timestamp is equivalent to the most positive 63 bit number, the end time is considered to be "tentative" and the log file unfinished.

See UNIX-TO-UNIVERSAL-TIME
See UNIVERSAL-TO-UNIX-TIME
See LOG (type)

Package

org.shirakumo.sf3.

Methods
Method: end-time ((entry log))
Source

log.lisp.

Generic Function: (setf end-time) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf end-time) ((entry log))
Source

log.lisp.

Generic Function: entries (entry)

Access the vector of log-entries in the chunk.

See LOG-ENTRY (type)
See LOG-CHUNK (type)

Package

org.shirakumo.sf3.

Methods
Method: entries ((entry log-chunk))
Source

log.lisp.

Generic Function: (setf entries) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf entries) ((entry log-chunk))
Source

log.lisp.

Generic Function: extract-file (file archive &key path if-exists verify preserve-modification-time &allow-other-keys)

Extract a file from the archive to disk.

FILE may either be the path of the file to extract, the index of the file, or T for all files.

If VERIFY is true, the resulting file on disk is checked against the stored CRC-32 checksum.

If PRESERVE-MODIFICATION-TIME is true, the resulting file will have the modification time as stored in the archive.

See FILES
See META-ENTRIES
See ARCHIVE (type)
See ARCHIVE-META-ENTRY (type)

Package

org.shirakumo.sf3.

Methods
Method: extract-file ((all (eql t)) (archive archive) &key path if-exists verify preserve-modification-time)
Source

archive.lisp.

Method: extract-file ((file string) (archive archive) &rest args &key &allow-other-keys)
Source

archive.lisp.

Method: extract-file ((file integer) (archive archive) &key path if-exists verify preserve-modification-time)
Source

archive.lisp.

Generic Function: faces (entry)

Accesses the vector of vertex indices that make up the faces.

See MODEL (type)

Package

org.shirakumo.sf3.

Methods
Method: faces ((entry model))
Source

model.lisp.

Generic Function: (setf faces) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf faces) ((entry model))
Source

model.lisp.

Generic Function: file-extension (object)

Returns the file extension to be used with the given object or format type.

See ARCHIVE (type)
See AUDIO (type)
See IMAGE (type)
See LOG (type)
See MODEL (type)
See PHYSICS-MODEL (type)
See TABLE (type)
See TEXT (type)
See VECTOR-GRAPHIC (type)

Package

org.shirakumo.sf3.

Source

sf3.lisp.

Methods
Method: file-extension ((_ io-structure-object))
Method: file-extension ((_ (eql org.shirakumo.sf3:archive)))
Method: file-extension ((_ (eql org.shirakumo.sf3:audio)))
Method: file-extension ((_ (eql org.shirakumo.sf3:image)))
Method: file-extension ((_ (eql org.shirakumo.sf3:log)))
Method: file-extension ((_ (eql org.shirakumo.sf3:model)))
Method: file-extension ((_ (eql org.shirakumo.sf3:physics-model)))
Method: file-extension ((_ (eql org.shirakumo.sf3:table)))
Method: file-extension ((_ (eql org.shirakumo.sf3:text)))
Method: file-extension ((_ (eql org.shirakumo.sf3:vector-graphic)))
Generic Function: files (entry)

Access the vector of file payloads.

File payloads are stored as octet vectors.
In order to get the associated file metadata, look at the ARCHIVE-META-ENTRY of the same index in the META-ENTRIES vector.

See ARCHIVE (type)
See META-ENTRIES

Package

org.shirakumo.sf3.

Methods
Method: files ((entry archive))
Source

archive.lisp.

Generic Function: (setf files) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf files) ((entry archive))
Source

archive.lisp.

Generic Function: fill (entry)

Accesses the fill description of the shape.

See SHAPE-FILL (type)
See CURVE (type)
See POLYGON (type)
See RECTANGLE (type)
See CIRCLE (type)

Package

org.shirakumo.sf3.

Methods
Method: fill ((entry curve))
Source

vector-graphic.lisp.

Method: fill ((entry polygon))
Source

vector-graphic.lisp.

Method: fill ((entry circle))
Source

vector-graphic.lisp.

Method: fill ((entry rectangle))
Source

vector-graphic.lisp.

Generic Function: (setf fill) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf fill) ((entry curve))
Source

vector-graphic.lisp.

Method: (setf fill) ((entry polygon))
Source

vector-graphic.lisp.

Method: (setf fill) ((entry circle))
Source

vector-graphic.lisp.

Method: (setf fill) ((entry rectangle))
Source

vector-graphic.lisp.

Generic Function: fill-color (entry)

Accesses the fill color of the fill specification.

See SHAPE-FILL (type)

Package

org.shirakumo.sf3.

Methods
Method: fill-color ((entry shape-fill))
Source

vector-graphic.lisp.

Generic Function: (setf fill-color) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf fill-color) ((entry shape-fill))
Source

vector-graphic.lisp.

Generic Function: font (entry)

Accesses the font-family descriptor of the text.

See FONT-OPTION (type)
See TEXT-SHAPE (type)

Package

org.shirakumo.sf3.

Methods
Method: font ((entry text-shape))
Source

vector-graphic.lisp.

Method: font ((entry markup))
Source

text.lisp.

Generic Function: (setf font) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf font) ((entry text-shape))
Source

vector-graphic.lisp.

Method: (setf font) ((entry markup))
Source

text.lisp.

Generic Function: font-size (entry)

Accesses the font-size of the object.

The size describes the height of a line of text from its baseline in pixels.

See TEXT-SHAPE (type)
See SIZE-OPTION (type)

Package

org.shirakumo.sf3.

Methods
Method: font-size ((entry text-shape))
Source

vector-graphic.lisp.

Method: font-size ((entry size-option))
Source

text.lisp.

Generic Function: (setf font-size) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf font-size) ((entry text-shape))
Source

vector-graphic.lisp.

Method: (setf font-size) ((entry size-option))
Source

text.lisp.

Generic Function: g (entry)

Accesses the green component of the color.

See COLOR-OPTION (type)
See COLOR (type)

Package

org.shirakumo.sf3.

Methods
Method: g ((entry color))
Source

vector-graphic.lisp.

Method: g ((entry markup))
Source

text.lisp.

Method: g ((entry color-option))
Source

text.lisp.

Generic Function: (setf g) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf g) ((entry color))
Source

vector-graphic.lisp.

Method: (setf g) ((entry markup))
Source

text.lisp.

Method: (setf g) ((entry color-option))
Source

text.lisp.

Generic Function: h (entry)

Accesses the HEIGHT extent of the size.

See SIZE (type)

Package

org.shirakumo.sf3.

Methods
Method: h ((entry size))
Source

vector-graphic.lisp.

Generic Function: (setf h) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf h) ((entry size))
Source

vector-graphic.lisp.

Generic Function: height (entry)

Accesses the height of the object.

See IMAGE (type)
See VECTOR-GRAPHIC (type)
See ELLIPSOID (type)
See BOX (type)
See SIZE (type)
See PILL (type)
See CYLINDER (type)

Package

org.shirakumo.sf3.

Methods
Method: height ((entry vector-graphic))
Source

vector-graphic.lisp.

Method: height ((entry size))
Source

vector-graphic.lisp.

Method: height ((entry shape))
Source

physics-model.lisp.

Method: height ((entry pill))
Source

physics-model.lisp.

Method: height ((entry cylinder))
Source

physics-model.lisp.

Method: height ((entry box))
Source

physics-model.lisp.

Method: height ((entry ellipsoid))
Source

physics-model.lisp.

Method: height ((entry image))
Source

image.lisp.

Generic Function: (setf height) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf height) ((entry vector-graphic))
Source

vector-graphic.lisp.

Method: (setf height) ((entry size))
Source

vector-graphic.lisp.

Method: (setf height) ((entry shape))
Source

physics-model.lisp.

Method: (setf height) ((entry pill))
Source

physics-model.lisp.

Method: (setf height) ((entry cylinder))
Source

physics-model.lisp.

Method: (setf height) ((entry box))
Source

physics-model.lisp.

Method: (setf height) ((entry ellipsoid))
Source

physics-model.lisp.

Method: (setf height) ((entry image))
Source

image.lisp.

Generic Function: instructions (entry)

Accesses the vector of drawing instructions that make up the image.

The elements may be instances of the following types:

LINE
RECTANGLE
CIRCLE
POLYGON
CURVE
TEXT-SHAPE
(ARRAY SINGLE-FLOAT (6))

See VECTOR-GRAPHIC (type)

Package

org.shirakumo.sf3.

Methods
Method: instructions ((entry vector-graphic))
Source

vector-graphic.lisp.

Generic Function: (setf instructions) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf instructions) ((entry vector-graphic))
Source

vector-graphic.lisp.

Generic Function: kind (entry)

Accesses the kind of the type stored.

See COLUMN-SPEC-TYPE
See COLUMN-SPEC (type)
See SF3-FILE-HEADER (type)

Package

org.shirakumo.sf3.

Methods
Method: kind ((entry column-spec))
Source

table.lisp.

Method: kind ((entry sf3-file-header))
Source

sf3.lisp.

Generic Function: (setf kind) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf kind) ((entry column-spec))
Source

table.lisp.

Method: (setf kind) ((entry sf3-file-header))
Source

sf3.lisp.

Generic Function: level (entry)

Accesses the heading level.

See HEADING-OPTION (type)

Package

org.shirakumo.sf3.

Methods
Method: level ((entry markup))
Source

text.lisp.

Method: level ((entry heading-option))
Source

text.lisp.

Generic Function: (setf level) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf level) ((entry markup))
Source

text.lisp.

Method: (setf level) ((entry heading-option))
Source

text.lisp.

Generic Function: markup (entry)

Access the vector of markup options.

See TEXT (type)

Package

org.shirakumo.sf3.

Methods
Method: markup ((entry text))
Source

text.lisp.

Generic Function: (setf markup) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf markup) ((entry text))
Source

text.lisp.

Generic Function: mass (entry)

Accesses the mass of the overall physics model in Kg.

See PHYSICS-MODEL (type)

Package

org.shirakumo.sf3.

Methods
Method: mass ((entry physics-model))
Source

physics-model.lisp.

Generic Function: (setf mass) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf mass) ((entry physics-model))
Source

physics-model.lisp.

Generic Function: message (entry)

Access the message of the entry.

This is mostly free-form, application-specific text about the log event.

See LOG-ENTRY (type)

Package

org.shirakumo.sf3.

Methods
Method: message ((entry log-entry))
Source

log.lisp.

Generic Function: (setf message) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf message) ((entry log-entry))
Source

log.lisp.

Generic Function: meta-entries (entry)

Access the vector of archive metadata entries.

The metadata entries give you information about a file’s path, type, and so on.

See ARCHIVE (type)
See ARCHIVE-META-ENTRY (type)
See FILES

Package

org.shirakumo.sf3.

Methods
Method: meta-entries ((entry archive))
Source

archive.lisp.

Generic Function: (setf meta-entries) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf meta-entries) ((entry archive))
Source

archive.lisp.

Generic Function: mime-type (object)

Access the media mime-type.

You can also pass any SF3 file structure or its type to this to get its intended mime-type back.

See ARCHIVE-META-ENTRY (type)
See ARCHIVE (type)
See AUDIO (type)
See IMAGE (type)
See LOG (type)
See MODEL (type)
See PHYSICS-MODEL (type)
See TABLE (type)
See TEXT (type)
See VECTOR-GRAPHIC (type)

Package

org.shirakumo.sf3.

Source

sf3.lisp.

Methods
Method: mime-type ((entry archive-meta-entry))
Source

archive.lisp.

Method: mime-type ((_ io-structure-object))
Method: mime-type ((_ (eql org.shirakumo.sf3:archive)))
Method: mime-type ((_ (eql org.shirakumo.sf3:audio)))
Method: mime-type ((_ (eql org.shirakumo.sf3:image)))
Method: mime-type ((_ (eql org.shirakumo.sf3:log)))
Method: mime-type ((_ (eql org.shirakumo.sf3:model)))
Method: mime-type ((_ (eql org.shirakumo.sf3:physics-model)))
Method: mime-type ((_ (eql org.shirakumo.sf3:table)))
Method: mime-type ((_ (eql org.shirakumo.sf3:text)))
Method: mime-type ((_ (eql org.shirakumo.sf3:vector-graphic)))
Generic Function: (setf mime-type) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf mime-type) ((entry archive-meta-entry))
Source

archive.lisp.

Generic Function: modification-time (entry)

Access the modification time of the metadata entry.

The modification time is a universal-time timestamp.

See ARCHIVE-META-ENTRY (type)

Package

org.shirakumo.sf3.

Methods
Method: modification-time ((entry archive-meta-entry))
Source

archive.lisp.

Generic Function: (setf modification-time) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf modification-time) ((entry archive-meta-entry))
Source

archive.lisp.

Generic Function: outline-color (entry)

Accesses the outline color of the fill specification.

See SHAPE-FILL (type)

Package

org.shirakumo.sf3.

Methods
Method: outline-color ((entry shape-fill))
Source

vector-graphic.lisp.

Generic Function: (setf outline-color) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf outline-color) ((entry shape-fill))
Source

vector-graphic.lisp.

Generic Function: outline-thickness (entry)

Accesses the outline thickness of the fill specification.

See SHAPE-FILL (type)

Package

org.shirakumo.sf3.

Methods
Method: outline-thickness ((entry shape-fill))
Source

vector-graphic.lisp.

Generic Function: (setf outline-thickness) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf outline-thickness) ((entry shape-fill))
Source

vector-graphic.lisp.

Generic Function: path (entry)

Access the path of the file.

This is a string describing a relative UNIX namestring for the related file.

See ARCHIVE-META-ENTRY (type)

Package

org.shirakumo.sf3.

Methods
Method: path ((entry archive-meta-entry))
Source

archive.lisp.

Generic Function: (setf path) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf path) ((entry archive-meta-entry))
Source

archive.lisp.

Generic Function: pixel-format (entry)

Accesses the format of the pixel channel elements.

This corresponds to the pixel data vector element-type.

See PIXELS
See IMAGE (type)

Package

org.shirakumo.sf3.

Methods
Method: pixel-format ((entry image))
Source

image.lisp.

Generic Function: (setf pixel-format) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf pixel-format) ((entry image))
Source

image.lisp.

Generic Function: pixels (entry)

Accesses the pixel data of the image.

The vector contains the pixel data in "row-major" order, with channel data interleaved. Meaning to access a specific channel value the index is computed as:

channel + PIXEL-STRIDE * (x + WIDTH * (y + HEIGHT * d))

See PIXEL-STRIDE
See WIDTH
See HEIGHT
See IMAGE (type)

Package

org.shirakumo.sf3.

Methods
Method: pixels ((entry image))
Source

image.lisp.

Generic Function: (setf pixels) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf pixels) ((entry image))
Source

image.lisp.

Generic Function: point (entry)

Accesses the lower left corner point of the extent.

See SHAPE-BOUNDS (type)

Package

org.shirakumo.sf3.

Methods
Method: point ((entry text-shape))
Source

vector-graphic.lisp.

Method: point ((entry shape-bounds))
Source

vector-graphic.lisp.

Generic Function: (setf point) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf point) ((entry text-shape))
Source

vector-graphic.lisp.

Method: (setf point) ((entry shape-bounds))
Source

vector-graphic.lisp.

Generic Function: points (entry)

Accesses the vector of outline points of the shape.

See POLYGON (type)
See CURVE (type)
See POINT (type)

Package

org.shirakumo.sf3.

Methods
Method: points ((entry curve))
Source

vector-graphic.lisp.

Method: points ((entry polygon))
Source

vector-graphic.lisp.

Method: points ((entry line))
Source

vector-graphic.lisp.

Generic Function: (setf points) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf points) ((entry curve))
Source

vector-graphic.lisp.

Method: (setf points) ((entry polygon))
Source

vector-graphic.lisp.

Method: (setf points) ((entry line))
Source

vector-graphic.lisp.

Generic Function: r (entry)

Accesses the red component of the color.

See COLOR-OPTION (type)
See COLOR (type)

Package

org.shirakumo.sf3.

Methods
Method: r ((entry color))
Source

vector-graphic.lisp.

Method: r ((entry markup))
Source

text.lisp.

Method: r ((entry color-option))
Source

text.lisp.

Generic Function: (setf r) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf r) ((entry color))
Source

vector-graphic.lisp.

Method: (setf r) ((entry markup))
Source

text.lisp.

Method: (setf r) ((entry color-option))
Source

text.lisp.

Generic Function: row-count (entry)

Accesses the number of rows in the table.

See TABLE (type)

Package

org.shirakumo.sf3.

Methods
Method: row-count ((entry table))
Source

table.lisp.

Generic Function: (setf row-count) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf row-count) ((entry table))
Source

table.lisp.

Generic Function: row-data (entry)

Accesses the raw, encoded row data.

The data is encoded as an octet vector.
In order to decode data, please use the ROW and CELL functions.

See ROW
See CELL
See TABLE (type)

Package

org.shirakumo.sf3.

Methods
Method: row-data ((entry table))
Source

table.lisp.

Generic Function: (setf row-data) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf row-data) ((entry table))
Source

table.lisp.

Generic Function: sample-format (entry)

Accesses the sample format type of the audio file.

May be one of:
:SINT8
:SINT16
:SINT32
:SINT64
:UINT8
:UINT16
:UINT32
:UINT64
:FLOAT16
:FLOAT32
:FLOAT64

This will also correspond to the element-type of the SAMPLES array, except for :FLOAT16, which is encoded as (unsigned-byte 16) due to lack of support for short-floats in most implementations.

See AUDIO (type)

Package

org.shirakumo.sf3.

Methods
Method: sample-format ((entry audio))
Source

audio.lisp.

Generic Function: (setf sample-format) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf sample-format) ((entry audio))
Source

audio.lisp.

Generic Function: samplerate (entry)

Accesses the samplerate of the audio file in Hertz.

See AUDIO (type)

Package

org.shirakumo.sf3.

Methods
Method: samplerate ((entry audio))
Source

audio.lisp.

Generic Function: (setf samplerate) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf samplerate) ((entry audio))
Source

audio.lisp.

Generic Function: samples (entry)

Accesses the sample data of the audio file.

This is a raw PCM data vector structured as audio frames, interleaving the channels in each frame according to the layout in CHANNEL-LAYOUT.

See AUDIO (type)

Package

org.shirakumo.sf3.

Methods
Method: samples ((entry audio))
Source

audio.lisp.

Generic Function: (setf samples) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf samples) ((entry audio))
Source

audio.lisp.

Generic Function: severity (entry)

Accesses the severity number of the entry.

The more positive the number, the more severe, the more negative the more detailed it is meant to be, with 0 being treated as "neutral".

See LOG-ENTRY (type)

Package

org.shirakumo.sf3.

Methods
Method: severity ((entry log-entry))
Source

log.lisp.

Generic Function: (setf severity) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf severity) ((entry log-entry))
Source

log.lisp.

Generic Function: shapes (entry)

Accesses the vector of shapes that make up the physics model.

See SHAPE (type)
See PHYSICS-MODEL (type)

Package

org.shirakumo.sf3.

Methods
Method: shapes ((entry physics-model))
Source

physics-model.lisp.

Generic Function: (setf shapes) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf shapes) ((entry physics-model))
Source

physics-model.lisp.

Generic Function: size (entry)

Accesses the dimensions of the extent.

See SHAPE-BOUNDS (type)

Package

org.shirakumo.sf3.

Methods
Method: size ((entry shape-bounds))
Source

vector-graphic.lisp.

Method: size ((entry markup))
Source

text.lisp.

Method: size ((entry column-spec))
Source

table.lisp.

Method: size ((entry log-chunk))
Source

log.lisp.

Method: size ((entry log-entry))
Source

log.lisp.

Generic Function: (setf size) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf size) ((entry shape-bounds))
Source

vector-graphic.lisp.

Method: (setf size) ((entry markup))
Source

text.lisp.

Method: (setf size) ((entry column-spec))
Source

table.lisp.

Method: (setf size) ((entry log-chunk))
Source

log.lisp.

Method: (setf size) ((entry log-entry))
Source

log.lisp.

Generic Function: source (entry)

Access the source indicator of the entry.

This is a string at most 255 characters long.

See LOG-ENTRY (type)

Package

org.shirakumo.sf3.

Methods
Method: source ((entry log-entry))
Source

log.lisp.

Generic Function: (setf source) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf source) ((entry log-entry))
Source

log.lisp.

Generic Function: start-time (entry)

Access the starting time of the log.

This is a UNIX timestamp.

See UNIX-TO-UNIVERSAL-TIME
See UNIVERSAL-TO-UNIX-TIME
See LOG (type)

Package

org.shirakumo.sf3.

Methods
Method: start-time ((entry log))
Source

log.lisp.

Generic Function: (setf start-time) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf start-time) ((entry log))
Source

log.lisp.

Generic Function: tensor (entry)

Accesses the inertia tensor matrix of the physics shape.

The inertia tensor is a row-major 9-element single-float vector that stores the 3x3 inertia tensor matrix.

See PHYSICS-MODEL (type)

Package

org.shirakumo.sf3.

Methods
Method: tensor ((entry physics-model))
Source

physics-model.lisp.

Generic Function: (setf tensor) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf tensor) ((entry physics-model))
Source

physics-model.lisp.

Generic Function: text (entry)

Accesses the string text of the element.

See TEXT (type)
See TEXT-SHAPE (type)

Package

org.shirakumo.sf3.

Methods
Method: text ((entry text-shape))
Source

vector-graphic.lisp.

Method: text ((entry text))
Source

text.lisp.

Generic Function: (setf text) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf text) ((entry text-shape))
Source

vector-graphic.lisp.

Method: (setf text) ((entry text))
Source

text.lisp.

Generic Function: textures (entry)

Accesses the vector of paths for the material’s textures.

See TEXTURE-TYPES
See MODEL (type)

Package

org.shirakumo.sf3.

Methods
Method: textures ((entry model))
Source

model.lisp.

Generic Function: (setf textures) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf textures) ((entry model))
Source

model.lisp.

Generic Function: thickness (entry)

Accesses the thickness of the line.

See LINE (type)

Package

org.shirakumo.sf3.

Methods
Method: thickness ((entry line))
Source

vector-graphic.lisp.

Generic Function: (setf thickness) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf thickness) ((entry line))
Source

vector-graphic.lisp.

Generic Function: time (entry)

Accesses the time at which the entry was created.

This is a UNIX timestamp.

See UNIX-TO-UNIVERSAL-TIME
See UNIVERSAL-TO-UNIX-TIME
See LOG-ENTRY (type)

Package

org.shirakumo.sf3.

Methods
Method: time ((entry log-entry))
Source

log.lisp.

Generic Function: (setf time) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf time) ((entry log-entry))
Source

log.lisp.

Generic Function: top-radius (entry)

Accesses the top radius of the shape.

See CYLINDER (type)
See PILL (type)

Package

org.shirakumo.sf3.

Methods
Method: top-radius ((entry shape))
Source

physics-model.lisp.

Method: top-radius ((entry pill))
Source

physics-model.lisp.

Method: top-radius ((entry cylinder))
Source

physics-model.lisp.

Generic Function: (setf top-radius) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf top-radius) ((entry shape))
Source

physics-model.lisp.

Method: (setf top-radius) ((entry pill))
Source

physics-model.lisp.

Method: (setf top-radius) ((entry cylinder))
Source

physics-model.lisp.

Generic Function: transform (entry)

Accesses the transform matrix of the shape.

The transform matrix is a row-major 16-element single-float vector that stores the 4x4 affine transformation matrix to position the shape relative to origin of the entire model.

See SHAPE (type)
See PHYSICS-MODEL (type)

Package

org.shirakumo.sf3.

Methods
Method: transform ((entry shape))
Source

physics-model.lisp.

Generic Function: (setf transform) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf transform) ((entry shape))
Source

physics-model.lisp.

Generic Function: vertices (entry)

Access the vector of vertex attribute data.

In the case of a MESH this is only position data.

See VERTEX-ATTRIBUTES
See VERTEX-STRIDE
See MODEL (type)
See MESH (type)

Package

org.shirakumo.sf3.

Methods
Method: vertices ((entry shape))
Source

physics-model.lisp.

Method: vertices ((entry mesh))
Source

physics-model.lisp.

Method: vertices ((entry model))
Source

model.lisp.

Generic Function: (setf vertices) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf vertices) ((entry shape))
Source

physics-model.lisp.

Method: (setf vertices) ((entry mesh))
Source

physics-model.lisp.

Method: (setf vertices) ((entry model))
Source

model.lisp.

Generic Function: w (entry)

Accesses the WIDTH extent of the size.

See SIZE (type)

Package

org.shirakumo.sf3.

Methods
Method: w ((entry size))
Source

vector-graphic.lisp.

Generic Function: (setf w) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf w) ((entry size))
Source

vector-graphic.lisp.

Generic Function: width (entry)

Accesses the width of the object.

See IMAGE (type)
See VECTOR-GRAPHIC (type)
See ELLIPSOID (type)
See BOX (type)
See SIZE (type)

Package

org.shirakumo.sf3.

Methods
Method: width ((entry vector-graphic))
Source

vector-graphic.lisp.

Method: width ((entry size))
Source

vector-graphic.lisp.

Method: width ((entry shape))
Source

physics-model.lisp.

Method: width ((entry box))
Source

physics-model.lisp.

Method: width ((entry ellipsoid))
Source

physics-model.lisp.

Method: width ((entry image))
Source

image.lisp.

Generic Function: (setf width) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf width) ((entry vector-graphic))
Source

vector-graphic.lisp.

Method: (setf width) ((entry size))
Source

vector-graphic.lisp.

Method: (setf width) ((entry shape))
Source

physics-model.lisp.

Method: (setf width) ((entry box))
Source

physics-model.lisp.

Method: (setf width) ((entry ellipsoid))
Source

physics-model.lisp.

Method: (setf width) ((entry image))
Source

image.lisp.

Generic Function: x (entry)

Accesses the X position of the point.

See POINT (type)

Package

org.shirakumo.sf3.

Methods
Method: x ((entry point))
Source

vector-graphic.lisp.

Generic Function: (setf x) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf x) ((entry point))
Source

vector-graphic.lisp.

Generic Function: y (entry)

Accesses the Y position of the point.

See POINT (type)

Package

org.shirakumo.sf3.

Methods
Method: y ((entry point))
Source

vector-graphic.lisp.

Generic Function: (setf y) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf y) ((entry point))
Source

vector-graphic.lisp.


5.1.3 Standalone methods

Method: octet-size ((value pill))
Package

org.shirakumo.binary-structures.

Source

physics-model.lisp.

Method: octet-size ((value physics-model))
Package

org.shirakumo.binary-structures.

Source

physics-model.lisp.

Method: octet-size ((value column-spec))
Package

org.shirakumo.binary-structures.

Source

table.lisp.

Method: octet-size ((value cylinder))
Package

org.shirakumo.binary-structures.

Source

physics-model.lisp.

Method: octet-size ((value size))
Package

org.shirakumo.binary-structures.

Source

vector-graphic.lisp.

Method: octet-size ((value archive-meta-entry))
Package

org.shirakumo.binary-structures.

Source

archive.lisp.

Method: octet-size ((value markup))
Package

org.shirakumo.binary-structures.

Source

text.lisp.

Method: octet-size ((value curve))
Package

org.shirakumo.binary-structures.

Source

vector-graphic.lisp.

Method: octet-size ((value target-option))
Package

org.shirakumo.binary-structures.

Source

text.lisp.

Method: octet-size ((value log-chunk))
Package

org.shirakumo.binary-structures.

Source

log.lisp.

Method: octet-size ((value box))
Package

org.shirakumo.binary-structures.

Source

physics-model.lisp.

Method: octet-size ((value font-option))
Package

org.shirakumo.binary-structures.

Source

text.lisp.

Method: octet-size ((value point))
Package

org.shirakumo.binary-structures.

Source

vector-graphic.lisp.

Method: octet-size ((value text-shape))
Package

org.shirakumo.binary-structures.

Source

vector-graphic.lisp.

Method: octet-size ((value text))
Package

org.shirakumo.binary-structures.

Source

text.lisp.

Method: octet-size ((value audio))
Package

org.shirakumo.binary-structures.

Source

audio.lisp.

Method: octet-size ((value log-entry))
Package

org.shirakumo.binary-structures.

Source

log.lisp.

Method: octet-size ((value log))
Package

org.shirakumo.binary-structures.

Source

log.lisp.

Method: octet-size ((value rectangle))
Package

org.shirakumo.binary-structures.

Source

vector-graphic.lisp.

Method: octet-size ((value size-option))
Package

org.shirakumo.binary-structures.

Source

text.lisp.

Method: octet-size ((value circle))
Package

org.shirakumo.binary-structures.

Source

vector-graphic.lisp.

Method: octet-size ((value image))
Package

org.shirakumo.binary-structures.

Source

image.lisp.

Method: octet-size ((value shape))
Package

org.shirakumo.binary-structures.

Source

physics-model.lisp.

Method: octet-size ((value sf3-file-header))
Package

org.shirakumo.binary-structures.

Source

sf3.lisp.

Method: octet-size ((value polygon))
Package

org.shirakumo.binary-structures.

Source

vector-graphic.lisp.

Method: octet-size ((value heading-option))
Package

org.shirakumo.binary-structures.

Source

text.lisp.

Method: octet-size ((value mesh))
Package

org.shirakumo.binary-structures.

Source

physics-model.lisp.

Method: octet-size ((value vector-graphic))
Package

org.shirakumo.binary-structures.

Source

vector-graphic.lisp.

Method: octet-size ((value shape-bounds))
Package

org.shirakumo.binary-structures.

Source

vector-graphic.lisp.

Method: octet-size ((value ellipsoid))
Package

org.shirakumo.binary-structures.

Source

physics-model.lisp.

Method: octet-size ((value table))
Package

org.shirakumo.binary-structures.

Source

table.lisp.

Method: octet-size ((value color-option))
Package

org.shirakumo.binary-structures.

Source

text.lisp.

Method: octet-size ((value line))
Package

org.shirakumo.binary-structures.

Source

vector-graphic.lisp.

Method: octet-size ((value archive))
Package

org.shirakumo.binary-structures.

Source

archive.lisp.

Method: octet-size ((value model))
Package

org.shirakumo.binary-structures.

Source

model.lisp.

Method: octet-size ((value shape-fill))
Package

org.shirakumo.binary-structures.

Source

vector-graphic.lisp.

Method: octet-size ((value color))
Package

org.shirakumo.binary-structures.

Source

vector-graphic.lisp.

Method: octet-size ((value link-option))
Package

org.shirakumo.binary-structures.

Source

text.lisp.

Method: print-object ((object pill) stream)
Source

physics-model.lisp.

Method: print-object ((object physics-model) stream)
Source

physics-model.lisp.

Method: print-object ((object column-spec) stream)
Source

table.lisp.

Method: print-object ((object cylinder) stream)
Source

physics-model.lisp.

Method: print-object ((object size) stream)
Source

vector-graphic.lisp.

Method: print-object ((object archive-meta-entry) stream)
Source

archive.lisp.

Method: print-object ((object curve) stream)
Source

vector-graphic.lisp.

Method: print-object ((object target-option) stream)
Source

text.lisp.

Method: print-object ((object log-chunk) stream)
Source

log.lisp.

Method: print-object ((object box) stream)
Source

physics-model.lisp.

Method: print-object ((object font-option) stream)
Source

text.lisp.

Method: print-object ((object point) stream)
Source

vector-graphic.lisp.

Method: print-object ((object text-shape) stream)
Source

vector-graphic.lisp.

Method: print-object ((object text) stream)
Source

text.lisp.

Method: print-object ((object audio) stream)
Source

audio.lisp.

Method: print-object ((object log-entry) stream)
Source

log.lisp.

Method: print-object ((object log) stream)
Source

log.lisp.

Method: print-object ((object rectangle) stream)
Source

vector-graphic.lisp.

Method: print-object ((object size-option) stream)
Source

text.lisp.

Method: print-object ((object circle) stream)
Source

vector-graphic.lisp.

Method: print-object ((object image) stream)
Source

image.lisp.

Method: print-object ((object shape) stream)
Source

physics-model.lisp.

Method: print-object ((object sf3-file-header) stream)
Source

sf3.lisp.

Method: print-object ((object polygon) stream)
Source

vector-graphic.lisp.

Method: print-object ((object heading-option) stream)
Source

text.lisp.

Method: print-object ((object mesh) stream)
Source

physics-model.lisp.

Method: print-object ((object vector-graphic) stream)
Source

vector-graphic.lisp.

Method: print-object ((object ellipsoid) stream)
Source

physics-model.lisp.

Method: print-object ((object table) stream)
Source

table.lisp.

Method: print-object ((object color-option) stream)
Source

text.lisp.

Method: print-object ((object line) stream)
Source

vector-graphic.lisp.

Method: print-object ((object archive) stream)
Source

archive.lisp.

Method: print-object ((object model) stream)
Source

model.lisp.

Method: print-object ((object color) stream)
Source

vector-graphic.lisp.

Method: print-object ((object link-option) stream)
Source

text.lisp.


5.1.4 Structures

Structure: archive

Representation of an archive file.

See MAKE-ARCHIVE
See META-ENTRIES
See FILES
See ADD-FILE
See EXTRACT-FILE
See WRITE-SF3
See READ-SF3
See TELL-SF3

Package

org.shirakumo.sf3.

Source

archive.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: count
Package

common-lisp.

Type

(unsigned-byte 64)

Initform

0

Readers

archive-count.

Writers

(setf archive-count).

Slot: meta-size
Type

(unsigned-byte 64)

Initform

0

Readers

archive-meta-size.

Writers

(setf archive-meta-size).

Slot: meta-offsets
Type

(array (unsigned-byte 64) (*))

Initform

(make-array 0 :element-type (quote (unsigned-byte 64)))

Readers

archive-meta-offsets.

Writers

(setf archive-meta-offsets).

Slot: meta-entries
Type

(array org.shirakumo.sf3:archive-meta-entry (*))

Initform

(make-array 0 :element-type (quote org.shirakumo.sf3:archive-meta-entry))

Readers

archive-meta-entries.

Writers

(setf archive-meta-entries).

Slot: file-offsets
Type

(array (unsigned-byte 64) (*))

Initform

(make-array 0 :element-type (quote (unsigned-byte 64)))

Readers

archive-file-offsets.

Writers

(setf archive-file-offsets).

Slot: files
Type

(array (array (unsigned-byte 8) (*)) (*))

Initform

(make-array 0 :element-type (quote (array (unsigned-byte 8) (*))))

Readers

archive-files.

Writers

(setf archive-files).

Structure: archive-meta-entry

Representation of an archive file metadata entry.

See MAKE-ARCHIVE-META-ENTRY
See MODIFICATION-TIME
See CHECKSUM
See MIME-TYPE
See PATH

Package

org.shirakumo.sf3.

Source

archive.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: modification-time
Type

(signed-byte 64)

Initform

0

Readers

archive-meta-entry-modification-time.

Writers

(setf archive-meta-entry-modification-time).

Slot: checksum
Type

(unsigned-byte 32)

Initform

0

Readers

archive-meta-entry-checksum.

Writers

(setf archive-meta-entry-checksum).

Slot: mime-type
Type

string

Initform

""

Readers

archive-meta-entry-mime-type.

Writers

(setf archive-meta-entry-mime-type).

Slot: path
Type

string

Initform

""

Readers

archive-meta-entry-path.

Writers

(setf archive-meta-entry-path).

Structure: audio

Representation of an audio file.

See MAKE-AUDIO
See DURATION
See SAMPLERATE
See CHANNELS
See CHANNEL-LAYOUT
See SAMPLE-FORMAT
See SAMPLES
See WRITE-SF3
See READ-SF3
See TELL-SF3

Package

org.shirakumo.sf3.

Source

audio.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: samplerate
Type

(unsigned-byte 32)

Initform

0

Readers

audio-samplerate.

Writers

(setf audio-samplerate).

Slot: channels
Type

(unsigned-byte 8)

Initform

0

Readers

audio-channels.

Writers

(setf audio-channels).

Slot: sample-format
Readers

audio-sample-format.

Writers

(setf audio-sample-format).

Slot: frame-count
Type

(unsigned-byte 64)

Initform

0

Readers

audio-frame-count.

Writers

(setf audio-frame-count).

Slot: samples
Readers

audio-samples.

Writers

(setf audio-samples).

Structure: box

Representation of a box shape.

See MAKE-BOX
See WIDTH
See HEIGHT
See DEPTH
See PHYSICS-MODEL (type)

Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: width
Type

single-float

Initform

0.0

Readers

box-width.

Writers

(setf box-width).

Slot: height
Type

single-float

Initform

0.0

Readers

box-height.

Writers

(setf box-height).

Slot: depth
Type

single-float

Initform

0.0

Readers

box-depth.

Writers

(setf box-depth).

Structure: circle

Representation of a circle.

See BOUNDS
See FILL
See MAKE-CIRCLE

Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: fill
Type

org.shirakumo.sf3:shape-fill

Initform

(org.shirakumo.sf3::%make-shape-fill)

Readers

circle-fill.

Writers

(setf circle-fill).

Slot: bounds
Type

org.shirakumo.sf3:shape-bounds

Initform

(org.shirakumo.sf3::%make-shape-bounds)

Readers

circle-bounds.

Writers

(setf circle-bounds).

Structure: color

Representation of a color.

See R
See G
See B
See A
See MAKE-COLOR

Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: r
Type

single-float

Initform

0.0

Readers

color-r.

Writers

(setf color-r).

Slot: g
Type

single-float

Initform

0.0

Readers

color-g.

Writers

(setf color-g).

Slot: b
Type

single-float

Initform

0.0

Readers

color-b.

Writers

(setf color-b).

Slot: a
Type

single-float

Initform

0.0

Readers

color-a.

Writers

(setf color-a).

Structure: color-option

Representation of a color markup option.

See MAKE-COLOR-OPTION
See R
See G
See B
See MARKUP (type)

Package

org.shirakumo.sf3.

Source

text.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: r
Type

single-float

Initform

0.0

Readers

color-option-r.

Writers

(setf color-option-r).

Slot: g
Type

single-float

Initform

0.0

Readers

color-option-g.

Writers

(setf color-option-g).

Slot: b
Type

single-float

Initform

0.0

Readers

color-option-b.

Writers

(setf color-option-b).

Structure: column-spec

Representation of the specification for a column in a table.

See MAKE-COLUMN-SPEC
See NAME
See SIZE
See KIND
See COLUMN-SPEC-TYPE
See COLUMN-SPEC-ELEMENT-SIZE
See COLUMN-SPEC-ELEMENT-COUNT

Package

org.shirakumo.sf3.

Source

table.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: length
Package

common-lisp.

Type

(unsigned-byte 32)

Initform

0

Readers

column-spec-length.

Writers

(setf column-spec-length).

Slot: kind
Type

(unsigned-byte 8)

Initform

0

Readers

column-spec-kind.

Writers

(setf column-spec-kind).

Slot: name
Type

string

Initform

""

Readers

column-spec-name.

Writers

(setf column-spec-name).

Structure: curve

Representation of a shape with a Bezier curve outline.

See POINTS
See FILL
See MAKE-CURVE

Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: fill
Type

org.shirakumo.sf3:shape-fill

Initform

(org.shirakumo.sf3::%make-shape-fill)

Readers

curve-fill.

Writers

(setf curve-fill).

Slot: points
Type

(array org.shirakumo.sf3:point (*))

Initform

(make-array 0 :element-type (quote org.shirakumo.sf3:point))

Readers

curve-points.

Writers

(setf curve-points).

Structure: cylinder

Representation of a cylindrical shape.

See MAKE-CYLINDER
See BOTTOM-RADIUS
See TOP-RADIUS
See HEIGHT
See PHYSICS-MODEL (type)

Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: bottom-radius
Type

single-float

Initform

0.0

Readers

cylinder-bottom-radius.

Writers

(setf cylinder-bottom-radius).

Slot: top-radius
Type

single-float

Initform

0.0

Readers

cylinder-top-radius.

Writers

(setf cylinder-top-radius).

Slot: height
Type

single-float

Initform

0.0

Readers

cylinder-height.

Writers

(setf cylinder-height).

Structure: ellipsoid

Representation of an ellipsoid shape.

See MAKE-ELLIPSOID
See WIDTH
See HEIGHT
See DEPTH
See PHYSICS-MODEL (type)

Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: width
Type

single-float

Initform

0.0

Readers

ellipsoid-width.

Writers

(setf ellipsoid-width).

Slot: height
Type

single-float

Initform

0.0

Readers

ellipsoid-height.

Writers

(setf ellipsoid-height).

Slot: depth
Type

single-float

Initform

0.0

Readers

ellipsoid-depth.

Writers

(setf ellipsoid-depth).

Structure: font-option

Representation of a font change option.

See FONT
See MAKE-FONT-OPTION

Package

org.shirakumo.sf3.

Source

text.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: font-family
Type

string

Initform

""

Readers

font-option-font-family.

Writers

(setf font-option-font-family).

Structure: heading-option

Representation of a heading markup option.

See MAKE-HEADING-OPTION
See LEVEL

Package

org.shirakumo.sf3.

Source

text.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: level
Type

(unsigned-byte 8)

Initform

0

Readers

heading-option-level.

Writers

(setf heading-option-level).

Structure: image

Representation of an image file.

See WIDTH
See HEIGHT
See DEPTH
See CHANNELS
See PIXEL-FORMAT
See PIXEL-TYPE
See PIXEL-STRIDE
See PIXELS
See WRITE-SF3
See READ-SF3
See TELL-SF3

Package

org.shirakumo.sf3.

Source

image.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: width
Type

(unsigned-byte 32)

Initform

0

Readers

image-width.

Writers

(setf image-width).

Slot: height
Type

(unsigned-byte 32)

Initform

0

Readers

image-height.

Writers

(setf image-height).

Slot: depth
Type

(unsigned-byte 32)

Initform

0

Readers

image-depth.

Writers

(setf image-depth).

Slot: channels
Type

(unsigned-byte 8)

Initform

0

Readers

image-channels.

Writers

(setf image-channels).

Slot: pixel-format
Readers

image-pixel-format.

Writers

(setf image-pixel-format).

Slot: pixels
Readers

image-pixels.

Writers

(setf image-pixels).

Structure: line

Representation of a segmented line.

See POINTS
See COLOR
See THICKNESS
See MAKE-LINE

Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: color
Type

org.shirakumo.sf3:color

Initform

(org.shirakumo.sf3::%make-color)

Readers

line-color.

Writers

(setf line-color).

Slot: thickness
Type

single-float

Initform

0.0

Readers

line-thickness.

Writers

(setf line-thickness).

Slot: points
Type

(array org.shirakumo.sf3:point (*))

Initform

(make-array 0 :element-type (quote org.shirakumo.sf3:point))

Readers

line-points.

Writers

(setf line-points).

Representation of a link markup option.

See ADDRESS
See MAKE-LINK-OPTION

Package

org.shirakumo.sf3.

Source

text.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: address
Type

string

Initform

""

Readers

link-option-address.

Writers

(setf link-option-address).

Structure: log

Representation of a log file.

See MAKE-LOG
See START-TIME
See END-TIME
See CHUNKS
See LOG-APPEND-CHUNK
See LOG-APPEND-ENTRY-EXTEND See LOG
See WRITE-SF3
See READ-SF3
See TELL-SF3

Package

org.shirakumo.sf3.

Source

log.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: start-time
Type

(signed-byte 64)

Initform

0

Readers

log-start-time.

Writers

(setf log-start-time).

Slot: end-time
Type

(signed-byte 64)

Initform

0

Readers

log-end-time.

Writers

(setf log-end-time).

Slot: chunks
Type

(array org.shirakumo.sf3:log-chunk (*))

Initform

(make-array 0 :element-type (quote org.shirakumo.sf3:log-chunk))

Readers

log-chunks.

Writers

(setf log-chunks).

Structure: log-chunk

Representation of a chunk of log entries in a log file.

See MAKE-LOG-CHUNK
See ENTRIES

Package

org.shirakumo.sf3.

Source

log.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: size
Type

(unsigned-byte 64)

Initform

0

Readers

log-chunk-size.

Writers

(setf log-chunk-size).

Slot: entry-count
Type

(unsigned-byte 32)

Initform

0

Readers

log-chunk-entry-count.

Writers

(setf log-chunk-entry-count).

Slot: entry-offsets
Type

(array (unsigned-byte 64) (*))

Initform

(make-array 0 :element-type (quote (unsigned-byte 64)))

Readers

log-chunk-entry-offsets.

Writers

(setf log-chunk-entry-offsets).

Slot: entries
Type

(array org.shirakumo.sf3:log-entry (*))

Initform

(make-array 0 :element-type (quote org.shirakumo.sf3:log-entry))

Readers

log-chunk-entries.

Writers

(setf log-chunk-entries).

Structure: log-entry

Representation of a single entry in a log file.

See SIZE
See TIME
See SEVERITY
See SOURCE
See CATEGORY
See MESSAGE
See MAKE-LOG-ENTRY

Package

org.shirakumo.sf3.

Source

log.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: size
Type

(unsigned-byte 32)

Initform

0

Readers

log-entry-size.

Writers

(setf log-entry-size).

Slot: time
Type

(unsigned-byte 64)

Initform

0

Readers

log-entry-time.

Writers

(setf log-entry-time).

Slot: severity
Type

(signed-byte 8)

Initform

0

Readers

log-entry-severity.

Writers

(setf log-entry-severity).

Slot: source
Type

string

Initform

""

Readers

log-entry-source.

Writers

(setf log-entry-source).

Slot: category
Type

string

Initform

""

Readers

log-entry-category.

Writers

(setf log-entry-category).

Slot: message
Type

string

Initform

""

Readers

log-entry-message.

Writers

(setf log-entry-message).

Structure: markup

Representation of a markup section.

See MAKE-MARKUP
See START
See END
See OPTION

Package

org.shirakumo.sf3.

Source

text.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: start
Type

(unsigned-byte 64)

Initform

0

Readers

markup-start.

Writers

(setf markup-start).

Slot: end
Type

(unsigned-byte 64)

Initform

0

Readers

markup-end.

Writers

(setf markup-end).

Slot: option
Readers

markup-option.

Writers

(setf markup-option).

Structure: mesh

Representation of a convex mesh shape.

See MAKE-MESH
See VERTICES
See PHYSICS-MODEL (type)

Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: vertex-count
Type

(unsigned-byte 16)

Initform

0

Readers

mesh-vertex-count.

Writers

(setf mesh-vertex-count).

Slot: vertices
Type

(array single-float (*))

Initform

(make-array 0 :element-type (quote single-float))

Readers

mesh-vertices.

Writers

(setf mesh-vertices).

Structure: model

Representation of a 3D model file.

See MAKE-MODEL
See VERTEX-ATTRIBUTES
See VERTEX-STRIDE
See TEXTURE-TYPES
See TEXTURES
See FACES
See VERTICES
See WRITE-SF3
See READ-SF3
See TELL-SF3

Package

org.shirakumo.sf3.

Source

model.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: format
Package

common-lisp.

Type

(unsigned-byte 8)

Initform

0

Readers

model-format.

Writers

(setf model-format).

Slot: material-type
Type

(unsigned-byte 8)

Initform

0

Readers

model-material-type.

Writers

(setf model-material-type).

Slot: material-size
Type

(unsigned-byte 32)

Initform

0

Readers

model-material-size.

Writers

(setf model-material-size).

Slot: textures
Type

(array string (*))

Initform

(make-array 0 :element-type (quote string))

Readers

model-textures.

Writers

(setf model-textures).

Slot: faces
Type

(array (unsigned-byte 32) (*))

Initform

(make-array 0 :element-type (quote (unsigned-byte 32)))

Readers

model-faces.

Writers

(setf model-faces).

Slot: vertices
Type

(array single-float (*))

Initform

(make-array 0 :element-type (quote single-float))

Readers

model-vertices.

Writers

(setf model-vertices).

Structure: physics-model

Representation of a physics model.

See MAKE-PHYSICS-MODEL
See MASS
See TENSOR
See SHAPES
See WRITE-SF3
See READ-SF3
See TELL-SF3

Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: mass
Type

single-float

Initform

0.0

Readers

physics-model-mass.

Writers

(setf physics-model-mass).

Slot: tensor
Type

(simple-array single-float (9))

Initform

(make-array 9 :element-type (quote single-float))

Readers

physics-model-tensor.

Writers

(setf physics-model-tensor).

Slot: shapes
Type

(array org.shirakumo.sf3:shape (*))

Initform

(make-array 0 :element-type (quote org.shirakumo.sf3:shape))

Readers

physics-model-shapes.

Writers

(setf physics-model-shapes).

Structure: pill

Representation of a pill-box shape.

See MAKE-PILL
See BOTTOM-RADIUS
See TOP-RADIUS
See HEIGHT
See PHYSICS-MODEL (type)

Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: bottom-radius
Type

single-float

Initform

0.0

Readers

pill-bottom-radius.

Writers

(setf pill-bottom-radius).

Slot: top-radius
Type

single-float

Initform

0.0

Readers

pill-top-radius.

Writers

(setf pill-top-radius).

Slot: height
Type

single-float

Initform

0.0

Readers

pill-height.

Writers

(setf pill-height).

Structure: point

Representation of a position on the canvas.

See X
See Y
See MAKE-POINT

Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: x
Type

single-float

Initform

0.0

Readers

point-x.

Writers

(setf point-x).

Slot: y
Type

single-float

Initform

0.0

Readers

point-y.

Writers

(setf point-y).

Structure: polygon

Representation of a closed polygon.

See POINTS
See FILL
See MAKE-POLYGON

Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: fill
Type

org.shirakumo.sf3:shape-fill

Initform

(org.shirakumo.sf3::%make-shape-fill)

Readers

polygon-fill.

Writers

(setf polygon-fill).

Slot: points
Type

(array org.shirakumo.sf3:point (*))

Initform

(make-array 0 :element-type (quote org.shirakumo.sf3:point))

Readers

polygon-points.

Writers

(setf polygon-points).

Structure: rectangle

Representation of a rectangle.

See BOUNDS
See FILL
See MAKE-RECTANGLE

Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: fill
Type

org.shirakumo.sf3:shape-fill

Initform

(org.shirakumo.sf3::%make-shape-fill)

Readers

rectangle-fill.

Writers

(setf rectangle-fill).

Slot: bounds
Type

org.shirakumo.sf3:shape-bounds

Initform

(org.shirakumo.sf3::%make-shape-bounds)

Readers

rectangle-bounds.

Writers

(setf rectangle-bounds).

Structure: sf3-file-header

Representation of the generic header of an SF3 file.

See MAKE-SF3-FILE-HEADER
See KIND
See CHECKSUM

Package

org.shirakumo.sf3.

Source

sf3.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: kind
Readers

sf3-file-header-kind.

Writers

(setf sf3-file-header-kind).

Slot: checksum
Type

(unsigned-byte 32)

Initform

0

Readers

sf3-file-header-checksum.

Writers

(setf sf3-file-header-checksum).

Structure: shape

Representation of an arbitrary physics shape.

You can also access the inner shape’s attributes through this object without needing to unpack the inner shape first.

See MAKE-SHAPE
See TRANSFORM
See DATA
See PHYSICS-MODEL (type)

Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: transform
Type

(simple-array single-float (16))

Initform

(make-array 16 :element-type (quote single-float))

Readers

shape-transform.

Writers

(setf shape-transform).

Slot: data
Readers

shape-data.

Writers

(setf shape-data).

Structure: shape-bounds

Representation of the bounds of a shape.

The POINT defines the lower left corner, and the SIZE the extent of the shape.

See POINT
See SIZE
See MAKE-SHAPE-BOUNDS

Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: point
Type

org.shirakumo.sf3:point

Initform

(org.shirakumo.sf3::%make-point)

Readers

shape-bounds-point.

Writers

(setf shape-bounds-point).

Slot: size
Type

org.shirakumo.sf3:size

Initform

(org.shirakumo.sf3::%make-size)

Readers

shape-bounds-size.

Writers

(setf shape-bounds-size).

Structure: shape-fill

Representation of the shape fill parameters.

See FILL-COLOR
See OUTLINE-COLOR
See OUTLINE-THICKNESS
See MAKE-SHAPE-FILL

Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: fill-color
Type

org.shirakumo.sf3:color

Initform

(org.shirakumo.sf3::%make-color)

Readers

shape-fill-fill-color.

Writers

(setf shape-fill-fill-color).

Slot: outline-color
Type

org.shirakumo.sf3:color

Initform

(org.shirakumo.sf3::%make-color)

Readers

shape-fill-outline-color.

Writers

(setf shape-fill-outline-color).

Slot: outline-thickness
Type

single-float

Initform

0.0

Readers

shape-fill-outline-thickness.

Writers

(setf shape-fill-outline-thickness).

Structure: size

Representation of an extent on the canvas.

See W
See H
See MAKE-SIZE

Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: w
Type

single-float

Initform

0.0

Readers

size-w.

Writers

(setf size-w).

Slot: h
Type

single-float

Initform

0.0

Readers

size-h.

Writers

(setf size-h).

Structure: size-option

Representation of a font size markup option.

See MAKE-SIZE-OPTION
See FONT-SIZE

Package

org.shirakumo.sf3.

Source

text.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: font-size
Type

single-float

Initform

0.0

Readers

size-option-font-size.

Writers

(setf size-option-font-size).

Structure: table

Representation of a table.

See MAKE-TABLE
See COLUMN-COUNT
See ROW-COUNT
See COLUMN-SPECS
See ROW-DATA
See ROW
See CELL
See WRITE-SF3
See READ-SF3
See TELL-SF3

Package

org.shirakumo.sf3.

Source

table.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: column-count
Type

(unsigned-byte 16)

Initform

0

Readers

table-column-count.

Writers

(setf table-column-count).

Slot: row-length
Type

(unsigned-byte 64)

Initform

0

Readers

table-row-length.

Writers

(setf table-row-length).

Slot: row-count
Type

(unsigned-byte 64)

Initform

0

Readers

table-row-count.

Writers

(setf table-row-count).

Slot: spec-length
Type

(unsigned-byte 32)

Initform

0

Readers

table-spec-length.

Writers

(setf table-spec-length).

Slot: column-specs
Type

(array org.shirakumo.sf3:column-spec (*))

Initform

(make-array 0 :element-type (quote org.shirakumo.sf3:column-spec))

Readers

table-column-specs.

Writers

(setf table-column-specs).

Slot: row-data
Type

(array (unsigned-byte 8) (*))

Initform

(make-array 0 :element-type (quote (unsigned-byte 8)))

Readers

table-row-data.

Writers

(setf table-row-data).

Structure: target-option

Representation of a link target option.

See ADDRESS
See MAKE-TARGET-OPTION

Package

org.shirakumo.sf3.

Source

text.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: address
Type

string

Initform

""

Readers

target-option-address.

Writers

(setf target-option-address).

Structure: text

Representation of a text with markup.

See MAKE-TEXT
See TEXT
See MARKUP
See WRITE-SF3
See READ-SF3
See TELL-SF3

Package

org.shirakumo.sf3.

Source

text.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: markup-size
Type

(unsigned-byte 64)

Initform

0

Readers

text-markup-size.

Writers

(setf text-markup-size).

Slot: markup-options
Type

(array org.shirakumo.sf3:markup (*))

Initform

(make-array 0 :element-type (quote org.shirakumo.sf3:markup))

Readers

text-markup-options.

Writers

(setf text-markup-options).

Slot: text
Type

string

Initform

""

Readers

text-text.

Writers

(setf text-text).

Structure: text-shape

Representation of a text shape.

See POINT
See COLOR
See FONT
See FONT-SIZE
See TEXT
See MAKE-TEXT-SHAPE

Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: point
Type

org.shirakumo.sf3:point

Initform

(org.shirakumo.sf3::%make-point)

Readers

text-shape-point.

Writers

(setf text-shape-point).

Slot: color
Type

org.shirakumo.sf3:color

Initform

(org.shirakumo.sf3::%make-color)

Readers

text-shape-color.

Writers

(setf text-shape-color).

Slot: font-size
Type

single-float

Initform

0.0

Readers

text-shape-font-size.

Writers

(setf text-shape-font-size).

Slot: font
Type

string

Initform

""

Readers

text-shape-font.

Writers

(setf text-shape-font).

Slot: text
Type

string

Initform

""

Readers

text-shape-text.

Writers

(setf text-shape-text).

Structure: vector-graphic

Representation of a vector graphic image.

See WIDTH
See HEIGHT
See INSTRUCTIONS
See MAKE-VECTOR-GRAPHIC
See WRITE-SF3
See READ-SF3
See TELL-SF3

Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Direct superclasses

io-structure-object.

Direct methods
Direct slots
Slot: width
Type

(unsigned-byte 32)

Initform

0

Readers

vector-graphic-width.

Writers

(setf vector-graphic-width).

Slot: height
Type

(unsigned-byte 32)

Initform

0

Readers

vector-graphic-height.

Writers

(setf vector-graphic-height).

Slot: instructions
Type

(array t (*))

Initform

(make-array 0 :element-type (quote t))

Readers

vector-graphic-instructions.

Writers

(setf vector-graphic-instructions).


5.2 Internals


5.2.1 Constants

Constant: +crc32/table+
Package

org.shirakumo.sf3.

Source

toolkit.lisp.


5.2.2 Special variables

Special Variable: *identity*
Package

org.shirakumo.sf3.

Source

physics-model.lisp.


5.2.3 Macros

Macro: define-accessor (name type &optional slot)
Package

org.shirakumo.sf3.

Source

toolkit.lisp.

Macro: define-accessors (type &rest names)
Package

org.shirakumo.sf3.

Source

toolkit.lisp.

Macro: define-delegates (type slot &rest delegates)
Package

org.shirakumo.sf3.

Source

toolkit.lisp.

Macro: define-print-method (class format &rest format-args)
Package

org.shirakumo.sf3.

Source

toolkit.lisp.


5.2.4 Ordinary functions

Function: %add-file (contents path mime modification-time archive)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Function: %make-archive (&key count meta-size meta-offsets meta-entries file-offsets files)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Function: %make-audio (&key samplerate channels sample-format frame-count samples)
Package

org.shirakumo.sf3.

Source

audio.lisp.

Function: %make-box (&key width height depth)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: %make-circle (&key fill bounds)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: %make-color (&key r g b a)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: %make-color-option (&key r g b)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: %make-column-spec (&key length kind name)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: %make-curve (&key fill points)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: %make-cylinder (&key bottom-radius top-radius height)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: %make-ellipsoid (&key width height depth)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: %make-font-option (&key font-family)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: %make-heading-option (&key level)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: %make-image (&key width height depth channels pixel-format pixels)
Package

org.shirakumo.sf3.

Source

image.lisp.

Function: %make-line (&key color thickness points)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Package

org.shirakumo.sf3.

Source

text.lisp.

Function: %make-log (&key start-time end-time chunks)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: %make-log-chunk (&key size entry-count entry-offsets entries)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: %make-log-entry (&key size time severity source category message)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: %make-markup (&key start end option)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: %make-mesh (&key vertex-count vertices)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: %make-model (&key format material-type material-size textures faces vertices)
Package

org.shirakumo.sf3.

Source

model.lisp.

Function: %make-physics-model (&key mass tensor shapes)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: %make-pill (&key bottom-radius top-radius height)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: %make-point (&key x y)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: %make-polygon (&key fill points)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: %make-rectangle (&key fill bounds)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: %make-sf3-file-header (&key kind checksum)
Package

org.shirakumo.sf3.

Source

sf3.lisp.

Function: %make-shape-bounds (&key point size)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: %make-shape-fill (&key fill-color outline-color outline-thickness)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: %make-size (&key w h)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: %make-size-option (&key font-size)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: %make-table (&key column-count row-length row-count spec-length column-specs row-data)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: %make-target-option (&key address)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: %make-text (&key markup-size markup-options text)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: %make-text-shape (&key point color font-size font text)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: %make-vector-graphic (&key width height instructions)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Reader: archive-count (instance)
Writer: (setf archive-count) (instance)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Target Slot

count.

Reader: archive-file-offsets (instance)
Writer: (setf archive-file-offsets) (instance)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Target Slot

file-offsets.

Reader: archive-files (instance)
Writer: (setf archive-files) (instance)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Target Slot

files.

Reader: archive-meta-entries (instance)
Writer: (setf archive-meta-entries) (instance)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Target Slot

meta-entries.

Reader: archive-meta-entry-checksum (instance)
Writer: (setf archive-meta-entry-checksum) (instance)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Target Slot

checksum.

Reader: archive-meta-entry-mime-type (instance)
Writer: (setf archive-meta-entry-mime-type) (instance)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Target Slot

mime-type.

Reader: archive-meta-entry-modification-time (instance)
Writer: (setf archive-meta-entry-modification-time) (instance)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Target Slot

modification-time.

Function: archive-meta-entry-p (object)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Reader: archive-meta-entry-path (instance)
Writer: (setf archive-meta-entry-path) (instance)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Target Slot

path.

Reader: archive-meta-offsets (instance)
Writer: (setf archive-meta-offsets) (instance)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Target Slot

meta-offsets.

Reader: archive-meta-size (instance)
Writer: (setf archive-meta-size) (instance)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Target Slot

meta-size.

Function: archive-p (object)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Reader: audio-channels (instance)
Writer: (setf audio-channels) (instance)
Package

org.shirakumo.sf3.

Source

audio.lisp.

Target Slot

channels.

Reader: audio-frame-count (instance)
Writer: (setf audio-frame-count) (instance)
Package

org.shirakumo.sf3.

Source

audio.lisp.

Target Slot

frame-count.

Function: audio-p (object)
Package

org.shirakumo.sf3.

Source

audio.lisp.

Function: audio-sample-count (audio)
Package

org.shirakumo.sf3.

Source

audio.lisp.

Reader: audio-sample-format (instance)
Writer: (setf audio-sample-format) (instance)
Package

org.shirakumo.sf3.

Source

audio.lisp.

Target Slot

sample-format.

Reader: audio-samplerate (instance)
Writer: (setf audio-samplerate) (instance)
Package

org.shirakumo.sf3.

Source

audio.lisp.

Target Slot

samplerate.

Reader: audio-samples (instance)
Writer: (setf audio-samples) (instance)
Package

org.shirakumo.sf3.

Source

audio.lisp.

Target Slot

samples.

Reader: box-depth (instance)
Writer: (setf box-depth) (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Target Slot

depth.

Reader: box-height (instance)
Writer: (setf box-height) (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Target Slot

height.

Function: box-p (object)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Reader: box-width (instance)
Writer: (setf box-width) (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Target Slot

width.

Function: channel-layout (audio)
Package

org.shirakumo.sf3.

Source

audio.lisp.

Reader: circle-bounds (instance)
Writer: (setf circle-bounds) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

bounds.

Reader: circle-fill (instance)
Writer: (setf circle-fill) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

fill.

Function: circle-p (object)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Reader: color-a (instance)
Writer: (setf color-a) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

a.

Reader: color-b (instance)
Writer: (setf color-b) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

b.

Reader: color-g (instance)
Writer: (setf color-g) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

g.

Reader: color-option-b (instance)
Writer: (setf color-option-b) (instance)
Package

org.shirakumo.sf3.

Source

text.lisp.

Target Slot

b.

Reader: color-option-g (instance)
Writer: (setf color-option-g) (instance)
Package

org.shirakumo.sf3.

Source

text.lisp.

Target Slot

g.

Function: color-option-p (object)
Package

org.shirakumo.sf3.

Source

text.lisp.

Reader: color-option-r (instance)
Writer: (setf color-option-r) (instance)
Package

org.shirakumo.sf3.

Source

text.lisp.

Target Slot

r.

Function: color-p (object)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Reader: color-r (instance)
Writer: (setf color-r) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

r.

Reader: column-spec-kind (instance)
Writer: (setf column-spec-kind) (instance)
Package

org.shirakumo.sf3.

Source

table.lisp.

Target Slot

kind.

Reader: column-spec-length (instance)
Writer: (setf column-spec-length) (instance)
Package

org.shirakumo.sf3.

Source

table.lisp.

Target Slot

length.

Reader: column-spec-name (instance)
Writer: (setf column-spec-name) (instance)
Package

org.shirakumo.sf3.

Source

table.lisp.

Target Slot

name.

Function: column-spec-p (object)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: column-spec-reader (spec)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: column-spec-writer (spec)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: copy-archive (instance)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Function: copy-archive-meta-entry (instance)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Function: copy-audio (instance)
Package

org.shirakumo.sf3.

Source

audio.lisp.

Function: copy-box (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: copy-circle (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: copy-color (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: copy-color-option (instance)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: copy-column-spec (instance)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: copy-curve (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: copy-cylinder (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: copy-ellipsoid (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: copy-font-option (instance)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: copy-heading-option (instance)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: copy-image (instance)
Package

org.shirakumo.sf3.

Source

image.lisp.

Function: copy-line (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Package

org.shirakumo.sf3.

Source

text.lisp.

Function: copy-log (instance)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: copy-log-chunk (instance)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: copy-log-entry (instance)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: copy-markup (instance)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: copy-mesh (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: copy-model (instance)
Package

org.shirakumo.sf3.

Source

model.lisp.

Function: copy-physics-model (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: copy-pill (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: copy-point (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: copy-polygon (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: copy-rectangle (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: copy-sf3-file-header (instance)
Package

org.shirakumo.sf3.

Source

sf3.lisp.

Function: copy-shape (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: copy-shape-bounds (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: copy-shape-fill (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: copy-size (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: copy-size-option (instance)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: copy-table (instance)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: copy-target-option (instance)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: copy-text (instance)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: copy-text-shape (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: copy-vector-graphic (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: crc32 (file)
Package

org.shirakumo.sf3.

Source

toolkit.lisp.

Function: crc32-rotate (crc byte)
Package

org.shirakumo.sf3.

Source

toolkit.lisp.

Reader: curve-fill (instance)
Writer: (setf curve-fill) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

fill.

Function: curve-p (object)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Reader: curve-points (instance)
Writer: (setf curve-points) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

points.

Reader: cylinder-bottom-radius (instance)
Writer: (setf cylinder-bottom-radius) (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Target Slot

bottom-radius.

Reader: cylinder-height (instance)
Writer: (setf cylinder-height) (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Target Slot

height.

Function: cylinder-p (object)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Reader: cylinder-top-radius (instance)
Writer: (setf cylinder-top-radius) (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Target Slot

top-radius.

Reader: ellipsoid-depth (instance)
Writer: (setf ellipsoid-depth) (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Target Slot

depth.

Reader: ellipsoid-height (instance)
Writer: (setf ellipsoid-height) (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Target Slot

height.

Function: ellipsoid-p (object)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Reader: ellipsoid-width (instance)
Writer: (setf ellipsoid-width) (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Target Slot

width.

Reader: font-option-font-family (instance)
Writer: (setf font-option-font-family) (instance)
Package

org.shirakumo.sf3.

Source

text.lisp.

Target Slot

font-family.

Function: font-option-p (object)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: format-time (&optional timestamp)
Package

org.shirakumo.sf3.

Source

toolkit.lisp.

Function: generate-crc32-table ()
Package

org.shirakumo.sf3.

Source

toolkit.lisp.

Reader: heading-option-level (instance)
Writer: (setf heading-option-level) (instance)
Package

org.shirakumo.sf3.

Source

text.lisp.

Target Slot

level.

Function: heading-option-p (object)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: high-resolution-timestamp (vector start end)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: (setf high-resolution-timestamp) (vector start end)
Package

org.shirakumo.sf3.

Source

table.lisp.

Reader: image-channels (instance)
Writer: (setf image-channels) (instance)
Package

org.shirakumo.sf3.

Source

image.lisp.

Target Slot

channels.

Reader: image-depth (instance)
Writer: (setf image-depth) (instance)
Package

org.shirakumo.sf3.

Source

image.lisp.

Target Slot

depth.

Reader: image-height (instance)
Writer: (setf image-height) (instance)
Package

org.shirakumo.sf3.

Source

image.lisp.

Target Slot

height.

Function: image-p (object)
Package

org.shirakumo.sf3.

Source

image.lisp.

Function: image-pixel-count (image)
Package

org.shirakumo.sf3.

Source

image.lisp.

Reader: image-pixel-format (instance)
Writer: (setf image-pixel-format) (instance)
Package

org.shirakumo.sf3.

Source

image.lisp.

Target Slot

pixel-format.

Reader: image-pixels (instance)
Writer: (setf image-pixels) (instance)
Package

org.shirakumo.sf3.

Source

image.lisp.

Target Slot

pixels.

Reader: image-width (instance)
Writer: (setf image-width) (instance)
Package

org.shirakumo.sf3.

Source

image.lisp.

Target Slot

width.

Reader: line-color (instance)
Writer: (setf line-color) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

color.

Function: line-p (object)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Reader: line-points (instance)
Writer: (setf line-points) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

points.

Reader: line-thickness (instance)
Writer: (setf line-thickness) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

thickness.

Package

org.shirakumo.sf3.

Source

text.lisp.

Target Slot

address.

Package

org.shirakumo.sf3.

Source

text.lisp.

Function: lisp-type->bs-type (lisp-type)
Package

org.shirakumo.sf3.

Source

toolkit.lisp.

Function: log-chunk-append-entry (chunk entry)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: log-chunk-capacity (chunk)
Package

org.shirakumo.sf3.

Source

log.lisp.

Reader: log-chunk-entries (instance)
Writer: (setf log-chunk-entries) (instance)
Package

org.shirakumo.sf3.

Source

log.lisp.

Target Slot

entries.

Reader: log-chunk-entry-count (instance)
Writer: (setf log-chunk-entry-count) (instance)
Package

org.shirakumo.sf3.

Source

log.lisp.

Target Slot

entry-count.

Reader: log-chunk-entry-offsets (instance)
Writer: (setf log-chunk-entry-offsets) (instance)
Package

org.shirakumo.sf3.

Source

log.lisp.

Target Slot

entry-offsets.

Function: log-chunk-p (object)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: log-chunk-remaining (chunk)
Package

org.shirakumo.sf3.

Source

log.lisp.

Reader: log-chunk-size (instance)
Writer: (setf log-chunk-size) (instance)
Package

org.shirakumo.sf3.

Source

log.lisp.

Target Slot

size.

Reader: log-chunks (instance)
Writer: (setf log-chunks) (instance)
Package

org.shirakumo.sf3.

Source

log.lisp.

Target Slot

chunks.

Reader: log-end-time (instance)
Writer: (setf log-end-time) (instance)
Package

org.shirakumo.sf3.

Source

log.lisp.

Target Slot

end-time.

Reader: log-entry-category (instance)
Writer: (setf log-entry-category) (instance)
Package

org.shirakumo.sf3.

Source

log.lisp.

Target Slot

category.

Reader: log-entry-message (instance)
Writer: (setf log-entry-message) (instance)
Package

org.shirakumo.sf3.

Source

log.lisp.

Target Slot

message.

Function: log-entry-p (object)
Package

org.shirakumo.sf3.

Source

log.lisp.

Reader: log-entry-severity (instance)
Writer: (setf log-entry-severity) (instance)
Package

org.shirakumo.sf3.

Source

log.lisp.

Target Slot

severity.

Reader: log-entry-size (instance)
Writer: (setf log-entry-size) (instance)
Package

org.shirakumo.sf3.

Source

log.lisp.

Target Slot

size.

Reader: log-entry-source (instance)
Writer: (setf log-entry-source) (instance)
Package

org.shirakumo.sf3.

Source

log.lisp.

Target Slot

source.

Reader: log-entry-time (instance)
Writer: (setf log-entry-time) (instance)
Package

org.shirakumo.sf3.

Source

log.lisp.

Target Slot

time.

Function: log-p (object)
Package

org.shirakumo.sf3.

Source

log.lisp.

Reader: log-start-time (instance)
Writer: (setf log-start-time) (instance)
Package

org.shirakumo.sf3.

Source

log.lisp.

Target Slot

start-time.

Reader: markup-end (instance)
Writer: (setf markup-end) (instance)
Package

org.shirakumo.sf3.

Source

text.lisp.

Target Slot

end.

Reader: markup-option (instance)
Writer: (setf markup-option) (instance)
Package

org.shirakumo.sf3.

Source

text.lisp.

Target Slot

option.

Function: markup-p (object)
Package

org.shirakumo.sf3.

Source

text.lisp.

Reader: markup-start (instance)
Writer: (setf markup-start) (instance)
Package

org.shirakumo.sf3.

Source

text.lisp.

Target Slot

start.

Function: mesh-p (object)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Reader: mesh-vertex-count (instance)
Writer: (setf mesh-vertex-count) (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Target Slot

vertex-count.

Reader: mesh-vertices (instance)
Writer: (setf mesh-vertices) (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Target Slot

vertices.

Reader: model-faces (instance)
Writer: (setf model-faces) (instance)
Package

org.shirakumo.sf3.

Source

model.lisp.

Target Slot

faces.

Reader: model-format (instance)
Writer: (setf model-format) (instance)
Package

org.shirakumo.sf3.

Source

model.lisp.

Target Slot

format.

Reader: model-material-size (instance)
Writer: (setf model-material-size) (instance)
Package

org.shirakumo.sf3.

Source

model.lisp.

Target Slot

material-size.

Reader: model-material-type (instance)
Writer: (setf model-material-type) (instance)
Package

org.shirakumo.sf3.

Source

model.lisp.

Target Slot

material-type.

Function: model-p (object)
Package

org.shirakumo.sf3.

Source

model.lisp.

Reader: model-textures (instance)
Writer: (setf model-textures) (instance)
Package

org.shirakumo.sf3.

Source

model.lisp.

Target Slot

textures.

Reader: model-vertices (instance)
Writer: (setf model-vertices) (instance)
Package

org.shirakumo.sf3.

Source

model.lisp.

Target Slot

vertices.

Reader: physics-model-mass (instance)
Writer: (setf physics-model-mass) (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Target Slot

mass.

Function: physics-model-p (object)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Reader: physics-model-shapes (instance)
Writer: (setf physics-model-shapes) (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Target Slot

shapes.

Reader: physics-model-tensor (instance)
Writer: (setf physics-model-tensor) (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Target Slot

tensor.

Reader: pill-bottom-radius (instance)
Writer: (setf pill-bottom-radius) (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Target Slot

bottom-radius.

Reader: pill-height (instance)
Writer: (setf pill-height) (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Target Slot

height.

Function: pill-p (object)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Reader: pill-top-radius (instance)
Writer: (setf pill-top-radius) (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Target Slot

top-radius.

Function: point-p (object)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Reader: point-x (instance)
Writer: (setf point-x) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

x.

Reader: point-y (instance)
Writer: (setf point-y) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

y.

Reader: polygon-fill (instance)
Writer: (setf polygon-fill) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

fill.

Function: polygon-p (object)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Reader: polygon-points (instance)
Writer: (setf polygon-points) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

points.

Function: read-archive (storage &rest args)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Function: read-archive-meta-entry (storage &rest args)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Function: read-audio (storage &rest args)
Package

org.shirakumo.sf3.

Source

audio.lisp.

Function: read-box (storage &rest args)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: read-circle (storage &rest args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-color (storage &rest args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-color-option (storage &rest args)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: read-column-spec (storage &rest args)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: read-curve (storage &rest args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-cylinder (storage &rest args)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: read-ellipsoid (storage &rest args)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: read-font-option (storage &rest args)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: read-heading-option (storage &rest args)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: read-image (storage &rest args)
Package

org.shirakumo.sf3.

Source

image.lisp.

Function: read-io-octet-vector-archive (vector start end)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Function: read-io-octet-vector-archive-meta-entry (vector start end)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Function: read-io-octet-vector-audio (vector start end)
Package

org.shirakumo.sf3.

Source

audio.lisp.

Function: read-io-octet-vector-box (vector start end)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: read-io-octet-vector-circle (vector start end)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-io-octet-vector-color (vector start end)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-io-octet-vector-color-option (vector start end)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: read-io-octet-vector-column-spec (vector start end)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: read-io-octet-vector-curve (vector start end)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-io-octet-vector-cylinder (vector start end)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: read-io-octet-vector-ellipsoid (vector start end)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: read-io-octet-vector-font-option (vector start end)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: read-io-octet-vector-heading-option (vector start end)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: read-io-octet-vector-image (vector start end)
Package

org.shirakumo.sf3.

Source

image.lisp.

Function: read-io-octet-vector-line (vector start end)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Package

org.shirakumo.sf3.

Source

text.lisp.

Function: read-io-octet-vector-log (vector start end)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: read-io-octet-vector-log-chunk (vector start end)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: read-io-octet-vector-log-entry (vector start end)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: read-io-octet-vector-markup (vector start end)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: read-io-octet-vector-mesh (vector start end)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: read-io-octet-vector-model (vector start end)
Package

org.shirakumo.sf3.

Source

model.lisp.

Function: read-io-octet-vector-physics-model (vector start end)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: read-io-octet-vector-pill (vector start end)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: read-io-octet-vector-point (vector start end)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-io-octet-vector-polygon (vector start end)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-io-octet-vector-rectangle (vector start end)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-io-octet-vector-sf3-file-header (vector start end)
Package

org.shirakumo.sf3.

Source

sf3.lisp.

Function: read-io-octet-vector-shape (vector start end)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: read-io-octet-vector-shape-bounds (vector start end)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-io-octet-vector-shape-fill (vector start end)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-io-octet-vector-size (vector start end)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-io-octet-vector-size-option (vector start end)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: read-io-octet-vector-table (vector start end)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: read-io-octet-vector-target-option (vector start end)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: read-io-octet-vector-text (vector start end)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: read-io-octet-vector-text-shape (vector start end)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-io-octet-vector-vector-graphic (vector start end)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-io-stream-archive (stream)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Function: read-io-stream-archive-meta-entry (stream)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Function: read-io-stream-audio (stream)
Package

org.shirakumo.sf3.

Source

audio.lisp.

Function: read-io-stream-box (stream)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: read-io-stream-circle (stream)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-io-stream-color (stream)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-io-stream-color-option (stream)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: read-io-stream-column-spec (stream)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: read-io-stream-curve (stream)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-io-stream-cylinder (stream)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: read-io-stream-ellipsoid (stream)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: read-io-stream-font-option (stream)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: read-io-stream-heading-option (stream)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: read-io-stream-image (stream)
Package

org.shirakumo.sf3.

Source

image.lisp.

Function: read-io-stream-line (stream)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Package

org.shirakumo.sf3.

Source

text.lisp.

Function: read-io-stream-log (stream)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: read-io-stream-log-chunk (stream)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: read-io-stream-log-entry (stream)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: read-io-stream-markup (stream)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: read-io-stream-mesh (stream)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: read-io-stream-model (stream)
Package

org.shirakumo.sf3.

Source

model.lisp.

Function: read-io-stream-physics-model (stream)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: read-io-stream-pill (stream)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: read-io-stream-point (stream)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-io-stream-polygon (stream)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-io-stream-rectangle (stream)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-io-stream-sf3-file-header (stream)
Package

org.shirakumo.sf3.

Source

sf3.lisp.

Function: read-io-stream-shape (stream)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: read-io-stream-shape-bounds (stream)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-io-stream-shape-fill (stream)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-io-stream-size (stream)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-io-stream-size-option (stream)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: read-io-stream-table (stream)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: read-io-stream-target-option (stream)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: read-io-stream-text (stream)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: read-io-stream-text-shape (stream)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-io-stream-vector-graphic (stream)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-line (storage &rest args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Package

org.shirakumo.sf3.

Source

text.lisp.

Function: read-log (storage &rest args)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: read-log-chunk (storage &rest args)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: read-log-entry (storage &rest args)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: read-markup (storage &rest args)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: read-mesh (storage &rest args)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: read-model (storage &rest args)
Package

org.shirakumo.sf3.

Source

model.lisp.

Function: read-physics-model (storage &rest args)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: read-pill (storage &rest args)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: read-point (storage &rest args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-polygon (storage &rest args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-rectangle (storage &rest args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-sf3-file-header (storage &rest args)
Package

org.shirakumo.sf3.

Source

sf3.lisp.

Function: read-shape (storage &rest args)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: read-shape-bounds (storage &rest args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-shape-fill (storage &rest args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-size (storage &rest args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-size-option (storage &rest args)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: read-table (storage &rest args)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: read-target-option (storage &rest args)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: read-text (storage &rest args)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: read-text-shape (storage &rest args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: read-vector-graphic (storage &rest args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Reader: rectangle-bounds (instance)
Writer: (setf rectangle-bounds) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

bounds.

Reader: rectangle-fill (instance)
Writer: (setf rectangle-fill) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

fill.

Function: rectangle-p (object)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: set-equal (a b)
Package

org.shirakumo.sf3.

Source

toolkit.lisp.

Reader: sf3-file-header-checksum (instance)
Writer: (setf sf3-file-header-checksum) (instance)
Package

org.shirakumo.sf3.

Source

sf3.lisp.

Target Slot

checksum.

Reader: sf3-file-header-kind (instance)
Writer: (setf sf3-file-header-kind) (instance)
Package

org.shirakumo.sf3.

Source

sf3.lisp.

Target Slot

kind.

Function: sf3-file-header-p (object)
Package

org.shirakumo.sf3.

Source

sf3.lisp.

Function: shape-bounds-p (object)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Reader: shape-bounds-point (instance)
Writer: (setf shape-bounds-point) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

point.

Reader: shape-bounds-size (instance)
Writer: (setf shape-bounds-size) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

size.

Reader: shape-data (instance)
Writer: (setf shape-data) (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Target Slot

data.

Reader: shape-fill-fill-color (instance)
Writer: (setf shape-fill-fill-color) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

fill-color.

Reader: shape-fill-outline-color (instance)
Writer: (setf shape-fill-outline-color) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

outline-color.

Reader: shape-fill-outline-thickness (instance)
Writer: (setf shape-fill-outline-thickness) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

outline-thickness.

Function: shape-fill-p (object)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: shape-p (object)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Reader: shape-transform (instance)
Writer: (setf shape-transform) (instance)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Target Slot

transform.

Reader: size-h (instance)
Writer: (setf size-h) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

h.

Reader: size-option-font-size (instance)
Writer: (setf size-option-font-size) (instance)
Package

org.shirakumo.sf3.

Source

text.lisp.

Target Slot

font-size.

Function: size-option-p (object)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: size-p (object)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Reader: size-w (instance)
Writer: (setf size-w) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

w.

Reader: table-column-count (instance)
Writer: (setf table-column-count) (instance)
Package

org.shirakumo.sf3.

Source

table.lisp.

Target Slot

column-count.

Reader: table-column-specs (instance)
Writer: (setf table-column-specs) (instance)
Package

org.shirakumo.sf3.

Source

table.lisp.

Target Slot

column-specs.

Function: table-p (object)
Package

org.shirakumo.sf3.

Source

table.lisp.

Reader: table-row-count (instance)
Writer: (setf table-row-count) (instance)
Package

org.shirakumo.sf3.

Source

table.lisp.

Target Slot

row-count.

Reader: table-row-data (instance)
Writer: (setf table-row-data) (instance)
Package

org.shirakumo.sf3.

Source

table.lisp.

Target Slot

row-data.

Reader: table-row-length (instance)
Writer: (setf table-row-length) (instance)
Package

org.shirakumo.sf3.

Source

table.lisp.

Target Slot

row-length.

Reader: table-spec-length (instance)
Writer: (setf table-spec-length) (instance)
Package

org.shirakumo.sf3.

Source

table.lisp.

Target Slot

spec-length.

Reader: target-option-address (instance)
Writer: (setf target-option-address) (instance)
Package

org.shirakumo.sf3.

Source

text.lisp.

Target Slot

address.

Function: target-option-p (object)
Package

org.shirakumo.sf3.

Source

text.lisp.

Reader: text-markup-options (instance)
Writer: (setf text-markup-options) (instance)
Package

org.shirakumo.sf3.

Source

text.lisp.

Target Slot

markup-options.

Reader: text-markup-size (instance)
Writer: (setf text-markup-size) (instance)
Package

org.shirakumo.sf3.

Source

text.lisp.

Target Slot

markup-size.

Function: text-p (object)
Package

org.shirakumo.sf3.

Source

text.lisp.

Reader: text-shape-color (instance)
Writer: (setf text-shape-color) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

color.

Reader: text-shape-font (instance)
Writer: (setf text-shape-font) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

font.

Reader: text-shape-font-size (instance)
Writer: (setf text-shape-font-size) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

font-size.

Function: text-shape-p (object)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Reader: text-shape-point (instance)
Writer: (setf text-shape-point) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

point.

Reader: text-shape-text (instance)
Writer: (setf text-shape-text) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

text.

Reader: text-text (instance)
Writer: (setf text-text) (instance)
Package

org.shirakumo.sf3.

Source

text.lisp.

Target Slot

text.

Function: type->column-spec-kind (type)
Package

org.shirakumo.sf3.

Source

table.lisp.

Reader: vector-graphic-height (instance)
Writer: (setf vector-graphic-height) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

height.

Reader: vector-graphic-instructions (instance)
Writer: (setf vector-graphic-instructions) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

instructions.

Function: vector-graphic-p (object)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Reader: vector-graphic-width (instance)
Writer: (setf vector-graphic-width) (instance)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Target Slot

width.

Function: write-archive (value storage &rest args)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Function: write-archive-meta-entry (value storage &rest args)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Function: write-audio (value storage &rest args)
Package

org.shirakumo.sf3.

Source

audio.lisp.

Function: write-box (value storage &rest args)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: write-circle (value storage &rest args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-color (value storage &rest args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-color-option (value storage &rest args)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: write-column-spec (value storage &rest args)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: write-curve (value storage &rest args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-cylinder (value storage &rest args)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: write-ellipsoid (value storage &rest args)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: write-font-option (value storage &rest args)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: write-heading-option (value storage &rest args)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: write-image (value storage &rest args)
Package

org.shirakumo.sf3.

Source

image.lisp.

Function: write-io-octet-vector-archive (value vector start end)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Function: write-io-octet-vector-archive-meta-entry (value vector start end)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Function: write-io-octet-vector-audio (value vector start end)
Package

org.shirakumo.sf3.

Source

audio.lisp.

Function: write-io-octet-vector-box (value vector start end)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: write-io-octet-vector-circle (value vector start end)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-io-octet-vector-color (value vector start end)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-io-octet-vector-color-option (value vector start end)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: write-io-octet-vector-column-spec (value vector start end)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: write-io-octet-vector-curve (value vector start end)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-io-octet-vector-cylinder (value vector start end)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: write-io-octet-vector-ellipsoid (value vector start end)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: write-io-octet-vector-font-option (value vector start end)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: write-io-octet-vector-heading-option (value vector start end)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: write-io-octet-vector-image (value vector start end)
Package

org.shirakumo.sf3.

Source

image.lisp.

Function: write-io-octet-vector-line (value vector start end)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Package

org.shirakumo.sf3.

Source

text.lisp.

Function: write-io-octet-vector-log (value vector start end)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: write-io-octet-vector-log-chunk (value vector start end)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: write-io-octet-vector-log-entry (value vector start end)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: write-io-octet-vector-markup (value vector start end)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: write-io-octet-vector-mesh (value vector start end)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: write-io-octet-vector-model (value vector start end)
Package

org.shirakumo.sf3.

Source

model.lisp.

Function: write-io-octet-vector-physics-model (value vector start end)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: write-io-octet-vector-pill (value vector start end)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: write-io-octet-vector-point (value vector start end)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-io-octet-vector-polygon (value vector start end)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-io-octet-vector-rectangle (value vector start end)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-io-octet-vector-sf3-file-header (value vector start end)
Package

org.shirakumo.sf3.

Source

sf3.lisp.

Function: write-io-octet-vector-shape (value vector start end)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: write-io-octet-vector-shape-bounds (value vector start end)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-io-octet-vector-shape-fill (value vector start end)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-io-octet-vector-size (value vector start end)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-io-octet-vector-size-option (value vector start end)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: write-io-octet-vector-table (value vector start end)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: write-io-octet-vector-target-option (value vector start end)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: write-io-octet-vector-text (value vector start end)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: write-io-octet-vector-text-shape (value vector start end)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-io-octet-vector-vector-graphic (value vector start end)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-io-stream-archive (value stream)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Function: write-io-stream-archive-meta-entry (value stream)
Package

org.shirakumo.sf3.

Source

archive.lisp.

Function: write-io-stream-audio (value stream)
Package

org.shirakumo.sf3.

Source

audio.lisp.

Function: write-io-stream-box (value stream)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: write-io-stream-circle (value stream)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-io-stream-color (value stream)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-io-stream-color-option (value stream)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: write-io-stream-column-spec (value stream)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: write-io-stream-curve (value stream)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-io-stream-cylinder (value stream)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: write-io-stream-ellipsoid (value stream)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: write-io-stream-font-option (value stream)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: write-io-stream-heading-option (value stream)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: write-io-stream-image (value stream)
Package

org.shirakumo.sf3.

Source

image.lisp.

Function: write-io-stream-line (value stream)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Package

org.shirakumo.sf3.

Source

text.lisp.

Function: write-io-stream-log (value stream)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: write-io-stream-log-chunk (value stream)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: write-io-stream-log-entry (value stream)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: write-io-stream-markup (value stream)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: write-io-stream-mesh (value stream)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: write-io-stream-model (value stream)
Package

org.shirakumo.sf3.

Source

model.lisp.

Function: write-io-stream-physics-model (value stream)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: write-io-stream-pill (value stream)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: write-io-stream-point (value stream)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-io-stream-polygon (value stream)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-io-stream-rectangle (value stream)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-io-stream-sf3-file-header (value stream)
Package

org.shirakumo.sf3.

Source

sf3.lisp.

Function: write-io-stream-shape (value stream)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: write-io-stream-shape-bounds (value stream)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-io-stream-shape-fill (value stream)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-io-stream-size (value stream)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-io-stream-size-option (value stream)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: write-io-stream-table (value stream)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: write-io-stream-target-option (value stream)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: write-io-stream-text (value stream)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: write-io-stream-text-shape (value stream)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-io-stream-vector-graphic (value stream)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-line (value storage &rest args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Package

org.shirakumo.sf3.

Source

text.lisp.

Function: write-log (value storage &rest args)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: write-log-chunk (value storage &rest args)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: write-log-entry (value storage &rest args)
Package

org.shirakumo.sf3.

Source

log.lisp.

Function: write-markup (value storage &rest args)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: write-mesh (value storage &rest args)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: write-model (value storage &rest args)
Package

org.shirakumo.sf3.

Source

model.lisp.

Function: write-physics-model (value storage &rest args)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: write-pill (value storage &rest args)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: write-point (value storage &rest args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-polygon (value storage &rest args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-rectangle (value storage &rest args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-sf3-file-header (value storage &rest args)
Package

org.shirakumo.sf3.

Source

sf3.lisp.

Function: write-shape (value storage &rest args)
Package

org.shirakumo.sf3.

Source

physics-model.lisp.

Function: write-shape-bounds (value storage &rest args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-shape-fill (value storage &rest args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-size (value storage &rest args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-size-option (value storage &rest args)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: write-table (value storage &rest args)
Package

org.shirakumo.sf3.

Source

table.lisp.

Function: write-target-option (value storage &rest args)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: write-text (value storage &rest args)
Package

org.shirakumo.sf3.

Source

text.lisp.

Function: write-text-shape (value storage &rest args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.

Function: write-vector-graphic (value storage &rest args)
Package

org.shirakumo.sf3.

Source

vector-graphic.lisp.


5.2.5 Generic functions

Generic Function: end (entry)
Package

org.shirakumo.sf3.

Methods
Method: end ((entry markup))
Source

text.lisp.

Generic Function: (setf end) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf end) ((entry markup))
Source

text.lisp.

Generic Function: font-family (entry)
Package

org.shirakumo.sf3.

Methods
Method: font-family ((entry font-option))
Source

text.lisp.

Generic Function: (setf font-family) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf font-family) ((entry font-option))
Source

text.lisp.

Generic Function: name (entry)
Package

org.shirakumo.sf3.

Methods
Method: name ((entry column-spec))
Source

table.lisp.

Generic Function: (setf name) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf name) ((entry column-spec))
Source

table.lisp.

Generic Function: option (entry)
Package

org.shirakumo.sf3.

Methods
Method: option ((entry markup))
Source

text.lisp.

Generic Function: (setf option) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf option) ((entry markup))
Source

text.lisp.

Generic Function: start (entry)
Package

org.shirakumo.sf3.

Methods
Method: start ((entry markup))
Source

text.lisp.

Generic Function: (setf start) (entry)
Package

org.shirakumo.sf3.

Methods
Method: (setf start) ((entry markup))
Source

text.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   %   (  
A   B   C   D   E   F   G   H   I   K   L   M   N   O   P   R   S   T   U   V   W   X   Y  
Index Entry  Section

%
%add-file: Private ordinary functions
%make-archive: Private ordinary functions
%make-audio: Private ordinary functions
%make-box: Private ordinary functions
%make-circle: Private ordinary functions
%make-color: Private ordinary functions
%make-color-option: Private ordinary functions
%make-column-spec: Private ordinary functions
%make-curve: Private ordinary functions
%make-cylinder: Private ordinary functions
%make-ellipsoid: Private ordinary functions
%make-font-option: Private ordinary functions
%make-heading-option: Private ordinary functions
%make-image: Private ordinary functions
%make-line: Private ordinary functions
%make-link-option: Private ordinary functions
%make-log: Private ordinary functions
%make-log-chunk: Private ordinary functions
%make-log-entry: Private ordinary functions
%make-markup: Private ordinary functions
%make-mesh: Private ordinary functions
%make-model: Private ordinary functions
%make-physics-model: Private ordinary functions
%make-pill: Private ordinary functions
%make-point: Private ordinary functions
%make-polygon: Private ordinary functions
%make-rectangle: Private ordinary functions
%make-sf3-file-header: Private ordinary functions
%make-shape-bounds: Private ordinary functions
%make-shape-fill: Private ordinary functions
%make-size: Private ordinary functions
%make-size-option: Private ordinary functions
%make-table: Private ordinary functions
%make-target-option: Private ordinary functions
%make-text: Private ordinary functions
%make-text-shape: Private ordinary functions
%make-vector-graphic: Private ordinary functions

(
(setf a): Public generic functions
(setf a): Public generic functions
(setf address): Public generic functions
(setf address): Public generic functions
(setf address): Public generic functions
(setf address): Public generic functions
(setf archive-count): Private ordinary functions
(setf archive-file-offsets): Private ordinary functions
(setf archive-files): Private ordinary functions
(setf archive-meta-entries): Private ordinary functions
(setf archive-meta-entry-checksum): Private ordinary functions
(setf archive-meta-entry-mime-type): Private ordinary functions
(setf archive-meta-entry-modification-time): Private ordinary functions
(setf archive-meta-entry-path): Private ordinary functions
(setf archive-meta-offsets): Private ordinary functions
(setf archive-meta-size): Private ordinary functions
(setf audio-channels): Private ordinary functions
(setf audio-frame-count): Private ordinary functions
(setf audio-sample-format): Private ordinary functions
(setf audio-samplerate): Private ordinary functions
(setf audio-samples): Private ordinary functions
(setf b): Public generic functions
(setf b): Public generic functions
(setf b): Public generic functions
(setf b): Public generic functions
(setf bottom-radius): Public generic functions
(setf bottom-radius): Public generic functions
(setf bottom-radius): Public generic functions
(setf bottom-radius): Public generic functions
(setf bounds): Public generic functions
(setf bounds): Public generic functions
(setf bounds): Public generic functions
(setf box-depth): Private ordinary functions
(setf box-height): Private ordinary functions
(setf box-width): Private ordinary functions
(setf category): Public generic functions
(setf category): Public generic functions
(setf cell): Public ordinary functions
(setf channels): Public generic functions
(setf channels): Public generic functions
(setf channels): Public generic functions
(setf checksum): Public generic functions
(setf checksum): Public generic functions
(setf checksum): Public generic functions
(setf chunks): Public generic functions
(setf chunks): Public generic functions
(setf circle-bounds): Private ordinary functions
(setf circle-fill): Private ordinary functions
(setf color): Public generic functions
(setf color): Public generic functions
(setf color): Public generic functions
(setf color-a): Private ordinary functions
(setf color-b): Private ordinary functions
(setf color-g): Private ordinary functions
(setf color-option-b): Private ordinary functions
(setf color-option-g): Private ordinary functions
(setf color-option-r): Private ordinary functions
(setf color-r): Private ordinary functions
(setf column-count): Public generic functions
(setf column-count): Public generic functions
(setf column-spec-kind): Private ordinary functions
(setf column-spec-length): Private ordinary functions
(setf column-spec-name): Private ordinary functions
(setf column-specs): Public generic functions
(setf column-specs): Public generic functions
(setf curve-fill): Private ordinary functions
(setf curve-points): Private ordinary functions
(setf cylinder-bottom-radius): Private ordinary functions
(setf cylinder-height): Private ordinary functions
(setf cylinder-top-radius): Private ordinary functions
(setf data): Public generic functions
(setf data): Public generic functions
(setf depth): Public generic functions
(setf depth): Public generic functions
(setf depth): Public generic functions
(setf depth): Public generic functions
(setf depth): Public generic functions
(setf ellipsoid-depth): Private ordinary functions
(setf ellipsoid-height): Private ordinary functions
(setf ellipsoid-width): Private ordinary functions
(setf end): Private generic functions
(setf end): Private generic functions
(setf end-time): Public generic functions
(setf end-time): Public generic functions
(setf entries): Public generic functions
(setf entries): Public generic functions
(setf faces): Public generic functions
(setf faces): Public generic functions
(setf files): Public generic functions
(setf files): Public generic functions
(setf fill): Public generic functions
(setf fill): Public generic functions
(setf fill): Public generic functions
(setf fill): Public generic functions
(setf fill): Public generic functions
(setf fill-color): Public generic functions
(setf fill-color): Public generic functions
(setf font): Public generic functions
(setf font): Public generic functions
(setf font): Public generic functions
(setf font-family): Private generic functions
(setf font-family): Private generic functions
(setf font-option-font-family): Private ordinary functions
(setf font-size): Public generic functions
(setf font-size): Public generic functions
(setf font-size): Public generic functions
(setf g): Public generic functions
(setf g): Public generic functions
(setf g): Public generic functions
(setf g): Public generic functions
(setf h): Public generic functions
(setf h): Public generic functions
(setf heading-option-level): Private ordinary functions
(setf height): Public generic functions
(setf height): Public generic functions
(setf height): Public generic functions
(setf height): Public generic functions
(setf height): Public generic functions
(setf height): Public generic functions
(setf height): Public generic functions
(setf height): Public generic functions
(setf height): Public generic functions
(setf high-resolution-timestamp): Private ordinary functions
(setf image-channels): Private ordinary functions
(setf image-depth): Private ordinary functions
(setf image-height): Private ordinary functions
(setf image-pixel-format): Private ordinary functions
(setf image-pixels): Private ordinary functions
(setf image-width): Private ordinary functions
(setf instructions): Public generic functions
(setf instructions): Public generic functions
(setf kind): Public generic functions
(setf kind): Public generic functions
(setf kind): Public generic functions
(setf level): Public generic functions
(setf level): Public generic functions
(setf level): Public generic functions
(setf line-color): Private ordinary functions
(setf line-points): Private ordinary functions
(setf line-thickness): Private ordinary functions
(setf link-option-address): Private ordinary functions
(setf log-chunk-entries): Private ordinary functions
(setf log-chunk-entry-count): Private ordinary functions
(setf log-chunk-entry-offsets): Private ordinary functions
(setf log-chunk-size): Private ordinary functions
(setf log-chunks): Private ordinary functions
(setf log-end-time): Private ordinary functions
(setf log-entry-category): Private ordinary functions
(setf log-entry-message): Private ordinary functions
(setf log-entry-severity): Private ordinary functions
(setf log-entry-size): Private ordinary functions
(setf log-entry-source): Private ordinary functions
(setf log-entry-time): Private ordinary functions
(setf log-start-time): Private ordinary functions
(setf markup): Public generic functions
(setf markup): Public generic functions
(setf markup-end): Private ordinary functions
(setf markup-option): Private ordinary functions
(setf markup-start): Private ordinary functions
(setf mass): Public generic functions
(setf mass): Public generic functions
(setf mesh-vertex-count): Private ordinary functions
(setf mesh-vertices): Private ordinary functions
(setf message): Public generic functions
(setf message): Public generic functions
(setf meta-entries): Public generic functions
(setf meta-entries): Public generic functions
(setf mime-type): Public generic functions
(setf mime-type): Public generic functions
(setf model-faces): Private ordinary functions
(setf model-format): Private ordinary functions
(setf model-material-size): Private ordinary functions
(setf model-material-type): Private ordinary functions
(setf model-textures): Private ordinary functions
(setf model-vertices): Private ordinary functions
(setf modification-time): Public generic functions
(setf modification-time): Public generic functions
(setf name): Private generic functions
(setf name): Private generic functions
(setf option): Private generic functions
(setf option): Private generic functions
(setf outline-color): Public generic functions
(setf outline-color): Public generic functions
(setf outline-thickness): Public generic functions
(setf outline-thickness): Public generic functions
(setf path): Public generic functions
(setf path): Public generic functions
(setf physics-model-mass): Private ordinary functions
(setf physics-model-shapes): Private ordinary functions
(setf physics-model-tensor): Private ordinary functions
(setf pill-bottom-radius): Private ordinary functions
(setf pill-height): Private ordinary functions
(setf pill-top-radius): Private ordinary functions
(setf pixel-format): Public generic functions
(setf pixel-format): Public generic functions
(setf pixels): Public generic functions
(setf pixels): Public generic functions
(setf point): Public generic functions
(setf point): Public generic functions
(setf point): Public generic functions
(setf point-x): Private ordinary functions
(setf point-y): Private ordinary functions
(setf points): Public generic functions
(setf points): Public generic functions
(setf points): Public generic functions
(setf points): Public generic functions
(setf polygon-fill): Private ordinary functions
(setf polygon-points): Private ordinary functions
(setf r): Public generic functions
(setf r): Public generic functions
(setf r): Public generic functions
(setf r): Public generic functions
(setf rectangle-bounds): Private ordinary functions
(setf rectangle-fill): Private ordinary functions
(setf row-count): Public generic functions
(setf row-count): Public generic functions
(setf row-data): Public generic functions
(setf row-data): Public generic functions
(setf sample-format): Public generic functions
(setf sample-format): Public generic functions
(setf samplerate): Public generic functions
(setf samplerate): Public generic functions
(setf samples): Public generic functions
(setf samples): Public generic functions
(setf severity): Public generic functions
(setf severity): Public generic functions
(setf sf3-file-header-checksum): Private ordinary functions
(setf sf3-file-header-kind): Private ordinary functions
(setf shape-bounds-point): Private ordinary functions
(setf shape-bounds-size): Private ordinary functions
(setf shape-data): Private ordinary functions
(setf shape-fill-fill-color): Private ordinary functions
(setf shape-fill-outline-color): Private ordinary functions
(setf shape-fill-outline-thickness): Private ordinary functions
(setf shape-transform): Private ordinary functions
(setf shapes): Public generic functions
(setf shapes): Public generic functions
(setf size): Public generic functions
(setf size): Public generic functions
(setf size): Public generic functions
(setf size): Public generic functions
(setf size): Public generic functions
(setf size): Public generic functions
(setf size-h): Private ordinary functions
(setf size-option-font-size): Private ordinary functions
(setf size-w): Private ordinary functions
(setf source): Public generic functions
(setf source): Public generic functions
(setf start): Private generic functions
(setf start): Private generic functions
(setf start-time): Public generic functions
(setf start-time): Public generic functions
(setf table-column-count): Private ordinary functions
(setf table-column-specs): Private ordinary functions
(setf table-row-count): Private ordinary functions
(setf table-row-data): Private ordinary functions
(setf table-row-length): Private ordinary functions
(setf table-spec-length): Private ordinary functions
(setf target-option-address): Private ordinary functions
(setf tensor): Public generic functions
(setf tensor): Public generic functions
(setf text): Public generic functions
(setf text): Public generic functions
(setf text): Public generic functions
(setf text-markup-options): Private ordinary functions
(setf text-markup-size): Private ordinary functions
(setf text-shape-color): Private ordinary functions
(setf text-shape-font): Private ordinary functions
(setf text-shape-font-size): Private ordinary functions
(setf text-shape-point): Private ordinary functions
(setf text-shape-text): Private ordinary functions
(setf text-text): Private ordinary functions
(setf textures): Public generic functions
(setf textures): Public generic functions
(setf thickness): Public generic functions
(setf thickness): Public generic functions
(setf time): Public generic functions
(setf time): Public generic functions
(setf top-radius): Public generic functions
(setf top-radius): Public generic functions
(setf top-radius): Public generic functions
(setf top-radius): Public generic functions
(setf transform): Public generic functions
(setf transform): Public generic functions
(setf vector-graphic-height): Private ordinary functions
(setf vector-graphic-instructions): Private ordinary functions
(setf vector-graphic-width): Private ordinary functions
(setf vertices): Public generic functions
(setf vertices): Public generic functions
(setf vertices): Public generic functions
(setf vertices): Public generic functions
(setf w): Public generic functions
(setf w): Public generic functions
(setf width): Public generic functions
(setf width): Public generic functions
(setf width): Public generic functions
(setf width): Public generic functions
(setf width): Public generic functions
(setf width): Public generic functions
(setf width): Public generic functions
(setf x): Public generic functions
(setf x): Public generic functions
(setf y): Public generic functions
(setf y): Public generic functions

A
a: Public generic functions
a: Public generic functions
add-file: Public generic functions
add-file: Public generic functions
add-file: Public generic functions
add-file: Public generic functions
address: Public generic functions
address: Public generic functions
address: Public generic functions
address: Public generic functions
archive-count: Private ordinary functions
archive-file-offsets: Private ordinary functions
archive-files: Private ordinary functions
archive-meta-entries: Private ordinary functions
archive-meta-entry-checksum: Private ordinary functions
archive-meta-entry-mime-type: Private ordinary functions
archive-meta-entry-modification-time: Private ordinary functions
archive-meta-entry-p: Private ordinary functions
archive-meta-entry-path: Private ordinary functions
archive-meta-offsets: Private ordinary functions
archive-meta-size: Private ordinary functions
archive-p: Private ordinary functions
audio-channels: Private ordinary functions
audio-frame-count: Private ordinary functions
audio-p: Private ordinary functions
audio-sample-count: Private ordinary functions
audio-sample-format: Private ordinary functions
audio-samplerate: Private ordinary functions
audio-samples: Private ordinary functions

B
b: Public generic functions
b: Public generic functions
b: Public generic functions
b: Public generic functions
bottom-radius: Public generic functions
bottom-radius: Public generic functions
bottom-radius: Public generic functions
bottom-radius: Public generic functions
bounds: Public generic functions
bounds: Public generic functions
bounds: Public generic functions
box-depth: Private ordinary functions
box-height: Private ordinary functions
box-p: Private ordinary functions
box-width: Private ordinary functions

C
category: Public generic functions
category: Public generic functions
cell: Public ordinary functions
channel-layout: Private ordinary functions
channels: Public generic functions
channels: Public generic functions
channels: Public generic functions
checksum: Public generic functions
checksum: Public generic functions
checksum: Public generic functions
chunks: Public generic functions
chunks: Public generic functions
circle-bounds: Private ordinary functions
circle-fill: Private ordinary functions
circle-p: Private ordinary functions
color: Public generic functions
color: Public generic functions
color: Public generic functions
color-a: Private ordinary functions
color-b: Private ordinary functions
color-g: Private ordinary functions
color-option-b: Private ordinary functions
color-option-g: Private ordinary functions
color-option-p: Private ordinary functions
color-option-r: Private ordinary functions
color-p: Private ordinary functions
color-r: Private ordinary functions
column-count: Public generic functions
column-count: Public generic functions
column-spec-element-count: Public ordinary functions
column-spec-element-size: Public ordinary functions
column-spec-kind: Private ordinary functions
column-spec-length: Private ordinary functions
column-spec-name: Private ordinary functions
column-spec-p: Private ordinary functions
column-spec-reader: Private ordinary functions
column-spec-type: Public ordinary functions
column-spec-writer: Private ordinary functions
column-specs: Public generic functions
column-specs: Public generic functions
copy-archive: Private ordinary functions
copy-archive-meta-entry: Private ordinary functions
copy-audio: Private ordinary functions
copy-box: Private ordinary functions
copy-circle: Private ordinary functions
copy-color: Private ordinary functions
copy-color-option: Private ordinary functions
copy-column-spec: Private ordinary functions
copy-curve: Private ordinary functions
copy-cylinder: Private ordinary functions
copy-ellipsoid: Private ordinary functions
copy-font-option: Private ordinary functions
copy-heading-option: Private ordinary functions
copy-image: Private ordinary functions
copy-line: Private ordinary functions
copy-link-option: Private ordinary functions
copy-log: Private ordinary functions
copy-log-chunk: Private ordinary functions
copy-log-entry: Private ordinary functions
copy-markup: Private ordinary functions
copy-mesh: Private ordinary functions
copy-model: Private ordinary functions
copy-physics-model: Private ordinary functions
copy-pill: Private ordinary functions
copy-point: Private ordinary functions
copy-polygon: Private ordinary functions
copy-rectangle: Private ordinary functions
copy-sf3-file-header: Private ordinary functions
copy-shape: Private ordinary functions
copy-shape-bounds: Private ordinary functions
copy-shape-fill: Private ordinary functions
copy-size: Private ordinary functions
copy-size-option: Private ordinary functions
copy-table: Private ordinary functions
copy-target-option: Private ordinary functions
copy-text: Private ordinary functions
copy-text-shape: Private ordinary functions
copy-vector-graphic: Private ordinary functions
crc32: Private ordinary functions
crc32-rotate: Private ordinary functions
curve-fill: Private ordinary functions
curve-p: Private ordinary functions
curve-points: Private ordinary functions
cylinder-bottom-radius: Private ordinary functions
cylinder-height: Private ordinary functions
cylinder-p: Private ordinary functions
cylinder-top-radius: Private ordinary functions

D
data: Public generic functions
data: Public generic functions
define-accessor: Private macros
define-accessors: Private macros
define-delegates: Private macros
define-print-method: Private macros
depth: Public generic functions
depth: Public generic functions
depth: Public generic functions
depth: Public generic functions
depth: Public generic functions
duration: Public ordinary functions

E
ellipsoid-depth: Private ordinary functions
ellipsoid-height: Private ordinary functions
ellipsoid-p: Private ordinary functions
ellipsoid-width: Private ordinary functions
end: Private generic functions
end: Private generic functions
end-time: Public generic functions
end-time: Public generic functions
entries: Public generic functions
entries: Public generic functions
extract-file: Public generic functions
extract-file: Public generic functions
extract-file: Public generic functions
extract-file: Public generic functions

F
faces: Public generic functions
faces: Public generic functions
file-extension: Public generic functions
file-extension: Public generic functions
file-extension: Public generic functions
file-extension: Public generic functions
file-extension: Public generic functions
file-extension: Public generic functions
file-extension: Public generic functions
file-extension: Public generic functions
file-extension: Public generic functions
file-extension: Public generic functions
file-extension: Public generic functions
files: Public generic functions
files: Public generic functions
fill: Public generic functions
fill: Public generic functions
fill: Public generic functions
fill: Public generic functions
fill: Public generic functions
fill-color: Public generic functions
fill-color: Public generic functions
font: Public generic functions
font: Public generic functions
font: Public generic functions
font-family: Private generic functions
font-family: Private generic functions
font-option-font-family: Private ordinary functions
font-option-p: Private ordinary functions
font-size: Public generic functions
font-size: Public generic functions
font-size: Public generic functions
format-time: Private ordinary functions
Function, %add-file: Private ordinary functions
Function, %make-archive: Private ordinary functions
Function, %make-audio: Private ordinary functions
Function, %make-box: Private ordinary functions
Function, %make-circle: Private ordinary functions
Function, %make-color: Private ordinary functions
Function, %make-color-option: Private ordinary functions
Function, %make-column-spec: Private ordinary functions
Function, %make-curve: Private ordinary functions
Function, %make-cylinder: Private ordinary functions
Function, %make-ellipsoid: Private ordinary functions
Function, %make-font-option: Private ordinary functions
Function, %make-heading-option: Private ordinary functions
Function, %make-image: Private ordinary functions
Function, %make-line: Private ordinary functions
Function, %make-link-option: Private ordinary functions
Function, %make-log: Private ordinary functions
Function, %make-log-chunk: Private ordinary functions
Function, %make-log-entry: Private ordinary functions
Function, %make-markup: Private ordinary functions
Function, %make-mesh: Private ordinary functions
Function, %make-model: Private ordinary functions
Function, %make-physics-model: Private ordinary functions
Function, %make-pill: Private ordinary functions
Function, %make-point: Private ordinary functions
Function, %make-polygon: Private ordinary functions
Function, %make-rectangle: Private ordinary functions
Function, %make-sf3-file-header: Private ordinary functions
Function, %make-shape-bounds: Private ordinary functions
Function, %make-shape-fill: Private ordinary functions
Function, %make-size: Private ordinary functions
Function, %make-size-option: Private ordinary functions
Function, %make-table: Private ordinary functions
Function, %make-target-option: Private ordinary functions
Function, %make-text: Private ordinary functions
Function, %make-text-shape: Private ordinary functions
Function, %make-vector-graphic: Private ordinary functions
Function, (setf archive-count): Private ordinary functions
Function, (setf archive-file-offsets): Private ordinary functions
Function, (setf archive-files): Private ordinary functions
Function, (setf archive-meta-entries): Private ordinary functions
Function, (setf archive-meta-entry-checksum): Private ordinary functions
Function, (setf archive-meta-entry-mime-type): Private ordinary functions
Function, (setf archive-meta-entry-modification-time): Private ordinary functions
Function, (setf archive-meta-entry-path): Private ordinary functions
Function, (setf archive-meta-offsets): Private ordinary functions
Function, (setf archive-meta-size): Private ordinary functions
Function, (setf audio-channels): Private ordinary functions
Function, (setf audio-frame-count): Private ordinary functions
Function, (setf audio-sample-format): Private ordinary functions
Function, (setf audio-samplerate): Private ordinary functions
Function, (setf audio-samples): Private ordinary functions
Function, (setf box-depth): Private ordinary functions
Function, (setf box-height): Private ordinary functions
Function, (setf box-width): Private ordinary functions
Function, (setf cell): Public ordinary functions
Function, (setf circle-bounds): Private ordinary functions
Function, (setf circle-fill): Private ordinary functions
Function, (setf color-a): Private ordinary functions
Function, (setf color-b): Private ordinary functions
Function, (setf color-g): Private ordinary functions
Function, (setf color-option-b): Private ordinary functions
Function, (setf color-option-g): Private ordinary functions
Function, (setf color-option-r): Private ordinary functions
Function, (setf color-r): Private ordinary functions
Function, (setf column-spec-kind): Private ordinary functions
Function, (setf column-spec-length): Private ordinary functions
Function, (setf column-spec-name): Private ordinary functions
Function, (setf curve-fill): Private ordinary functions
Function, (setf curve-points): Private ordinary functions
Function, (setf cylinder-bottom-radius): Private ordinary functions
Function, (setf cylinder-height): Private ordinary functions
Function, (setf cylinder-top-radius): Private ordinary functions
Function, (setf ellipsoid-depth): Private ordinary functions
Function, (setf ellipsoid-height): Private ordinary functions
Function, (setf ellipsoid-width): Private ordinary functions
Function, (setf font-option-font-family): Private ordinary functions
Function, (setf heading-option-level): Private ordinary functions
Function, (setf high-resolution-timestamp): Private ordinary functions
Function, (setf image-channels): Private ordinary functions
Function, (setf image-depth): Private ordinary functions
Function, (setf image-height): Private ordinary functions
Function, (setf image-pixel-format): Private ordinary functions
Function, (setf image-pixels): Private ordinary functions
Function, (setf image-width): Private ordinary functions
Function, (setf line-color): Private ordinary functions
Function, (setf line-points): Private ordinary functions
Function, (setf line-thickness): Private ordinary functions
Function, (setf link-option-address): Private ordinary functions
Function, (setf log-chunk-entries): Private ordinary functions
Function, (setf log-chunk-entry-count): Private ordinary functions
Function, (setf log-chunk-entry-offsets): Private ordinary functions
Function, (setf log-chunk-size): Private ordinary functions
Function, (setf log-chunks): Private ordinary functions
Function, (setf log-end-time): Private ordinary functions
Function, (setf log-entry-category): Private ordinary functions
Function, (setf log-entry-message): Private ordinary functions
Function, (setf log-entry-severity): Private ordinary functions
Function, (setf log-entry-size): Private ordinary functions
Function, (setf log-entry-source): Private ordinary functions
Function, (setf log-entry-time): Private ordinary functions
Function, (setf log-start-time): Private ordinary functions
Function, (setf markup-end): Private ordinary functions
Function, (setf markup-option): Private ordinary functions
Function, (setf markup-start): Private ordinary functions
Function, (setf mesh-vertex-count): Private ordinary functions
Function, (setf mesh-vertices): Private ordinary functions
Function, (setf model-faces): Private ordinary functions
Function, (setf model-format): Private ordinary functions
Function, (setf model-material-size): Private ordinary functions
Function, (setf model-material-type): Private ordinary functions
Function, (setf model-textures): Private ordinary functions
Function, (setf model-vertices): Private ordinary functions
Function, (setf physics-model-mass): Private ordinary functions
Function, (setf physics-model-shapes): Private ordinary functions
Function, (setf physics-model-tensor): Private ordinary functions
Function, (setf pill-bottom-radius): Private ordinary functions
Function, (setf pill-height): Private ordinary functions
Function, (setf pill-top-radius): Private ordinary functions
Function, (setf point-x): Private ordinary functions
Function, (setf point-y): Private ordinary functions
Function, (setf polygon-fill): Private ordinary functions
Function, (setf polygon-points): Private ordinary functions
Function, (setf rectangle-bounds): Private ordinary functions
Function, (setf rectangle-fill): Private ordinary functions
Function, (setf sf3-file-header-checksum): Private ordinary functions
Function, (setf sf3-file-header-kind): Private ordinary functions
Function, (setf shape-bounds-point): Private ordinary functions
Function, (setf shape-bounds-size): Private ordinary functions
Function, (setf shape-data): Private ordinary functions
Function, (setf shape-fill-fill-color): Private ordinary functions
Function, (setf shape-fill-outline-color): Private ordinary functions
Function, (setf shape-fill-outline-thickness): Private ordinary functions
Function, (setf shape-transform): Private ordinary functions
Function, (setf size-h): Private ordinary functions
Function, (setf size-option-font-size): Private ordinary functions
Function, (setf size-w): Private ordinary functions
Function, (setf table-column-count): Private ordinary functions
Function, (setf table-column-specs): Private ordinary functions
Function, (setf table-row-count): Private ordinary functions
Function, (setf table-row-data): Private ordinary functions
Function, (setf table-row-length): Private ordinary functions
Function, (setf table-spec-length): Private ordinary functions
Function, (setf target-option-address): Private ordinary functions
Function, (setf text-markup-options): Private ordinary functions
Function, (setf text-markup-size): Private ordinary functions
Function, (setf text-shape-color): Private ordinary functions
Function, (setf text-shape-font): Private ordinary functions
Function, (setf text-shape-font-size): Private ordinary functions
Function, (setf text-shape-point): Private ordinary functions
Function, (setf text-shape-text): Private ordinary functions
Function, (setf text-text): Private ordinary functions
Function, (setf vector-graphic-height): Private ordinary functions
Function, (setf vector-graphic-instructions): Private ordinary functions
Function, (setf vector-graphic-width): Private ordinary functions
Function, archive-count: Private ordinary functions
Function, archive-file-offsets: Private ordinary functions
Function, archive-files: Private ordinary functions
Function, archive-meta-entries: Private ordinary functions
Function, archive-meta-entry-checksum: Private ordinary functions
Function, archive-meta-entry-mime-type: Private ordinary functions
Function, archive-meta-entry-modification-time: Private ordinary functions
Function, archive-meta-entry-p: Private ordinary functions
Function, archive-meta-entry-path: Private ordinary functions
Function, archive-meta-offsets: Private ordinary functions
Function, archive-meta-size: Private ordinary functions
Function, archive-p: Private ordinary functions
Function, audio-channels: Private ordinary functions
Function, audio-frame-count: Private ordinary functions
Function, audio-p: Private ordinary functions
Function, audio-sample-count: Private ordinary functions
Function, audio-sample-format: Private ordinary functions
Function, audio-samplerate: Private ordinary functions
Function, audio-samples: Private ordinary functions
Function, box-depth: Private ordinary functions
Function, box-height: Private ordinary functions
Function, box-p: Private ordinary functions
Function, box-width: Private ordinary functions
Function, cell: Public ordinary functions
Function, channel-layout: Private ordinary functions
Function, circle-bounds: Private ordinary functions
Function, circle-fill: Private ordinary functions
Function, circle-p: Private ordinary functions
Function, color-a: Private ordinary functions
Function, color-b: Private ordinary functions
Function, color-g: Private ordinary functions
Function, color-option-b: Private ordinary functions
Function, color-option-g: Private ordinary functions
Function, color-option-p: Private ordinary functions
Function, color-option-r: Private ordinary functions
Function, color-p: Private ordinary functions
Function, color-r: Private ordinary functions
Function, column-spec-element-count: Public ordinary functions
Function, column-spec-element-size: Public ordinary functions
Function, column-spec-kind: Private ordinary functions
Function, column-spec-length: Private ordinary functions
Function, column-spec-name: Private ordinary functions
Function, column-spec-p: Private ordinary functions
Function, column-spec-reader: Private ordinary functions
Function, column-spec-type: Public ordinary functions
Function, column-spec-writer: Private ordinary functions
Function, copy-archive: Private ordinary functions
Function, copy-archive-meta-entry: Private ordinary functions
Function, copy-audio: Private ordinary functions
Function, copy-box: Private ordinary functions
Function, copy-circle: Private ordinary functions
Function, copy-color: Private ordinary functions
Function, copy-color-option: Private ordinary functions
Function, copy-column-spec: Private ordinary functions
Function, copy-curve: Private ordinary functions
Function, copy-cylinder: Private ordinary functions
Function, copy-ellipsoid: Private ordinary functions
Function, copy-font-option: Private ordinary functions
Function, copy-heading-option: Private ordinary functions
Function, copy-image: Private ordinary functions
Function, copy-line: Private ordinary functions
Function, copy-link-option: Private ordinary functions
Function, copy-log: Private ordinary functions
Function, copy-log-chunk: Private ordinary functions
Function, copy-log-entry: Private ordinary functions
Function, copy-markup: Private ordinary functions
Function, copy-mesh: Private ordinary functions
Function, copy-model: Private ordinary functions
Function, copy-physics-model: Private ordinary functions
Function, copy-pill: Private ordinary functions
Function, copy-point: Private ordinary functions
Function, copy-polygon: Private ordinary functions
Function, copy-rectangle: Private ordinary functions
Function, copy-sf3-file-header: Private ordinary functions
Function, copy-shape: Private ordinary functions
Function, copy-shape-bounds: Private ordinary functions
Function, copy-shape-fill: Private ordinary functions
Function, copy-size: Private ordinary functions
Function, copy-size-option: Private ordinary functions
Function, copy-table: Private ordinary functions
Function, copy-target-option: Private ordinary functions
Function, copy-text: Private ordinary functions
Function, copy-text-shape: Private ordinary functions
Function, copy-vector-graphic: Private ordinary functions
Function, crc32: Private ordinary functions
Function, crc32-rotate: Private ordinary functions
Function, curve-fill: Private ordinary functions
Function, curve-p: Private ordinary functions
Function, curve-points: Private ordinary functions
Function, cylinder-bottom-radius: Private ordinary functions
Function, cylinder-height: Private ordinary functions
Function, cylinder-p: Private ordinary functions
Function, cylinder-top-radius: Private ordinary functions
Function, duration: Public ordinary functions
Function, ellipsoid-depth: Private ordinary functions
Function, ellipsoid-height: Private ordinary functions
Function, ellipsoid-p: Private ordinary functions
Function, ellipsoid-width: Private ordinary functions
Function, font-option-font-family: Private ordinary functions
Function, font-option-p: Private ordinary functions
Function, format-time: Private ordinary functions
Function, generate-crc32-table: Private ordinary functions
Function, heading-option-level: Private ordinary functions
Function, heading-option-p: Private ordinary functions
Function, high-resolution-timestamp: Private ordinary functions
Function, image-channels: Private ordinary functions
Function, image-depth: Private ordinary functions
Function, image-height: Private ordinary functions
Function, image-p: Private ordinary functions
Function, image-pixel-count: Private ordinary functions
Function, image-pixel-format: Private ordinary functions
Function, image-pixels: Private ordinary functions
Function, image-width: Private ordinary functions
Function, line-color: Private ordinary functions
Function, line-p: Private ordinary functions
Function, line-points: Private ordinary functions
Function, line-thickness: Private ordinary functions
Function, link-option-address: Private ordinary functions
Function, link-option-p: Private ordinary functions
Function, lisp-type->bs-type: Private ordinary functions
Function, log: Public ordinary functions
Function, log-append-chunk: Public ordinary functions
Function, log-append-entry-extend: Public ordinary functions
Function, log-chunk-append-entry: Private ordinary functions
Function, log-chunk-capacity: Private ordinary functions
Function, log-chunk-entries: Private ordinary functions
Function, log-chunk-entry-count: Private ordinary functions
Function, log-chunk-entry-offsets: Private ordinary functions
Function, log-chunk-p: Private ordinary functions
Function, log-chunk-remaining: Private ordinary functions
Function, log-chunk-size: Private ordinary functions
Function, log-chunks: Private ordinary functions
Function, log-end-time: Private ordinary functions
Function, log-entry-category: Private ordinary functions
Function, log-entry-message: Private ordinary functions
Function, log-entry-p: Private ordinary functions
Function, log-entry-severity: Private ordinary functions
Function, log-entry-size: Private ordinary functions
Function, log-entry-source: Private ordinary functions
Function, log-entry-time: Private ordinary functions
Function, log-p: Private ordinary functions
Function, log-start-time: Private ordinary functions
Function, make-archive: Public ordinary functions
Function, make-archive-meta-entry: Public ordinary functions
Function, make-audio: Public ordinary functions
Function, make-box: Public ordinary functions
Function, make-circle: Public ordinary functions
Function, make-color: Public ordinary functions
Function, make-color-option: Public ordinary functions
Function, make-column-spec: Public ordinary functions
Function, make-curve: Public ordinary functions
Function, make-cylinder: Public ordinary functions
Function, make-ellipsoid: Public ordinary functions
Function, make-font-option: Public ordinary functions
Function, make-heading-option: Public ordinary functions
Function, make-image: Public ordinary functions
Function, make-line: Public ordinary functions
Function, make-link-option: Public ordinary functions
Function, make-log: Public ordinary functions
Function, make-log-chunk: Public ordinary functions
Function, make-log-entry: Public ordinary functions
Function, make-markup: Public ordinary functions
Function, make-mesh: Public ordinary functions
Function, make-model: Public ordinary functions
Function, make-physics-model: Public ordinary functions
Function, make-pill: Public ordinary functions
Function, make-point: Public ordinary functions
Function, make-polygon: Public ordinary functions
Function, make-rectangle: Public ordinary functions
Function, make-sf3-file-header: Public ordinary functions
Function, make-shape: Public ordinary functions
Function, make-shape-bounds: Public ordinary functions
Function, make-shape-fill: Public ordinary functions
Function, make-size: Public ordinary functions
Function, make-size-option: Public ordinary functions
Function, make-table: Public ordinary functions
Function, make-target-option: Public ordinary functions
Function, make-text: Public ordinary functions
Function, make-text-shape: Public ordinary functions
Function, make-vector-graphic: Public ordinary functions
Function, markup-end: Private ordinary functions
Function, markup-option: Private ordinary functions
Function, markup-p: Private ordinary functions
Function, markup-start: Private ordinary functions
Function, mesh-p: Private ordinary functions
Function, mesh-vertex-count: Private ordinary functions
Function, mesh-vertices: Private ordinary functions
Function, model-faces: Private ordinary functions
Function, model-format: Private ordinary functions
Function, model-material-size: Private ordinary functions
Function, model-material-type: Private ordinary functions
Function, model-p: Private ordinary functions
Function, model-textures: Private ordinary functions
Function, model-vertices: Private ordinary functions
Function, physics-model-mass: Private ordinary functions
Function, physics-model-p: Private ordinary functions
Function, physics-model-shapes: Private ordinary functions
Function, physics-model-tensor: Private ordinary functions
Function, pill-bottom-radius: Private ordinary functions
Function, pill-height: Private ordinary functions
Function, pill-p: Private ordinary functions
Function, pill-top-radius: Private ordinary functions
Function, pixel-stride: Public ordinary functions
Function, pixel-type: Public ordinary functions
Function, point-p: Private ordinary functions
Function, point-x: Private ordinary functions
Function, point-y: Private ordinary functions
Function, polygon-fill: Private ordinary functions
Function, polygon-p: Private ordinary functions
Function, polygon-points: Private ordinary functions
Function, read-archive: Private ordinary functions
Function, read-archive-meta-entry: Private ordinary functions
Function, read-audio: Private ordinary functions
Function, read-box: Private ordinary functions
Function, read-circle: Private ordinary functions
Function, read-color: Private ordinary functions
Function, read-color-option: Private ordinary functions
Function, read-column-spec: Private ordinary functions
Function, read-curve: Private ordinary functions
Function, read-cylinder: Private ordinary functions
Function, read-ellipsoid: Private ordinary functions
Function, read-font-option: Private ordinary functions
Function, read-heading-option: Private ordinary functions
Function, read-image: Private ordinary functions
Function, read-io-octet-vector-archive: Private ordinary functions
Function, read-io-octet-vector-archive-meta-entry: Private ordinary functions
Function, read-io-octet-vector-audio: Private ordinary functions
Function, read-io-octet-vector-box: Private ordinary functions
Function, read-io-octet-vector-circle: Private ordinary functions
Function, read-io-octet-vector-color: Private ordinary functions
Function, read-io-octet-vector-color-option: Private ordinary functions
Function, read-io-octet-vector-column-spec: Private ordinary functions
Function, read-io-octet-vector-curve: Private ordinary functions
Function, read-io-octet-vector-cylinder: Private ordinary functions
Function, read-io-octet-vector-ellipsoid: Private ordinary functions
Function, read-io-octet-vector-font-option: Private ordinary functions
Function, read-io-octet-vector-heading-option: Private ordinary functions
Function, read-io-octet-vector-image: Private ordinary functions
Function, read-io-octet-vector-line: Private ordinary functions
Function, read-io-octet-vector-link-option: Private ordinary functions
Function, read-io-octet-vector-log: Private ordinary functions
Function, read-io-octet-vector-log-chunk: Private ordinary functions
Function, read-io-octet-vector-log-entry: Private ordinary functions
Function, read-io-octet-vector-markup: Private ordinary functions
Function, read-io-octet-vector-mesh: Private ordinary functions
Function, read-io-octet-vector-model: Private ordinary functions
Function, read-io-octet-vector-physics-model: Private ordinary functions
Function, read-io-octet-vector-pill: Private ordinary functions
Function, read-io-octet-vector-point: Private ordinary functions
Function, read-io-octet-vector-polygon: Private ordinary functions
Function, read-io-octet-vector-rectangle: Private ordinary functions
Function, read-io-octet-vector-sf3-file-header: Private ordinary functions
Function, read-io-octet-vector-shape: Private ordinary functions
Function, read-io-octet-vector-shape-bounds: Private ordinary functions
Function, read-io-octet-vector-shape-fill: Private ordinary functions
Function, read-io-octet-vector-size: Private ordinary functions
Function, read-io-octet-vector-size-option: Private ordinary functions
Function, read-io-octet-vector-table: Private ordinary functions
Function, read-io-octet-vector-target-option: Private ordinary functions
Function, read-io-octet-vector-text: Private ordinary functions
Function, read-io-octet-vector-text-shape: Private ordinary functions
Function, read-io-octet-vector-vector-graphic: Private ordinary functions
Function, read-io-stream-archive: Private ordinary functions
Function, read-io-stream-archive-meta-entry: Private ordinary functions
Function, read-io-stream-audio: Private ordinary functions
Function, read-io-stream-box: Private ordinary functions
Function, read-io-stream-circle: Private ordinary functions
Function, read-io-stream-color: Private ordinary functions
Function, read-io-stream-color-option: Private ordinary functions
Function, read-io-stream-column-spec: Private ordinary functions
Function, read-io-stream-curve: Private ordinary functions
Function, read-io-stream-cylinder: Private ordinary functions
Function, read-io-stream-ellipsoid: Private ordinary functions
Function, read-io-stream-font-option: Private ordinary functions
Function, read-io-stream-heading-option: Private ordinary functions
Function, read-io-stream-image: Private ordinary functions
Function, read-io-stream-line: Private ordinary functions
Function, read-io-stream-link-option: Private ordinary functions
Function, read-io-stream-log: Private ordinary functions
Function, read-io-stream-log-chunk: Private ordinary functions
Function, read-io-stream-log-entry: Private ordinary functions
Function, read-io-stream-markup: Private ordinary functions
Function, read-io-stream-mesh: Private ordinary functions
Function, read-io-stream-model: Private ordinary functions
Function, read-io-stream-physics-model: Private ordinary functions
Function, read-io-stream-pill: Private ordinary functions
Function, read-io-stream-point: Private ordinary functions
Function, read-io-stream-polygon: Private ordinary functions
Function, read-io-stream-rectangle: Private ordinary functions
Function, read-io-stream-sf3-file-header: Private ordinary functions
Function, read-io-stream-shape: Private ordinary functions
Function, read-io-stream-shape-bounds: Private ordinary functions
Function, read-io-stream-shape-fill: Private ordinary functions
Function, read-io-stream-size: Private ordinary functions
Function, read-io-stream-size-option: Private ordinary functions
Function, read-io-stream-table: Private ordinary functions
Function, read-io-stream-target-option: Private ordinary functions
Function, read-io-stream-text: Private ordinary functions
Function, read-io-stream-text-shape: Private ordinary functions
Function, read-io-stream-vector-graphic: Private ordinary functions
Function, read-line: Private ordinary functions
Function, read-link-option: Private ordinary functions
Function, read-log: Private ordinary functions
Function, read-log-chunk: Private ordinary functions
Function, read-log-entry: Private ordinary functions
Function, read-markup: Private ordinary functions
Function, read-mesh: Private ordinary functions
Function, read-model: Private ordinary functions
Function, read-physics-model: Private ordinary functions
Function, read-pill: Private ordinary functions
Function, read-point: Private ordinary functions
Function, read-polygon: Private ordinary functions
Function, read-rectangle: Private ordinary functions
Function, read-sf3: Public ordinary functions
Function, read-sf3-file-header: Private ordinary functions
Function, read-shape: Private ordinary functions
Function, read-shape-bounds: Private ordinary functions
Function, read-shape-fill: Private ordinary functions
Function, read-size: Private ordinary functions
Function, read-size-option: Private ordinary functions
Function, read-table: Private ordinary functions
Function, read-target-option: Private ordinary functions
Function, read-text: Private ordinary functions
Function, read-text-shape: Private ordinary functions
Function, read-vector-graphic: Private ordinary functions
Function, rectangle-bounds: Private ordinary functions
Function, rectangle-fill: Private ordinary functions
Function, rectangle-p: Private ordinary functions
Function, row: Public ordinary functions
Function, set-equal: Private ordinary functions
Function, sf3-file-header-checksum: Private ordinary functions
Function, sf3-file-header-kind: Private ordinary functions
Function, sf3-file-header-p: Private ordinary functions
Function, shape-bounds-p: Private ordinary functions
Function, shape-bounds-point: Private ordinary functions
Function, shape-bounds-size: Private ordinary functions
Function, shape-data: Private ordinary functions
Function, shape-fill-fill-color: Private ordinary functions
Function, shape-fill-outline-color: Private ordinary functions
Function, shape-fill-outline-thickness: Private ordinary functions
Function, shape-fill-p: Private ordinary functions
Function, shape-p: Private ordinary functions
Function, shape-transform: Private ordinary functions
Function, size-h: Private ordinary functions
Function, size-option-font-size: Private ordinary functions
Function, size-option-p: Private ordinary functions
Function, size-p: Private ordinary functions
Function, size-w: Private ordinary functions
Function, table-column-count: Private ordinary functions
Function, table-column-specs: Private ordinary functions
Function, table-p: Private ordinary functions
Function, table-row-count: Private ordinary functions
Function, table-row-data: Private ordinary functions
Function, table-row-length: Private ordinary functions
Function, table-spec-length: Private ordinary functions
Function, target-option-address: Private ordinary functions
Function, target-option-p: Private ordinary functions
Function, tell-sf3: Public ordinary functions
Function, text-markup-options: Private ordinary functions
Function, text-markup-size: Private ordinary functions
Function, text-p: Private ordinary functions
Function, text-shape-color: Private ordinary functions
Function, text-shape-font: Private ordinary functions
Function, text-shape-font-size: Private ordinary functions
Function, text-shape-p: Private ordinary functions
Function, text-shape-point: Private ordinary functions
Function, text-shape-text: Private ordinary functions
Function, text-text: Private ordinary functions
Function, texture-types: Public ordinary functions
Function, type->column-spec-kind: Private ordinary functions
Function, universal-to-unix-time: Public ordinary functions
Function, unix-to-universal-time: Public ordinary functions
Function, vector-graphic-height: Private ordinary functions
Function, vector-graphic-instructions: Private ordinary functions
Function, vector-graphic-p: Private ordinary functions
Function, vector-graphic-width: Private ordinary functions
Function, vertex-attributes: Public ordinary functions
Function, vertex-stride: Public ordinary functions
Function, write-archive: Private ordinary functions
Function, write-archive-meta-entry: Private ordinary functions
Function, write-audio: Private ordinary functions
Function, write-box: Private ordinary functions
Function, write-circle: Private ordinary functions
Function, write-color: Private ordinary functions
Function, write-color-option: Private ordinary functions
Function, write-column-spec: Private ordinary functions
Function, write-curve: Private ordinary functions
Function, write-cylinder: Private ordinary functions
Function, write-ellipsoid: Private ordinary functions
Function, write-font-option: Private ordinary functions
Function, write-heading-option: Private ordinary functions
Function, write-image: Private ordinary functions
Function, write-io-octet-vector-archive: Private ordinary functions
Function, write-io-octet-vector-archive-meta-entry: Private ordinary functions
Function, write-io-octet-vector-audio: Private ordinary functions
Function, write-io-octet-vector-box: Private ordinary functions
Function, write-io-octet-vector-circle: Private ordinary functions
Function, write-io-octet-vector-color: Private ordinary functions
Function, write-io-octet-vector-color-option: Private ordinary functions
Function, write-io-octet-vector-column-spec: Private ordinary functions
Function, write-io-octet-vector-curve: Private ordinary functions
Function, write-io-octet-vector-cylinder: Private ordinary functions
Function, write-io-octet-vector-ellipsoid: Private ordinary functions
Function, write-io-octet-vector-font-option: Private ordinary functions
Function, write-io-octet-vector-heading-option: Private ordinary functions
Function, write-io-octet-vector-image: Private ordinary functions
Function, write-io-octet-vector-line: Private ordinary functions
Function, write-io-octet-vector-link-option: Private ordinary functions
Function, write-io-octet-vector-log: Private ordinary functions
Function, write-io-octet-vector-log-chunk: Private ordinary functions
Function, write-io-octet-vector-log-entry: Private ordinary functions
Function, write-io-octet-vector-markup: Private ordinary functions
Function, write-io-octet-vector-mesh: Private ordinary functions
Function, write-io-octet-vector-model: Private ordinary functions
Function, write-io-octet-vector-physics-model: Private ordinary functions
Function, write-io-octet-vector-pill: Private ordinary functions
Function, write-io-octet-vector-point: Private ordinary functions
Function, write-io-octet-vector-polygon: Private ordinary functions
Function, write-io-octet-vector-rectangle: Private ordinary functions
Function, write-io-octet-vector-sf3-file-header: Private ordinary functions
Function, write-io-octet-vector-shape: Private ordinary functions
Function, write-io-octet-vector-shape-bounds: Private ordinary functions
Function, write-io-octet-vector-shape-fill: Private ordinary functions
Function, write-io-octet-vector-size: Private ordinary functions
Function, write-io-octet-vector-size-option: Private ordinary functions
Function, write-io-octet-vector-table: Private ordinary functions
Function, write-io-octet-vector-target-option: Private ordinary functions
Function, write-io-octet-vector-text: Private ordinary functions
Function, write-io-octet-vector-text-shape: Private ordinary functions
Function, write-io-octet-vector-vector-graphic: Private ordinary functions
Function, write-io-stream-archive: Private ordinary functions
Function, write-io-stream-archive-meta-entry: Private ordinary functions
Function, write-io-stream-audio: Private ordinary functions
Function, write-io-stream-box: Private ordinary functions
Function, write-io-stream-circle: Private ordinary functions
Function, write-io-stream-color: Private ordinary functions
Function, write-io-stream-color-option: Private ordinary functions
Function, write-io-stream-column-spec: Private ordinary functions
Function, write-io-stream-curve: Private ordinary functions
Function, write-io-stream-cylinder: Private ordinary functions
Function, write-io-stream-ellipsoid: Private ordinary functions
Function, write-io-stream-font-option: Private ordinary functions
Function, write-io-stream-heading-option: Private ordinary functions
Function, write-io-stream-image: Private ordinary functions
Function, write-io-stream-line: Private ordinary functions
Function, write-io-stream-link-option: Private ordinary functions
Function, write-io-stream-log: Private ordinary functions
Function, write-io-stream-log-chunk: Private ordinary functions
Function, write-io-stream-log-entry: Private ordinary functions
Function, write-io-stream-markup: Private ordinary functions
Function, write-io-stream-mesh: Private ordinary functions
Function, write-io-stream-model: Private ordinary functions
Function, write-io-stream-physics-model: Private ordinary functions
Function, write-io-stream-pill: Private ordinary functions
Function, write-io-stream-point: Private ordinary functions
Function, write-io-stream-polygon: Private ordinary functions
Function, write-io-stream-rectangle: Private ordinary functions
Function, write-io-stream-sf3-file-header: Private ordinary functions
Function, write-io-stream-shape: Private ordinary functions
Function, write-io-stream-shape-bounds: Private ordinary functions
Function, write-io-stream-shape-fill: Private ordinary functions
Function, write-io-stream-size: Private ordinary functions
Function, write-io-stream-size-option: Private ordinary functions
Function, write-io-stream-table: Private ordinary functions
Function, write-io-stream-target-option: Private ordinary functions
Function, write-io-stream-text: Private ordinary functions
Function, write-io-stream-text-shape: Private ordinary functions
Function, write-io-stream-vector-graphic: Private ordinary functions
Function, write-line: Private ordinary functions
Function, write-link-option: Private ordinary functions
Function, write-log: Private ordinary functions
Function, write-log-chunk: Private ordinary functions
Function, write-log-entry: Private ordinary functions
Function, write-markup: Private ordinary functions
Function, write-mesh: Private ordinary functions
Function, write-model: Private ordinary functions
Function, write-physics-model: Private ordinary functions
Function, write-pill: Private ordinary functions
Function, write-point: Private ordinary functions
Function, write-polygon: Private ordinary functions
Function, write-rectangle: Private ordinary functions
Function, write-sf3: Public ordinary functions
Function, write-sf3-file-header: Private ordinary functions
Function, write-shape: Private ordinary functions
Function, write-shape-bounds: Private ordinary functions
Function, write-shape-fill: Private ordinary functions
Function, write-size: Private ordinary functions
Function, write-size-option: Private ordinary functions
Function, write-table: Private ordinary functions
Function, write-target-option: Private ordinary functions
Function, write-text: Private ordinary functions
Function, write-text-shape: Private ordinary functions
Function, write-vector-graphic: Private ordinary functions

G
g: Public generic functions
g: Public generic functions
g: Public generic functions
g: Public generic functions
generate-crc32-table: Private ordinary functions
Generic Function, (setf a): Public generic functions
Generic Function, (setf address): Public generic functions
Generic Function, (setf b): Public generic functions
Generic Function, (setf bottom-radius): Public generic functions
Generic Function, (setf bounds): Public generic functions
Generic Function, (setf category): Public generic functions
Generic Function, (setf channels): Public generic functions
Generic Function, (setf checksum): Public generic functions
Generic Function, (setf chunks): Public generic functions
Generic Function, (setf color): Public generic functions
Generic Function, (setf column-count): Public generic functions
Generic Function, (setf column-specs): Public generic functions
Generic Function, (setf data): Public generic functions
Generic Function, (setf depth): Public generic functions
Generic Function, (setf end): Private generic functions
Generic Function, (setf end-time): Public generic functions
Generic Function, (setf entries): Public generic functions
Generic Function, (setf faces): Public generic functions
Generic Function, (setf files): Public generic functions
Generic Function, (setf fill): Public generic functions
Generic Function, (setf fill-color): Public generic functions
Generic Function, (setf font): Public generic functions
Generic Function, (setf font-family): Private generic functions
Generic Function, (setf font-size): Public generic functions
Generic Function, (setf g): Public generic functions
Generic Function, (setf h): Public generic functions
Generic Function, (setf height): Public generic functions
Generic Function, (setf instructions): Public generic functions
Generic Function, (setf kind): Public generic functions
Generic Function, (setf level): Public generic functions
Generic Function, (setf markup): Public generic functions
Generic Function, (setf mass): Public generic functions
Generic Function, (setf message): Public generic functions
Generic Function, (setf meta-entries): Public generic functions
Generic Function, (setf mime-type): Public generic functions
Generic Function, (setf modification-time): Public generic functions
Generic Function, (setf name): Private generic functions
Generic Function, (setf option): Private generic functions
Generic Function, (setf outline-color): Public generic functions
Generic Function, (setf outline-thickness): Public generic functions
Generic Function, (setf path): Public generic functions
Generic Function, (setf pixel-format): Public generic functions
Generic Function, (setf pixels): Public generic functions
Generic Function, (setf point): Public generic functions
Generic Function, (setf points): Public generic functions
Generic Function, (setf r): Public generic functions
Generic Function, (setf row-count): Public generic functions
Generic Function, (setf row-data): Public generic functions
Generic Function, (setf sample-format): Public generic functions
Generic Function, (setf samplerate): Public generic functions
Generic Function, (setf samples): Public generic functions
Generic Function, (setf severity): Public generic functions
Generic Function, (setf shapes): Public generic functions
Generic Function, (setf size): Public generic functions
Generic Function, (setf source): Public generic functions
Generic Function, (setf start): Private generic functions
Generic Function, (setf start-time): Public generic functions
Generic Function, (setf tensor): Public generic functions
Generic Function, (setf text): Public generic functions
Generic Function, (setf textures): Public generic functions
Generic Function, (setf thickness): Public generic functions
Generic Function, (setf time): Public generic functions
Generic Function, (setf top-radius): Public generic functions
Generic Function, (setf transform): Public generic functions
Generic Function, (setf vertices): Public generic functions
Generic Function, (setf w): Public generic functions
Generic Function, (setf width): Public generic functions
Generic Function, (setf x): Public generic functions
Generic Function, (setf y): Public generic functions
Generic Function, a: Public generic functions
Generic Function, add-file: Public generic functions
Generic Function, address: Public generic functions
Generic Function, b: Public generic functions
Generic Function, bottom-radius: Public generic functions
Generic Function, bounds: Public generic functions
Generic Function, category: Public generic functions
Generic Function, channels: Public generic functions
Generic Function, checksum: Public generic functions
Generic Function, chunks: Public generic functions
Generic Function, color: Public generic functions
Generic Function, column-count: Public generic functions
Generic Function, column-specs: Public generic functions
Generic Function, data: Public generic functions
Generic Function, depth: Public generic functions
Generic Function, end: Private generic functions
Generic Function, end-time: Public generic functions
Generic Function, entries: Public generic functions
Generic Function, extract-file: Public generic functions
Generic Function, faces: Public generic functions
Generic Function, file-extension: Public generic functions
Generic Function, files: Public generic functions
Generic Function, fill: Public generic functions
Generic Function, fill-color: Public generic functions
Generic Function, font: Public generic functions
Generic Function, font-family: Private generic functions
Generic Function, font-size: Public generic functions
Generic Function, g: Public generic functions
Generic Function, h: Public generic functions
Generic Function, height: Public generic functions
Generic Function, instructions: Public generic functions
Generic Function, kind: Public generic functions
Generic Function, level: Public generic functions
Generic Function, markup: Public generic functions
Generic Function, mass: Public generic functions
Generic Function, message: Public generic functions
Generic Function, meta-entries: Public generic functions
Generic Function, mime-type: Public generic functions
Generic Function, modification-time: Public generic functions
Generic Function, name: Private generic functions
Generic Function, option: Private generic functions
Generic Function, outline-color: Public generic functions
Generic Function, outline-thickness: Public generic functions
Generic Function, path: Public generic functions
Generic Function, pixel-format: Public generic functions
Generic Function, pixels: Public generic functions
Generic Function, point: Public generic functions
Generic Function, points: Public generic functions
Generic Function, r: Public generic functions
Generic Function, row-count: Public generic functions
Generic Function, row-data: Public generic functions
Generic Function, sample-format: Public generic functions
Generic Function, samplerate: Public generic functions
Generic Function, samples: Public generic functions
Generic Function, severity: Public generic functions
Generic Function, shapes: Public generic functions
Generic Function, size: Public generic functions
Generic Function, source: Public generic functions
Generic Function, start: Private generic functions
Generic Function, start-time: Public generic functions
Generic Function, tensor: Public generic functions
Generic Function, text: Public generic functions
Generic Function, textures: Public generic functions
Generic Function, thickness: Public generic functions
Generic Function, time: Public generic functions
Generic Function, top-radius: Public generic functions
Generic Function, transform: Public generic functions
Generic Function, vertices: Public generic functions
Generic Function, w: Public generic functions
Generic Function, width: Public generic functions
Generic Function, x: Public generic functions
Generic Function, y: Public generic functions

H
h: Public generic functions
h: Public generic functions
heading-option-level: Private ordinary functions
heading-option-p: Private ordinary functions
height: Public generic functions
height: Public generic functions
height: Public generic functions
height: Public generic functions
height: Public generic functions
height: Public generic functions
height: Public generic functions
height: Public generic functions
height: Public generic functions
high-resolution-timestamp: Private ordinary functions

I
image-channels: Private ordinary functions
image-depth: Private ordinary functions
image-height: Private ordinary functions
image-p: Private ordinary functions
image-pixel-count: Private ordinary functions
image-pixel-format: Private ordinary functions
image-pixels: Private ordinary functions
image-width: Private ordinary functions
instructions: Public generic functions
instructions: Public generic functions

K
kind: Public generic functions
kind: Public generic functions
kind: Public generic functions

L
level: Public generic functions
level: Public generic functions
level: Public generic functions
line-color: Private ordinary functions
line-p: Private ordinary functions
line-points: Private ordinary functions
line-thickness: Private ordinary functions
link-option-address: Private ordinary functions
link-option-p: Private ordinary functions
lisp-type->bs-type: Private ordinary functions
log: Public ordinary functions
log-append-chunk: Public ordinary functions
log-append-entry-extend: Public ordinary functions
log-chunk-append-entry: Private ordinary functions
log-chunk-capacity: Private ordinary functions
log-chunk-entries: Private ordinary functions
log-chunk-entry-count: Private ordinary functions
log-chunk-entry-offsets: Private ordinary functions
log-chunk-p: Private ordinary functions
log-chunk-remaining: Private ordinary functions
log-chunk-size: Private ordinary functions
log-chunks: Private ordinary functions
log-end-time: Private ordinary functions
log-entry-category: Private ordinary functions
log-entry-message: Private ordinary functions
log-entry-p: Private ordinary functions
log-entry-severity: Private ordinary functions
log-entry-size: Private ordinary functions
log-entry-source: Private ordinary functions
log-entry-time: Private ordinary functions
log-p: Private ordinary functions
log-start-time: Private ordinary functions

M
Macro, define-accessor: Private macros
Macro, define-accessors: Private macros
Macro, define-delegates: Private macros
Macro, define-print-method: Private macros
make-archive: Public ordinary functions
make-archive-meta-entry: Public ordinary functions
make-audio: Public ordinary functions
make-box: Public ordinary functions
make-circle: Public ordinary functions
make-color: Public ordinary functions
make-color-option: Public ordinary functions
make-column-spec: Public ordinary functions
make-curve: Public ordinary functions
make-cylinder: Public ordinary functions
make-ellipsoid: Public ordinary functions
make-font-option: Public ordinary functions
make-heading-option: Public ordinary functions
make-image: Public ordinary functions
make-line: Public ordinary functions
make-link-option: Public ordinary functions
make-log: Public ordinary functions
make-log-chunk: Public ordinary functions
make-log-entry: Public ordinary functions
make-markup: Public ordinary functions
make-mesh: Public ordinary functions
make-model: Public ordinary functions
make-physics-model: Public ordinary functions
make-pill: Public ordinary functions
make-point: Public ordinary functions
make-polygon: Public ordinary functions
make-rectangle: Public ordinary functions
make-sf3-file-header: Public ordinary functions
make-shape: Public ordinary functions
make-shape-bounds: Public ordinary functions
make-shape-fill: Public ordinary functions
make-size: Public ordinary functions
make-size-option: Public ordinary functions
make-table: Public ordinary functions
make-target-option: Public ordinary functions
make-text: Public ordinary functions
make-text-shape: Public ordinary functions
make-vector-graphic: Public ordinary functions
markup: Public generic functions
markup: Public generic functions
markup-end: Private ordinary functions
markup-option: Private ordinary functions
markup-p: Private ordinary functions
markup-start: Private ordinary functions
mass: Public generic functions
mass: Public generic functions
mesh-p: Private ordinary functions
mesh-vertex-count: Private ordinary functions
mesh-vertices: Private ordinary functions
message: Public generic functions
message: Public generic functions
meta-entries: Public generic functions
meta-entries: Public generic functions
Method, (setf a): Public generic functions
Method, (setf address): Public generic functions
Method, (setf address): Public generic functions
Method, (setf address): Public generic functions
Method, (setf b): Public generic functions
Method, (setf b): Public generic functions
Method, (setf b): Public generic functions
Method, (setf bottom-radius): Public generic functions
Method, (setf bottom-radius): Public generic functions
Method, (setf bottom-radius): Public generic functions
Method, (setf bounds): Public generic functions
Method, (setf bounds): Public generic functions
Method, (setf category): Public generic functions
Method, (setf channels): Public generic functions
Method, (setf channels): Public generic functions
Method, (setf checksum): Public generic functions
Method, (setf checksum): Public generic functions
Method, (setf chunks): Public generic functions
Method, (setf color): Public generic functions
Method, (setf color): Public generic functions
Method, (setf column-count): Public generic functions
Method, (setf column-specs): Public generic functions
Method, (setf data): Public generic functions
Method, (setf depth): Public generic functions
Method, (setf depth): Public generic functions
Method, (setf depth): Public generic functions
Method, (setf depth): Public generic functions
Method, (setf end): Private generic functions
Method, (setf end-time): Public generic functions
Method, (setf entries): Public generic functions
Method, (setf faces): Public generic functions
Method, (setf files): Public generic functions
Method, (setf fill): Public generic functions
Method, (setf fill): Public generic functions
Method, (setf fill): Public generic functions
Method, (setf fill): Public generic functions
Method, (setf fill-color): Public generic functions
Method, (setf font): Public generic functions
Method, (setf font): Public generic functions
Method, (setf font-family): Private generic functions
Method, (setf font-size): Public generic functions
Method, (setf font-size): Public generic functions
Method, (setf g): Public generic functions
Method, (setf g): Public generic functions
Method, (setf g): Public generic functions
Method, (setf h): Public generic functions
Method, (setf height): Public generic functions
Method, (setf height): Public generic functions
Method, (setf height): Public generic functions
Method, (setf height): Public generic functions
Method, (setf height): Public generic functions
Method, (setf height): Public generic functions
Method, (setf height): Public generic functions
Method, (setf height): Public generic functions
Method, (setf instructions): Public generic functions
Method, (setf kind): Public generic functions
Method, (setf kind): Public generic functions
Method, (setf level): Public generic functions
Method, (setf level): Public generic functions
Method, (setf markup): Public generic functions
Method, (setf mass): Public generic functions
Method, (setf message): Public generic functions
Method, (setf meta-entries): Public generic functions
Method, (setf mime-type): Public generic functions
Method, (setf modification-time): Public generic functions
Method, (setf name): Private generic functions
Method, (setf option): Private generic functions
Method, (setf outline-color): Public generic functions
Method, (setf outline-thickness): Public generic functions
Method, (setf path): Public generic functions
Method, (setf pixel-format): Public generic functions
Method, (setf pixels): Public generic functions
Method, (setf point): Public generic functions
Method, (setf point): Public generic functions
Method, (setf points): Public generic functions
Method, (setf points): Public generic functions
Method, (setf points): Public generic functions
Method, (setf r): Public generic functions
Method, (setf r): Public generic functions
Method, (setf r): Public generic functions
Method, (setf row-count): Public generic functions
Method, (setf row-data): Public generic functions
Method, (setf sample-format): Public generic functions
Method, (setf samplerate): Public generic functions
Method, (setf samples): Public generic functions
Method, (setf severity): Public generic functions
Method, (setf shapes): Public generic functions
Method, (setf size): Public generic functions
Method, (setf size): Public generic functions
Method, (setf size): Public generic functions
Method, (setf size): Public generic functions
Method, (setf size): Public generic functions
Method, (setf source): Public generic functions
Method, (setf start): Private generic functions
Method, (setf start-time): Public generic functions
Method, (setf tensor): Public generic functions
Method, (setf text): Public generic functions
Method, (setf text): Public generic functions
Method, (setf textures): Public generic functions
Method, (setf thickness): Public generic functions
Method, (setf time): Public generic functions
Method, (setf top-radius): Public generic functions
Method, (setf top-radius): Public generic functions
Method, (setf top-radius): Public generic functions
Method, (setf transform): Public generic functions
Method, (setf vertices): Public generic functions
Method, (setf vertices): Public generic functions
Method, (setf vertices): Public generic functions
Method, (setf w): Public generic functions
Method, (setf width): Public generic functions
Method, (setf width): Public generic functions
Method, (setf width): Public generic functions
Method, (setf width): Public generic functions
Method, (setf width): Public generic functions
Method, (setf width): Public generic functions
Method, (setf x): Public generic functions
Method, (setf y): Public generic functions
Method, a: Public generic functions
Method, add-file: Public generic functions
Method, add-file: Public generic functions
Method, add-file: Public generic functions
Method, address: Public generic functions
Method, address: Public generic functions
Method, address: Public generic functions
Method, b: Public generic functions
Method, b: Public generic functions
Method, b: Public generic functions
Method, bottom-radius: Public generic functions
Method, bottom-radius: Public generic functions
Method, bottom-radius: Public generic functions
Method, bounds: Public generic functions
Method, bounds: Public generic functions
Method, category: Public generic functions
Method, channels: Public generic functions
Method, channels: Public generic functions
Method, checksum: Public generic functions
Method, checksum: Public generic functions
Method, chunks: Public generic functions
Method, color: Public generic functions
Method, color: Public generic functions
Method, column-count: Public generic functions
Method, column-specs: Public generic functions
Method, data: Public generic functions
Method, depth: Public generic functions
Method, depth: Public generic functions
Method, depth: Public generic functions
Method, depth: Public generic functions
Method, end: Private generic functions
Method, end-time: Public generic functions
Method, entries: Public generic functions
Method, extract-file: Public generic functions
Method, extract-file: Public generic functions
Method, extract-file: Public generic functions
Method, faces: Public generic functions
Method, file-extension: Public generic functions
Method, file-extension: Public generic functions
Method, file-extension: Public generic functions
Method, file-extension: Public generic functions
Method, file-extension: Public generic functions
Method, file-extension: Public generic functions
Method, file-extension: Public generic functions
Method, file-extension: Public generic functions
Method, file-extension: Public generic functions
Method, file-extension: Public generic functions
Method, files: Public generic functions
Method, fill: Public generic functions
Method, fill: Public generic functions
Method, fill: Public generic functions
Method, fill: Public generic functions
Method, fill-color: Public generic functions
Method, font: Public generic functions
Method, font: Public generic functions
Method, font-family: Private generic functions
Method, font-size: Public generic functions
Method, font-size: Public generic functions
Method, g: Public generic functions
Method, g: Public generic functions
Method, g: Public generic functions
Method, h: Public generic functions
Method, height: Public generic functions
Method, height: Public generic functions
Method, height: Public generic functions
Method, height: Public generic functions
Method, height: Public generic functions
Method, height: Public generic functions
Method, height: Public generic functions
Method, height: Public generic functions
Method, instructions: Public generic functions
Method, kind: Public generic functions
Method, kind: Public generic functions
Method, level: Public generic functions
Method, level: Public generic functions
Method, markup: Public generic functions
Method, mass: Public generic functions
Method, message: Public generic functions
Method, meta-entries: Public generic functions
Method, mime-type: Public generic functions
Method, mime-type: Public generic functions
Method, mime-type: Public generic functions
Method, mime-type: Public generic functions
Method, mime-type: Public generic functions
Method, mime-type: Public generic functions
Method, mime-type: Public generic functions
Method, mime-type: Public generic functions
Method, mime-type: Public generic functions
Method, mime-type: Public generic functions
Method, mime-type: Public generic functions
Method, modification-time: Public generic functions
Method, name: Private generic functions
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, octet-size: Public standalone methods
Method, option: Private generic functions
Method, outline-color: Public generic functions
Method, outline-thickness: Public generic functions
Method, path: Public generic functions
Method, pixel-format: Public generic functions
Method, pixels: Public generic functions
Method, point: Public generic functions
Method, point: Public generic functions
Method, points: Public generic functions
Method, points: Public generic functions
Method, points: Public generic functions
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, r: Public generic functions
Method, r: Public generic functions
Method, r: Public generic functions
Method, row-count: Public generic functions
Method, row-data: Public generic functions
Method, sample-format: Public generic functions
Method, samplerate: Public generic functions
Method, samples: Public generic functions
Method, severity: Public generic functions
Method, shapes: Public generic functions
Method, size: Public generic functions
Method, size: Public generic functions
Method, size: Public generic functions
Method, size: Public generic functions
Method, size: Public generic functions
Method, source: Public generic functions
Method, start: Private generic functions
Method, start-time: Public generic functions
Method, tensor: Public generic functions
Method, text: Public generic functions
Method, text: Public generic functions
Method, textures: Public generic functions
Method, thickness: Public generic functions
Method, time: Public generic functions
Method, top-radius: Public generic functions
Method, top-radius: Public generic functions
Method, top-radius: Public generic functions
Method, transform: Public generic functions
Method, vertices: Public generic functions
Method, vertices: Public generic functions
Method, vertices: Public generic functions
Method, w: Public generic functions
Method, width: Public generic functions
Method, width: Public generic functions
Method, width: Public generic functions
Method, width: Public generic functions
Method, width: Public generic functions
Method, width: Public generic functions
Method, x: Public generic functions
Method, y: Public generic functions
mime-type: Public generic functions
mime-type: Public generic functions
mime-type: Public generic functions
mime-type: Public generic functions
mime-type: Public generic functions
mime-type: Public generic functions
mime-type: Public generic functions
mime-type: Public generic functions
mime-type: Public generic functions
mime-type: Public generic functions
mime-type: Public generic functions
mime-type: Public generic functions
model-faces: Private ordinary functions
model-format: Private ordinary functions
model-material-size: Private ordinary functions
model-material-type: Private ordinary functions
model-p: Private ordinary functions
model-textures: Private ordinary functions
model-vertices: Private ordinary functions
modification-time: Public generic functions
modification-time: Public generic functions

N
name: Private generic functions
name: Private generic functions

O
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
octet-size: Public standalone methods
option: Private generic functions
option: Private generic functions
outline-color: Public generic functions
outline-color: Public generic functions
outline-thickness: Public generic functions
outline-thickness: Public generic functions

P
path: Public generic functions
path: Public generic functions
physics-model-mass: Private ordinary functions
physics-model-p: Private ordinary functions
physics-model-shapes: Private ordinary functions
physics-model-tensor: Private ordinary functions
pill-bottom-radius: Private ordinary functions
pill-height: Private ordinary functions
pill-p: Private ordinary functions
pill-top-radius: Private ordinary functions
pixel-format: Public generic functions
pixel-format: Public generic functions
pixel-stride: Public ordinary functions
pixel-type: Public ordinary functions
pixels: Public generic functions
pixels: Public generic functions
point: Public generic functions
point: Public generic functions
point: Public generic functions
point-p: Private ordinary functions
point-x: Private ordinary functions
point-y: Private ordinary functions
points: Public generic functions
points: Public generic functions
points: Public generic functions
points: Public generic functions
polygon-fill: Private ordinary functions
polygon-p: Private ordinary functions
polygon-points: Private ordinary functions
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods

R
r: Public generic functions
r: Public generic functions
r: Public generic functions
r: Public generic functions
read-archive: Private ordinary functions
read-archive-meta-entry: Private ordinary functions
read-audio: Private ordinary functions
read-box: Private ordinary functions
read-circle: Private ordinary functions
read-color: Private ordinary functions
read-color-option: Private ordinary functions
read-column-spec: Private ordinary functions
read-curve: Private ordinary functions
read-cylinder: Private ordinary functions
read-ellipsoid: Private ordinary functions
read-font-option: Private ordinary functions
read-heading-option: Private ordinary functions
read-image: Private ordinary functions
read-io-octet-vector-archive: Private ordinary functions
read-io-octet-vector-archive-meta-entry: Private ordinary functions
read-io-octet-vector-audio: Private ordinary functions
read-io-octet-vector-box: Private ordinary functions
read-io-octet-vector-circle: Private ordinary functions
read-io-octet-vector-color: Private ordinary functions
read-io-octet-vector-color-option: Private ordinary functions
read-io-octet-vector-column-spec: Private ordinary functions
read-io-octet-vector-curve: Private ordinary functions
read-io-octet-vector-cylinder: Private ordinary functions
read-io-octet-vector-ellipsoid: Private ordinary functions
read-io-octet-vector-font-option: Private ordinary functions
read-io-octet-vector-heading-option: Private ordinary functions
read-io-octet-vector-image: Private ordinary functions
read-io-octet-vector-line: Private ordinary functions
read-io-octet-vector-link-option: Private ordinary functions
read-io-octet-vector-log: Private ordinary functions
read-io-octet-vector-log-chunk: Private ordinary functions
read-io-octet-vector-log-entry: Private ordinary functions
read-io-octet-vector-markup: Private ordinary functions
read-io-octet-vector-mesh: Private ordinary functions
read-io-octet-vector-model: Private ordinary functions
read-io-octet-vector-physics-model: Private ordinary functions
read-io-octet-vector-pill: Private ordinary functions
read-io-octet-vector-point: Private ordinary functions
read-io-octet-vector-polygon: Private ordinary functions
read-io-octet-vector-rectangle: Private ordinary functions
read-io-octet-vector-sf3-file-header: Private ordinary functions
read-io-octet-vector-shape: Private ordinary functions
read-io-octet-vector-shape-bounds: Private ordinary functions
read-io-octet-vector-shape-fill: Private ordinary functions
read-io-octet-vector-size: Private ordinary functions
read-io-octet-vector-size-option: Private ordinary functions
read-io-octet-vector-table: Private ordinary functions
read-io-octet-vector-target-option: Private ordinary functions
read-io-octet-vector-text: Private ordinary functions
read-io-octet-vector-text-shape: Private ordinary functions
read-io-octet-vector-vector-graphic: Private ordinary functions
read-io-stream-archive: Private ordinary functions
read-io-stream-archive-meta-entry: Private ordinary functions
read-io-stream-audio: Private ordinary functions
read-io-stream-box: Private ordinary functions
read-io-stream-circle: Private ordinary functions
read-io-stream-color: Private ordinary functions
read-io-stream-color-option: Private ordinary functions
read-io-stream-column-spec: Private ordinary functions
read-io-stream-curve: Private ordinary functions
read-io-stream-cylinder: Private ordinary functions
read-io-stream-ellipsoid: Private ordinary functions
read-io-stream-font-option: Private ordinary functions
read-io-stream-heading-option: Private ordinary functions
read-io-stream-image: Private ordinary functions
read-io-stream-line: Private ordinary functions
read-io-stream-link-option: Private ordinary functions
read-io-stream-log: Private ordinary functions
read-io-stream-log-chunk: Private ordinary functions
read-io-stream-log-entry: Private ordinary functions
read-io-stream-markup: Private ordinary functions
read-io-stream-mesh: Private ordinary functions
read-io-stream-model: Private ordinary functions
read-io-stream-physics-model: Private ordinary functions
read-io-stream-pill: Private ordinary functions
read-io-stream-point: Private ordinary functions
read-io-stream-polygon: Private ordinary functions
read-io-stream-rectangle: Private ordinary functions
read-io-stream-sf3-file-header: Private ordinary functions
read-io-stream-shape: Private ordinary functions
read-io-stream-shape-bounds: Private ordinary functions
read-io-stream-shape-fill: Private ordinary functions
read-io-stream-size: Private ordinary functions
read-io-stream-size-option: Private ordinary functions
read-io-stream-table: Private ordinary functions
read-io-stream-target-option: Private ordinary functions
read-io-stream-text: Private ordinary functions
read-io-stream-text-shape: Private ordinary functions
read-io-stream-vector-graphic: Private ordinary functions
read-line: Private ordinary functions
read-link-option: Private ordinary functions
read-log: Private ordinary functions
read-log-chunk: Private ordinary functions
read-log-entry: Private ordinary functions
read-markup: Private ordinary functions
read-mesh: Private ordinary functions
read-model: Private ordinary functions
read-physics-model: Private ordinary functions
read-pill: Private ordinary functions
read-point: Private ordinary functions
read-polygon: Private ordinary functions
read-rectangle: Private ordinary functions
read-sf3: Public ordinary functions
read-sf3-file-header: Private ordinary functions
read-shape: Private ordinary functions
read-shape-bounds: Private ordinary functions
read-shape-fill: Private ordinary functions
read-size: Private ordinary functions
read-size-option: Private ordinary functions
read-table: Private ordinary functions
read-target-option: Private ordinary functions
read-text: Private ordinary functions
read-text-shape: Private ordinary functions
read-vector-graphic: Private ordinary functions
rectangle-bounds: Private ordinary functions
rectangle-fill: Private ordinary functions
rectangle-p: Private ordinary functions
row: Public ordinary functions
row-count: Public generic functions
row-count: Public generic functions
row-data: Public generic functions
row-data: Public generic functions

S
sample-format: Public generic functions
sample-format: Public generic functions
samplerate: Public generic functions
samplerate: Public generic functions
samples: Public generic functions
samples: Public generic functions
set-equal: Private ordinary functions
severity: Public generic functions
severity: Public generic functions
sf3-file-header-checksum: Private ordinary functions
sf3-file-header-kind: Private ordinary functions
sf3-file-header-p: Private ordinary functions
shape-bounds-p: Private ordinary functions
shape-bounds-point: Private ordinary functions
shape-bounds-size: Private ordinary functions
shape-data: Private ordinary functions
shape-fill-fill-color: Private ordinary functions
shape-fill-outline-color: Private ordinary functions
shape-fill-outline-thickness: Private ordinary functions
shape-fill-p: Private ordinary functions
shape-p: Private ordinary functions
shape-transform: Private ordinary functions
shapes: Public generic functions
shapes: Public generic functions
size: Public generic functions
size: Public generic functions
size: Public generic functions
size: Public generic functions
size: Public generic functions
size: Public generic functions
size-h: Private ordinary functions
size-option-font-size: Private ordinary functions
size-option-p: Private ordinary functions
size-p: Private ordinary functions
size-w: Private ordinary functions
source: Public generic functions
source: Public generic functions
start: Private generic functions
start: Private generic functions
start-time: Public generic functions
start-time: Public generic functions

T
table-column-count: Private ordinary functions
table-column-specs: Private ordinary functions
table-p: Private ordinary functions
table-row-count: Private ordinary functions
table-row-data: Private ordinary functions
table-row-length: Private ordinary functions
table-spec-length: Private ordinary functions
target-option-address: Private ordinary functions
target-option-p: Private ordinary functions
tell-sf3: Public ordinary functions
tensor: Public generic functions
tensor: Public generic functions
text: Public generic functions
text: Public generic functions
text: Public generic functions
text-markup-options: Private ordinary functions
text-markup-size: Private ordinary functions
text-p: Private ordinary functions
text-shape-color: Private ordinary functions
text-shape-font: Private ordinary functions
text-shape-font-size: Private ordinary functions
text-shape-p: Private ordinary functions
text-shape-point: Private ordinary functions
text-shape-text: Private ordinary functions
text-text: Private ordinary functions
texture-types: Public ordinary functions
textures: Public generic functions
textures: Public generic functions
thickness: Public generic functions
thickness: Public generic functions
time: Public generic functions
time: Public generic functions
top-radius: Public generic functions
top-radius: Public generic functions
top-radius: Public generic functions
top-radius: Public generic functions
transform: Public generic functions
transform: Public generic functions
type->column-spec-kind: Private ordinary functions

U
universal-to-unix-time: Public ordinary functions
unix-to-universal-time: Public ordinary functions

V
vector-graphic-height: Private ordinary functions
vector-graphic-instructions: Private ordinary functions
vector-graphic-p: Private ordinary functions
vector-graphic-width: Private ordinary functions
vertex-attributes: Public ordinary functions
vertex-stride: Public ordinary functions
vertices: Public generic functions
vertices: Public generic functions
vertices: Public generic functions
vertices: Public generic functions

W
w: Public generic functions
w: Public generic functions
width: Public generic functions
width: Public generic functions
width: Public generic functions
width: Public generic functions
width: Public generic functions
width: Public generic functions
width: Public generic functions
write-archive: Private ordinary functions
write-archive-meta-entry: Private ordinary functions
write-audio: Private ordinary functions
write-box: Private ordinary functions
write-circle: Private ordinary functions
write-color: Private ordinary functions
write-color-option: Private ordinary functions
write-column-spec: Private ordinary functions
write-curve: Private ordinary functions
write-cylinder: Private ordinary functions
write-ellipsoid: Private ordinary functions
write-font-option: Private ordinary functions
write-heading-option: Private ordinary functions
write-image: Private ordinary functions
write-io-octet-vector-archive: Private ordinary functions
write-io-octet-vector-archive-meta-entry: Private ordinary functions
write-io-octet-vector-audio: Private ordinary functions
write-io-octet-vector-box: Private ordinary functions
write-io-octet-vector-circle: Private ordinary functions
write-io-octet-vector-color: Private ordinary functions
write-io-octet-vector-color-option: Private ordinary functions
write-io-octet-vector-column-spec: Private ordinary functions
write-io-octet-vector-curve: Private ordinary functions
write-io-octet-vector-cylinder: Private ordinary functions
write-io-octet-vector-ellipsoid: Private ordinary functions
write-io-octet-vector-font-option: Private ordinary functions
write-io-octet-vector-heading-option: Private ordinary functions
write-io-octet-vector-image: Private ordinary functions
write-io-octet-vector-line: Private ordinary functions
write-io-octet-vector-link-option: Private ordinary functions
write-io-octet-vector-log: Private ordinary functions
write-io-octet-vector-log-chunk: Private ordinary functions
write-io-octet-vector-log-entry: Private ordinary functions
write-io-octet-vector-markup: Private ordinary functions
write-io-octet-vector-mesh: Private ordinary functions
write-io-octet-vector-model: Private ordinary functions
write-io-octet-vector-physics-model: Private ordinary functions
write-io-octet-vector-pill: Private ordinary functions
write-io-octet-vector-point: Private ordinary functions
write-io-octet-vector-polygon: Private ordinary functions
write-io-octet-vector-rectangle: Private ordinary functions
write-io-octet-vector-sf3-file-header: Private ordinary functions
write-io-octet-vector-shape: Private ordinary functions
write-io-octet-vector-shape-bounds: Private ordinary functions
write-io-octet-vector-shape-fill: Private ordinary functions
write-io-octet-vector-size: Private ordinary functions
write-io-octet-vector-size-option: Private ordinary functions
write-io-octet-vector-table: Private ordinary functions
write-io-octet-vector-target-option: Private ordinary functions
write-io-octet-vector-text: Private ordinary functions
write-io-octet-vector-text-shape: Private ordinary functions
write-io-octet-vector-vector-graphic: Private ordinary functions
write-io-stream-archive: Private ordinary functions
write-io-stream-archive-meta-entry: Private ordinary functions
write-io-stream-audio: Private ordinary functions
write-io-stream-box: Private ordinary functions
write-io-stream-circle: Private ordinary functions
write-io-stream-color: Private ordinary functions
write-io-stream-color-option: Private ordinary functions
write-io-stream-column-spec: Private ordinary functions
write-io-stream-curve: Private ordinary functions
write-io-stream-cylinder: Private ordinary functions
write-io-stream-ellipsoid: Private ordinary functions
write-io-stream-font-option: Private ordinary functions
write-io-stream-heading-option: Private ordinary functions
write-io-stream-image: Private ordinary functions
write-io-stream-line: Private ordinary functions
write-io-stream-link-option: Private ordinary functions
write-io-stream-log: Private ordinary functions
write-io-stream-log-chunk: Private ordinary functions
write-io-stream-log-entry: Private ordinary functions
write-io-stream-markup: Private ordinary functions
write-io-stream-mesh: Private ordinary functions
write-io-stream-model: Private ordinary functions
write-io-stream-physics-model: Private ordinary functions
write-io-stream-pill: Private ordinary functions
write-io-stream-point: Private ordinary functions
write-io-stream-polygon: Private ordinary functions
write-io-stream-rectangle: Private ordinary functions
write-io-stream-sf3-file-header: Private ordinary functions
write-io-stream-shape: Private ordinary functions
write-io-stream-shape-bounds: Private ordinary functions
write-io-stream-shape-fill: Private ordinary functions
write-io-stream-size: Private ordinary functions
write-io-stream-size-option: Private ordinary functions
write-io-stream-table: Private ordinary functions
write-io-stream-target-option: Private ordinary functions
write-io-stream-text: Private ordinary functions
write-io-stream-text-shape: Private ordinary functions
write-io-stream-vector-graphic: Private ordinary functions
write-line: Private ordinary functions
write-link-option: Private ordinary functions
write-log: Private ordinary functions
write-log-chunk: Private ordinary functions
write-log-entry: Private ordinary functions
write-markup: Private ordinary functions
write-mesh: Private ordinary functions
write-model: Private ordinary functions
write-physics-model: Private ordinary functions
write-pill: Private ordinary functions
write-point: Private ordinary functions
write-polygon: Private ordinary functions
write-rectangle: Private ordinary functions
write-sf3: Public ordinary functions
write-sf3-file-header: Private ordinary functions
write-shape: Private ordinary functions
write-shape-bounds: Private ordinary functions
write-shape-fill: Private ordinary functions
write-size: Private ordinary functions
write-size-option: Private ordinary functions
write-table: Private ordinary functions
write-target-option: Private ordinary functions
write-text: Private ordinary functions
write-text-shape: Private ordinary functions
write-vector-graphic: Private ordinary functions

X
x: Public generic functions
x: Public generic functions

Y
y: Public generic functions
y: Public generic functions


A.3 Variables

Jump to:   *   +  
A   B   C   D   E   F   G   H   I   K   L   M   N   O   P   R   S   T   V   W   X   Y  
Index Entry  Section

*
*identity*: Private special variables

+
+crc32/table+: Private constants

A
a: Public structures
address: Public structures
address: Public structures

B
b: Public structures
b: Public structures
bottom-radius: Public structures
bottom-radius: Public structures
bounds: Public structures
bounds: Public structures

C
category: Public structures
channels: Public structures
channels: Public structures
checksum: Public structures
checksum: Public structures
chunks: Public structures
color: Public structures
color: Public structures
column-count: Public structures
column-specs: Public structures
Constant, +crc32/table+: Private constants
count: Public structures

D
data: Public structures
depth: Public structures
depth: Public structures
depth: Public structures

E
end: Public structures
end-time: Public structures
entries: Public structures
entry-count: Public structures
entry-offsets: Public structures

F
faces: Public structures
file-offsets: Public structures
files: Public structures
fill: Public structures
fill: Public structures
fill: Public structures
fill: Public structures
fill-color: Public structures
font: Public structures
font-family: Public structures
font-size: Public structures
font-size: Public structures
format: Public structures
frame-count: Public structures

G
g: Public structures
g: Public structures

H
h: Public structures
height: Public structures
height: Public structures
height: Public structures
height: Public structures
height: Public structures
height: Public structures

I
instructions: Public structures

K
kind: Public structures
kind: Public structures

L
length: Public structures
level: Public structures

M
markup-options: Public structures
markup-size: Public structures
mass: Public structures
material-size: Public structures
material-type: Public structures
message: Public structures
meta-entries: Public structures
meta-offsets: Public structures
meta-size: Public structures
mime-type: Public structures
modification-time: Public structures

N
name: Public structures

O
option: Public structures
outline-color: Public structures
outline-thickness: Public structures

P
path: Public structures
pixel-format: Public structures
pixels: Public structures
point: Public structures
point: Public structures
points: Public structures
points: Public structures
points: Public structures

R
r: Public structures
r: Public structures
row-count: Public structures
row-data: Public structures
row-length: Public structures

S
sample-format: Public structures
samplerate: Public structures
samples: Public structures
severity: Public structures
shapes: Public structures
size: Public structures
size: Public structures
size: Public structures
Slot, a: Public structures
Slot, address: Public structures
Slot, address: Public structures
Slot, b: Public structures
Slot, b: Public structures
Slot, bottom-radius: Public structures
Slot, bottom-radius: Public structures
Slot, bounds: Public structures
Slot, bounds: Public structures
Slot, category: Public structures
Slot, channels: Public structures
Slot, channels: Public structures
Slot, checksum: Public structures
Slot, checksum: Public structures
Slot, chunks: Public structures
Slot, color: Public structures
Slot, color: Public structures
Slot, column-count: Public structures
Slot, column-specs: Public structures
Slot, count: Public structures
Slot, data: Public structures
Slot, depth: Public structures
Slot, depth: Public structures
Slot, depth: Public structures
Slot, end: Public structures
Slot, end-time: Public structures
Slot, entries: Public structures
Slot, entry-count: Public structures
Slot, entry-offsets: Public structures
Slot, faces: Public structures
Slot, file-offsets: Public structures
Slot, files: Public structures
Slot, fill: Public structures
Slot, fill: Public structures
Slot, fill: Public structures
Slot, fill: Public structures
Slot, fill-color: Public structures
Slot, font: Public structures
Slot, font-family: Public structures
Slot, font-size: Public structures
Slot, font-size: Public structures
Slot, format: Public structures
Slot, frame-count: Public structures
Slot, g: Public structures
Slot, g: Public structures
Slot, h: Public structures
Slot, height: Public structures
Slot, height: Public structures
Slot, height: Public structures
Slot, height: Public structures
Slot, height: Public structures
Slot, height: Public structures
Slot, instructions: Public structures
Slot, kind: Public structures
Slot, kind: Public structures
Slot, length: Public structures
Slot, level: Public structures
Slot, markup-options: Public structures
Slot, markup-size: Public structures
Slot, mass: Public structures
Slot, material-size: Public structures
Slot, material-type: Public structures
Slot, message: Public structures
Slot, meta-entries: Public structures
Slot, meta-offsets: Public structures
Slot, meta-size: Public structures
Slot, mime-type: Public structures
Slot, modification-time: Public structures
Slot, name: Public structures
Slot, option: Public structures
Slot, outline-color: Public structures
Slot, outline-thickness: Public structures
Slot, path: Public structures
Slot, pixel-format: Public structures
Slot, pixels: Public structures
Slot, point: Public structures
Slot, point: Public structures
Slot, points: Public structures
Slot, points: Public structures
Slot, points: Public structures
Slot, r: Public structures
Slot, r: Public structures
Slot, row-count: Public structures
Slot, row-data: Public structures
Slot, row-length: Public structures
Slot, sample-format: Public structures
Slot, samplerate: Public structures
Slot, samples: Public structures
Slot, severity: Public structures
Slot, shapes: Public structures
Slot, size: Public structures
Slot, size: Public structures
Slot, size: Public structures
Slot, source: Public structures
Slot, spec-length: Public structures
Slot, start: Public structures
Slot, start-time: Public structures
Slot, tensor: Public structures
Slot, text: Public structures
Slot, text: Public structures
Slot, textures: Public structures
Slot, thickness: Public structures
Slot, time: Public structures
Slot, top-radius: Public structures
Slot, top-radius: Public structures
Slot, transform: Public structures
Slot, vertex-count: Public structures
Slot, vertices: Public structures
Slot, vertices: Public structures
Slot, w: Public structures
Slot, width: Public structures
Slot, width: Public structures
Slot, width: Public structures
Slot, width: Public structures
Slot, x: Public structures
Slot, y: Public structures
source: Public structures
spec-length: Public structures
Special Variable, *identity*: Private special variables
start: Public structures
start-time: Public structures

T
tensor: Public structures
text: Public structures
text: Public structures
textures: Public structures
thickness: Public structures
time: Public structures
top-radius: Public structures
top-radius: Public structures
transform: Public structures

V
vertex-count: Public structures
vertices: Public structures
vertices: Public structures

W
w: Public structures
width: Public structures
width: Public structures
width: Public structures
width: Public structures

X
x: Public structures

Y
y: Public structures


A.4 Data types

Jump to:   A   B   C   D   E   F   H   I   L   M   O   P   R   S   T   V  
Index Entry  Section

A
archive: Public structures
archive-meta-entry: Public structures
archive.lisp: The cl-sf3/archive/archive․lisp file
audio: Public structures
audio.lisp: The cl-sf3/audio/audio․lisp file

B
box: Public structures

C
circle: Public structures
cl-sf3: The cl-sf3 system
cl-sf3.asd: The cl-sf3/cl-sf3․asd file
cl-sf3/archive: The cl-sf3/archive system
cl-sf3/audio: The cl-sf3/audio system
cl-sf3/core: The cl-sf3/core system
cl-sf3/image: The cl-sf3/image system
cl-sf3/log: The cl-sf3/log system
cl-sf3/model: The cl-sf3/model system
cl-sf3/physics-model: The cl-sf3/physics-model system
cl-sf3/table: The cl-sf3/table system
cl-sf3/text: The cl-sf3/text system
cl-sf3/vector-graphic: The cl-sf3/vector-graphic system
color: Public structures
color-option: Public structures
column-spec: Public structures
curve: Public structures
cylinder: Public structures

D
documentation.lisp: The cl-sf3/core/documentation․lisp file

E
ellipsoid: Public structures

F
File, archive.lisp: The cl-sf3/archive/archive․lisp file
File, audio.lisp: The cl-sf3/audio/audio․lisp file
File, cl-sf3.asd: The cl-sf3/cl-sf3․asd file
File, documentation.lisp: The cl-sf3/core/documentation․lisp file
File, image.lisp: The cl-sf3/image/image․lisp file
File, log.lisp: The cl-sf3/log/log․lisp file
File, model.lisp: The cl-sf3/model/model․lisp file
File, package.lisp: The cl-sf3/core/package․lisp file
File, physics-model.lisp: The cl-sf3/physics-model/physics-model․lisp file
File, sf3.lisp: The cl-sf3/core/sf3․lisp file
File, table.lisp: The cl-sf3/table/table․lisp file
File, text.lisp: The cl-sf3/text/text․lisp file
File, toolkit.lisp: The cl-sf3/core/toolkit․lisp file
File, vector-graphic.lisp: The cl-sf3/vector-graphic/vector-graphic․lisp file
font-option: Public structures

H
heading-option: Public structures

I
image: Public structures
image.lisp: The cl-sf3/image/image․lisp file

L
line: Public structures
link-option: Public structures
log: Public structures
log-chunk: Public structures
log-entry: Public structures
log.lisp: The cl-sf3/log/log․lisp file

M
markup: Public structures
mesh: Public structures
model: Public structures
model.lisp: The cl-sf3/model/model․lisp file

O
org.shirakumo.sf3: The org․shirakumo․sf3 package

P
Package, org.shirakumo.sf3: The org․shirakumo․sf3 package
package.lisp: The cl-sf3/core/package․lisp file
physics-model: Public structures
physics-model.lisp: The cl-sf3/physics-model/physics-model․lisp file
pill: Public structures
point: Public structures
polygon: Public structures

R
rectangle: Public structures

S
sf3-file-header: Public structures
sf3.lisp: The cl-sf3/core/sf3․lisp file
shape: Public structures
shape-bounds: Public structures
shape-fill: Public structures
size: Public structures
size-option: Public structures
Structure, archive: Public structures
Structure, archive-meta-entry: Public structures
Structure, audio: Public structures
Structure, box: Public structures
Structure, circle: Public structures
Structure, color: Public structures
Structure, color-option: Public structures
Structure, column-spec: Public structures
Structure, curve: Public structures
Structure, cylinder: Public structures
Structure, ellipsoid: Public structures
Structure, font-option: Public structures
Structure, heading-option: Public structures
Structure, image: Public structures
Structure, line: Public structures
Structure, link-option: Public structures
Structure, log: Public structures
Structure, log-chunk: Public structures
Structure, log-entry: Public structures
Structure, markup: Public structures
Structure, mesh: Public structures
Structure, model: Public structures
Structure, physics-model: Public structures
Structure, pill: Public structures
Structure, point: Public structures
Structure, polygon: Public structures
Structure, rectangle: Public structures
Structure, sf3-file-header: Public structures
Structure, shape: Public structures
Structure, shape-bounds: Public structures
Structure, shape-fill: Public structures
Structure, size: Public structures
Structure, size-option: Public structures
Structure, table: Public structures
Structure, target-option: Public structures
Structure, text: Public structures
Structure, text-shape: Public structures
Structure, vector-graphic: Public structures
System, cl-sf3: The cl-sf3 system
System, cl-sf3/archive: The cl-sf3/archive system
System, cl-sf3/audio: The cl-sf3/audio system
System, cl-sf3/core: The cl-sf3/core system
System, cl-sf3/image: The cl-sf3/image system
System, cl-sf3/log: The cl-sf3/log system
System, cl-sf3/model: The cl-sf3/model system
System, cl-sf3/physics-model: The cl-sf3/physics-model system
System, cl-sf3/table: The cl-sf3/table system
System, cl-sf3/text: The cl-sf3/text system
System, cl-sf3/vector-graphic: The cl-sf3/vector-graphic system

T
table: Public structures
table.lisp: The cl-sf3/table/table․lisp file
target-option: Public structures
text: Public structures
text-shape: Public structures
text.lisp: The cl-sf3/text/text․lisp file
toolkit.lisp: The cl-sf3/core/toolkit․lisp file

V
vector-graphic: Public structures
vector-graphic.lisp: The cl-sf3/vector-graphic/vector-graphic․lisp file