![]() | ![]() | ![]() | describe-space-instance-storage | ![]() |
|
| space-instance-or-path | [Generic Function] |
Purpose
Describe the storage structure of a space instance.
Method signatures
(space-instance-path cons)
|
(space-instance standard-space-instance)
|
Package :gbbopen
Module :gbbopen-core
Arguments and values
| space-instance-or-path | A space instance or a space-instance path |
Description
The description is printed to the *standard-output* stream.
See also
describe-space-instance
describe-instance
make-space-instance
Example
Describe the storage structure of the hyps space instance:
> (describe-space-instance-storage '(bb hyps))
Standard-space-instance #<standard-space-instance (bb hyps)>
2d-Uniform-Buckets (hyp+) (x y) 1.4 (857/611)
hyp 479
sub-hyp 132
Unstructured-Storage (t) t N/A
>
Note
Describe-space-instance-storage can be invoked using the
REPL command :dsis, which also sets = to the described
space instance.
The GBBopen Project
![]() | ![]() | ![]() | describe-space-instance-storage | ![]() |