com.inscoper.nbo.CalibrationMap
Represents the XML element CalibrationMap. More...
Inherits from com.inscoper.nbo.NBOBaseClass
Public Functions
| Name | |
|---|---|
| synchronized void | delete() |
| CalibrationMap() | |
| String | getTypeName() Returns the class type name. |
| String | getXMLName() Returns the XML element name corresponding to this class. |
| ENBOType | getNBOType() Returns the NBO Type corresponding to this class. |
| NBOBaseClassVector | getChildren() Returns a list of all classes derived from this class. |
| NBOBaseClassVector | getSubElements() Returns a list of all child elements contained in this class. |
| void | fromJsonFile(String path) Populates this object from a JSON file. |
| void | fromJsonString(String json_string) Populates this object from a JSON string. |
| void | fromXmlFile(String path) Populates this object from a XML file. |
| void | fromXmlString(String xml_string) Populates this object from a XML string. |
| void | toXmlFile(String filename) Serializes this object to an XML file. |
| String | toXmlString() Serializes this object to an XML string. |
| void | setMetricType(MatrixTypeEnum_Type value) Sets the value of the MetricType attribute. |
| MatrixTypeEnum_Type | getMetricType() Returns the value of the MetricType attribute. |
| void | resetMetricType() Resets the MetricType attribute to an unset state. |
| boolean | hasMetricType() Checks whether the optional MetricType attribute is present. |
| void | setIlluminationIntensity(float value) Sets the value of the IlluminationIntensity attribute. |
| float | getIlluminationIntensity() Returns the value of the IlluminationIntensity attribute. |
| void | setNrOfImages(int value) Sets the value of the NrOfImages attribute. |
| int | getNrOfImages() Returns the value of the NrOfImages attribute. |
| void | setRow_List(rowType_TypeVector value) Sets the list of Row elements. |
| rowType_TypeVector | getRow_List() Returns the list of Row elements. |
| void | addToRow_List(rowType_Type value) Adds a new Row element to this object. |
| void | clearRow_List() Clear the list of Row. |
| void | setDescription(Description value) Sets the value of the Description element. |
| Description | getDescription() Returns the value of the Description element. |
| void | resetDescription() Resets the Description element to an unset state. |
| boolean | hasDescription() Checks whether the optional Description element is present. |
| CalibrationMap | __internal_create(long cPtr, boolean own) |
Protected Functions
| Name | |
|---|---|
| CalibrationMap(long cPtr, boolean cMemoryOwn) | |
| void | swigSetCMemOwn(boolean own) |
| void | finalize() |
| long | getCPtr(CalibrationMap obj) |
Additional inherited members
Protected Functions inherited from com.inscoper.nbo.NBOBaseClass
| Name | |
|---|---|
| NBOBaseClass(long cPtr, boolean cMemoryOwn) |
Detailed Description
Represents the XML element CalibrationMap.
This element describes a 2D matrix containing values computed as a resulut of the calibration procedure. This matrix is the same size of the experimental Image this calibration refers to.
Public Functions Documentation
function delete
Reimplements: com.inscoper.nbo.NBOBaseClass.delete
function CalibrationMap
function getTypeName
Returns the class type name.
Return: The class type name
Reimplements: com.inscoper.nbo.NBOBaseClass.getTypeName
function getXMLName
Returns the XML element name corresponding to this class.
Return: The XML element name
Reimplements: com.inscoper.nbo.NBOBaseClass.getXMLName
function getNBOType
Returns the NBO Type corresponding to this class.
Return: The NBO Type value
Reimplements: com.inscoper.nbo.NBOBaseClass.getNBOType
function getChildren
Returns a list of all classes derived from this class.
Return: The list of derived classes
Reimplements: com.inscoper.nbo.NBOBaseClass.getChildren
function getSubElements
Returns a list of all child elements contained in this class.
Return: The list of child classes
Reimplements: com.inscoper.nbo.NBOBaseClass.getSubElements
function fromJsonFile
Populates this object from a JSON file.
Parameters:
- path The path to the JSON file
function fromJsonString
Populates this object from a JSON string.
Parameters:
- json_string The JSON content as a string
function fromXmlFile
Populates this object from a XML file.
Parameters:
- path The path to the XML file
function fromXmlString
Populates this object from a XML string.
Parameters:
- xml_string The XML content as a string
function toXmlFile
Serializes this object to an XML file.
Parameters:
- filename The path to the output XML file
function toXmlString
Serializes this object to an XML string.
Return: A string containing the XML representation of this object
function setMetricType
Sets the value of the MetricType attribute.
Parameters:
- value The value to set
This field captures the type of metric that was computed as part of the calibratin procedure in this instance.
function getMetricType
Returns the value of the MetricType attribute.
Return: The value of the attribute
This field captures the type of metric that was computed as part of the calibratin procedure in this instance.
function resetMetricType
Resets the MetricType attribute to an unset state.
This field captures the type of metric that was computed as part of the calibratin procedure in this instance.
function hasMetricType
Checks whether the optional MetricType attribute is present.
Return: true if the optional attribute has been set, false otherwise
This field captures the type of metric that was computed as part of the calibratin procedure in this instance.
function setIlluminationIntensity
Sets the value of the IlluminationIntensity attribute.
Parameters:
- value The value to set
This attribute only applies to matrices of type Variance and Mean. It represents the illumination intensity that was used to acquire the images used to contruct this matrix. The value can range from 0 (i.e. dark image) to any intenisty value experssed either as percentage or as absolute power.
function getIlluminationIntensity
Returns the value of the IlluminationIntensity attribute.
Return: The value of the attribute
This attribute only applies to matrices of type Variance and Mean. It represents the illumination intensity that was used to acquire the images used to contruct this matrix. The value can range from 0 (i.e. dark image) to any intenisty value experssed either as percentage or as absolute power.
function setNrOfImages
Sets the value of the NrOfImages attribute.
Parameters:
- value The value to set
This field represents the number of images that were employed to generate this calibration matrix.
function getNrOfImages
Returns the value of the NrOfImages attribute.
Return: The value of the attribute
This field represents the number of images that were employed to generate this calibration matrix.
function setRow_List
Sets the list of Row elements.
Parameters:
- value The new list of Row elements
No description available in the XSD standard.
function getRow_List
Returns the list of Row elements.
Return: The list of Row elements
No description available in the XSD standard.
function addToRow_List
Adds a new Row element to this object.
Parameters:
- value The element to add
No description available in the XSD standard.
function clearRow_List
Clear the list of Row.
No description available in the XSD standard.
function setDescription
Sets the value of the Description element.
Parameters:
- value The value to set
No description available in the XSD standard.
function getDescription
Returns the value of the Description element.
Return: The value of the element
No description available in the XSD standard.
function resetDescription
Resets the Description element to an unset state.
No description available in the XSD standard.
function hasDescription
Checks whether the optional Description element is present.
Return: true if the optional attribute has been set, false otherwise
No description available in the XSD standard.
function __internal_create
Reimplements: com.inscoper.nbo.NBOBaseClass.__internal_create
Protected Functions Documentation
function CalibrationMap
function swigSetCMemOwn
Reimplements: com.inscoper.nbo.NBOBaseClass.swigSetCMemOwn
function finalize
Reimplements: com.inscoper.nbo.NBOBaseClass.finalize
function getCPtr
Updated on 2026-02-13 at 16:10:56 +0100