Structuring
These modules manipulate Data Explorer data structures. Their functions
include the creation of hierarchies, selection of elements in a hierarchy,
allowing operations on components other than "data," manipulation of Field or
Group components, and determining which branches of a visual program are
to be executed.
- Append -- Adds Objects as members to an existing Group.
- Attribute -- Extracts an attribute from an
Object.
- Collect -- Collects Objects
into a Group. For example, you can use Collect to collect
a streamline, an isosurface, and a light. You can then pass
the collection to the Image tool.
- CollectMultiGrid -- Collects Objects into a Multigrid (a Group that
will be treated as a single data Object).
- CollectNamed -- Collects Objects into a Group (like
Collect) but allows each Object in the Group to be given
a name.
- CollectSeries -- Collects
Objects into a Series. You give each element of the series
a series position (e.g., a time tag).
- Extract -- Extracts a component from a Field (e.g.,
the "colors" component).
- Inquire --
Returns information about the input Object (e.g., data type, number of
elements, etc.).
- List -- Concatenates
several items into a single list.
- Mark -- Marks a specified component in a Field as
the data component. Many modules operate only on the "data" component.
Thus the Mark module allows modules to operate on components other
than data (e.g., "positions" or "colors"). If a "data" component already
exists, it is preserved in a "saved data" component. You can
restore it by using the Unmark module.
- Options -- Associates attributes with an Object. For example,
plotting options such as marker type can be specified by adding
attributes to the line.
- Remove -- Removes a specified component from a Field.
- Rename -- Renames a component in a Field.
For example, you could rename the "colors" component to "front colors"
to get only front-facing colors. You should be aware that component
names have special meanings to modules using them.
- Replace -- Replaces a component
in one Field with a component from another, or with an
input Array.
- Select -- Selects
members out of a Group or elements from a list. two
isosurfaces, a streamline, and a mapped plane. You could then use
the selector input to the module to choose which of these
is the output of the module.
- Unmark -- Undoes the action of the Mark module. It
moves the "data" component back to the component you specify, and
the "saved data" component is restored to the "data" component.