The Cluster type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Cluster | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() |
AmIHeavier |
Compare this cluster with another one concerning weight
|
![]() |
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetDistanceToPoint |
Get distance from center to a certain point
|
![]() |
GetHashCode |
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
PointIsInMe |
Check if a certain point lies within Cluster's boundaries
|
![]() |
ToString |
Returns a String that represents the current Object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() |
Clustercount |
Contains the number of created clusters. Raised each time a new cluster is created.
|
![]() |
Selected |
Consider this cluster when drawing
|
Properties
Name | Description | |
---|---|---|
![]() |
Bounds |
Returns boundary rectangle
|
![]() |
Center |
Get center of the cluster's boundaries
|
![]() |
Description |
Get description / name
|
![]() |
FlowClassDescription |
Get Flow Class for this cluster
|
![]() |
Id |
Get unique cluster id
|
![]() |
IsLeaf |
Returns if cluster is leaf
|
![]() |
IsRoot |
returns if cluster is root
|
![]() |
LeftChild |
Returns left child
|
![]() |
RightChild |
Returns right child
|
![]() |
Weight |
Get cluster weight
|