Module freebsd_geom::structs[][src]

This is the uncleaned result of XML deserialization. You probably want the objects and methods in the geom::graph module instead.

Structs

Class

Class contains all of the objects (“geoms”) and associated relationships (“consumers” and “providers”) associated with the class.

ClassRef

A ClassRef is just a logical pointer to a Class.

Consumer

A pointer from one geom to a Provider of a lower-level geom.

Geom

A Geom is the essential object in a GEOM graph.

GeomConfig

A set of key-value metadata associated with a specific Geom.

GeomRef

A GeomRef is just a logical pointer to a Geom.

Mesh

A Mesh is the top-level structure representing a GEOM object graph.

Provider

A pointer into a geom from the Consumer of a higher-level geom.

ProviderConfig

A set of key-value metadata associated with a specific Provider.

ProviderRef

A ProviderRef is just a logical pointer to a Provider.

Functions

get_mesh

Returns a structure representing the raw GEOM mesh on the running system.

parse_xml

Parse a GEOM XML string configuration into a geom::raw::Mesh structure.