Module Sequences

This is an attempt to define an external interface to XGobi. The initial functionality is somewhat related to the methods provided via the RPC mechanism. Additionally, Ross Ihaka and I have identified some other information that may be useful to have in a client (e.g. S) to 1) produce plots locally from the current view in the XGobi application, 2) control the XGobi application

Author:
Ross Ihaka and Duncan Temple Lang @date July 18th 1999


Alias Index

BooleanSequence
ByteSequence
CharSequence
DoubleSequence
FloatSequence
LongSequence
ObjectSequence
ShortSequence
StringSequence
ULongSequence
UShortSequence

Aliases

BooleanSequence
typedef sequence<boolean> BooleanSequence;
ByteSequence
typedef sequence<char> ByteSequence;
CharSequence
typedef sequence<char> CharSequence;
DoubleSequence
typedef sequence<double> DoubleSequence;
FloatSequence
typedef sequence<float> FloatSequence;
LongSequence
typedef sequence<long> LongSequence;
ObjectSequence
typedef sequence<any> ObjectSequence;
ShortSequence
typedef sequence<short> ShortSequence;
StringSequence
typedef sequence<string> StringSequence;
ULongSequence
typedef sequence<unsigned long> ULongSequence;
UShortSequence
typedef sequence<unsigned short> UShortSequence;

Generated by the ORBacus IDL-to-HTML translator (non-commercial)