The CogFixtureNPointToNPointTool type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) | |
| 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 CogSerializableChangedEventComponentBase.) | |
| Container | Gets the IContainer that contains the Component. (Inherited from Component.) | |
| CurrentRecordEnable | Enable creation of records by bitwise ORing the appropriate CurrentRecordConstants. | |
| DataBindings |
Gets the data bindings for the tool.
(Inherited from CogToolBase.) | |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) | |
| Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) | |
| FailOnInvalidDataBinding |
Specifies that the Run method is to fail if executed while one or more
data bindings are invalid.
(Inherited from CogToolBase.) | |
| HasChanged | (Inherited from CogSerializableChangedEventComponentBase.) | |
| InputImage | Image to which a new fixtured coordinate space will be attached. The selected space of this image is the unfixtured space. | |
| LastRunRecordDiagEnable | Enable creation of records by bitwise ORing the appropriate LastRunRecordDiagConstants. These are diagnostic records that may cause the Tool to have a longer execution time. | |
| LastRunRecordEnable | Enable creation of records by bitwise ORing the appropriate LastRunRecordConstants. | |
| Name | Gets or sets the name of the tool. (Overrides CogToolBase Name.) | |
| ReferenceImage | If it exists, this image will be displayed in the CurrentRecord of the tool. It is for GUI purposes only and will typically be used to hold an application-specific 'reference' image. It is not required for running the tool. | |
| ReferenceImageEnabled | If True, the ReferenceImage will appear in the CurrentRecord for this tool (as long as the corresponding bit of CurrentRecordEnable is also set). Otherwise, the ReferenceImage will not appear. | |
| Result | Result from the last invocation of the tool's Run method. It contains the output image, the transforms which define fixtured space, and the computed RMS error. | |
| RunParams | The runtime parameters for computing the fixtured space. These include a set of unfixtured points, a set of corresponding raw fixtured points, an optional adjustment transform, and parameters for computing the mapping between point sets. | |
| RunStatus | Gets general information about the last call to Run. (Overrides CogToolBase RunStatus.) | |
| Site | (Inherited from Component.) | |
| 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 CogSerializableChangedEventComponentBase.) | |
| UserData |
Gets a CogDictionary object that can be used to store application-specific information.
(Inherited from CogToolBase.) |
See Also