In file /home/blah/darwin2k/src/dyno/mechanism/dyno.h:

class ownerSegment

The ownerSegment keeps track of a contiguous block of parts that all have the same owner 'm'.

Public Fields

[more]synObject* m
the owner of the parts in the segment
[more]ptrList connectors
a list of connectors delineating the segment

Public Methods

[more] ownerSegment(synObject* _m)
constructor
[more]inline connector* getConnector(int i)
convenience method for getting connectors


Documentation

The ownerSegment keeps track of a contiguous block of parts that all have the same owner 'm'. The connectors delineating the block are stored in the ptrList 'connectors'.
osynObject* m
the owner of the parts in the segment

optrList connectors
a list of connectors delineating the segment

o ownerSegment(synObject* _m)
constructor

oinline connector* getConnector(int i)
convenience method for getting connectors


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.