![]() |
Atlas-Cronos
7.0.1
|
Represents a MeasurementLine object. More...
Public Member Functions | |
override void | Copy (MeasurementShape source) |
Deep copy a MeasurementShape from source. More... | |
override bool | IsEqual (MeasurementShape source) |
Compares two measurements More... | |
override void | Offset (Point point) |
Adjusts the location of this measurement shape by the specified amount. More... | |
void | AppendLine (Point start, Point end) |
Appends an additional line to the existing line object. More... | |
![]() | |
double [] | GetValues () |
Gets temperature values from the shape. More... | |
Properties | |
Point | HotSpot [get] |
Point in the area More... | |
bool | IsHotSpotMarkerVisible [get, set] |
Marker is visible. The marker glyph should be displayed as seen in the camera overlay. More... | |
bool | IsHotSpotEnabled [get, set] |
Hot Spot is enabled. The hot spot value should be displayed in the result table as seen in the camera overlay. More... | |
Point | ColdSpot [get] |
Point in the area More... | |
bool | IsColdSpotMarkerVisible [get, set] |
Marker is visible. The marker glyph should be displayed as seen in the camera overlay. More... | |
bool | IsColdSpotEnabled [get, set] |
ColdSpot is enabled. The cold spot value should be displayed in the result table as seen in the camera overlay. More... | |
ThermalValue | Min [get] |
Gets the minimum value of this MeasurementLine. More... | |
ThermalValue | Max [get] |
Gets the maximum value of this MeasurementLine. More... | |
bool | IsAverageEnabled [get, set] |
Average is enabled. The average value should be displayed in the result table as seen in the camera overlay. More... | |
ThermalValue | Average [get] |
Gets the average value of this MeasurementLine. More... | |
List< Point > | Points [get, set] |
Gets or sets the list of Points. More... | |
Point | Start [get, set] |
Gets or sets the start location of this MeasurementLine. More... | |
Point | End [get, set] |
Gets or sets the end location of this MeasurementLine. More... | |
bool | IsLengthEnabled [get, set] |
Length is enabled. The Length value should be displayed in the result table as seen in the camera overlay. More... | |
ThermalValue | ObjectLength [get] |
Gets the length of the measurement in current DistanceUnit. The distance used in the calculation is the ObjectDistance More... | |
![]() | |
Guid | Identity [get] |
Gets the identity on the measurement shape. More... | |
string | Name [get, set] |
Gets or sets the name of the measurement shape. More... | |
MeasurementParameters | ThermalParameters [get] |
Gets the object parameters for this measurement shape. More... | |
bool | IsSilent [get, set] |
Temporary disable events from measurements More... | |
Additional Inherited Members | |
![]() | |
virtual void | OnChanged (MeasurementEventArgs e) |
Raises the MeasurementEventArgs event. More... | |
void | UpdateIfNeeded () |
Updates if needed. More... | |
Represents a MeasurementLine object.
|
inline |
Appends an additional line to the existing line object.
|
inlinevirtual |
Deep copy a MeasurementShape from source.
source | MeasurementShape to copy from. |
Reimplemented from Flir.Atlas.Image.Measurements.MeasurementShape.
|
inlinevirtual |
Compares two measurements
source |
Reimplemented from Flir.Atlas.Image.Measurements.MeasurementShape.
|
inlinevirtual |
Adjusts the location of this measurement shape by the specified amount.
point | Amount to offset the location. |
Reimplemented from Flir.Atlas.Image.Measurements.MeasurementShape.
|
get |
Gets the average value of this MeasurementLine.
|
get |
Point in the area
|
getset |
Gets or sets the end location of this MeasurementLine.
|
get |
Point in the area
|
getset |
Average is enabled. The average value should be displayed in the result table as seen in the camera overlay.
|
getset |
ColdSpot is enabled. The cold spot value should be displayed in the result table as seen in the camera overlay.
|
getset |
Marker is visible. The marker glyph should be displayed as seen in the camera overlay.
|
getset |
Hot Spot is enabled. The hot spot value should be displayed in the result table as seen in the camera overlay.
|
getset |
Marker is visible. The marker glyph should be displayed as seen in the camera overlay.
|
getset |
Length is enabled. The Length value should be displayed in the result table as seen in the camera overlay.
|
get |
Gets the maximum value of this MeasurementLine.
|
get |
Gets the minimum value of this MeasurementLine.
|
get |
Gets the length of the measurement in current DistanceUnit. The distance used in the calculation is the ObjectDistance
|
getset |
Gets or sets the list of Points.
|
getset |
Gets or sets the start location of this MeasurementLine.