The CogCenterPointsToLines type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended |
If nonzero, indicates that the raising of the Changed event has been
suspended. This value is incremented when SuspendChangedEvent is called
and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.) | |
| Count |
Gets the number of elements contained in the collection.
(Inherited from CogSerializableCollectionBase T .) | |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| InnerList |
Gets the internal List containing the list of elements.
(Inherited from CogSerializableCollectionBase T .) | |
| IsFixedSize |
returns false
(Inherited from CogSerializableCollectionBase T .) | |
| IsReadOnly |
Returns true if this collection is ReadOnly
(Inherited from CogSerializableCollectionBase T .) | |
| IsSynchronized | (Inherited from CogSerializableCollectionBase T .) | |
| Item |
Returns the T at index (Inherited from CogSerializableCollectionBase T .) | |
| List |
Gets an the IList interface of this collection.
(Inherited from CogSerializableCollectionBase T .) | |
| Mode |
How this class will perform fitting. May be either point to line
fit ("Single"), or point pair to line pair fit ("Pair").
| |
| NormalDirectionInferenceMethod |
How this class will infer the normal direction of the
line segments.
| |
| SearchAngleMax |
The upper bound of the search angle range, in radians. This
parameter limits the rotation angle of the result transform.
| |
| SearchAngleMin |
The lower bound of the search angle range, in radians. This
parameter limits the rotation angle of the result transform.
| |
| StateFlags |
Returns the complete set of state flags supported on this object. The
flags may be indexed by name as shown in the following C# code snippet:
if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.) | |
| SyncRoot | (Inherited from CogSerializableCollectionBase T .) | |
| Timeout |
The maximum number of milliseconds that may elapse while running
the Execute method. This is only enforced if TimeoutEnabled is
true.
| |
| TimeoutEnabled |
Whether the Execute method should be stopped after Timeout
milliseconds.
|
See Also