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, boolean validate) Populates this object from a JSON file.
void
fromJsonFile (String path) Populates this object from a JSON file.
void
fromJsonString (String json_string, boolean validate) Populates this object from a JSON string.
void
fromJsonString (String json_string) Populates this object from a JSON string.
void
fromXmlFile (String path, boolean validate) Populates this object from a XML file.
void
fromXmlFile (String path) Populates this object from a XML file.
void
fromXmlString (String xml_string, boolean validate) Populates this object from a XML string.
void
fromXmlString (String xml_string) Populates this object from a XML string.
void
toXmlFile (String filename, boolean validate) Serializes this object to an XML file.
void
toXmlFile (String filename) Serializes this object to an XML file.
String
toXmlString (boolean validate) Serializes this object to an XML string.
String
toXmlString () Serializes this object to an XML string.
void
setMetricType (MatrixTypeEnum_Type value, boolean validate) Sets the value of the MetricType attribute.
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, boolean validate) Sets the value of the IlluminationIntensity attribute.
void
setIlluminationIntensity (float value) Sets the value of the IlluminationIntensity attribute.
float
getIlluminationIntensity () Returns the value of the IlluminationIntensity attribute.
void
resetIlluminationIntensity () Resets the IlluminationIntensity attribute to an unset state.
boolean
hasIlluminationIntensity () Checks whether the IlluminationIntensity attribute is present.
void
setNrOfImages (int value, boolean validate) Sets the value of the NrOfImages attribute.
void
setNrOfImages (int value) Sets the value of the NrOfImages attribute.
int
getNrOfImages () Returns the value of the NrOfImages attribute.
void
resetNrOfImages () Resets the NrOfImages attribute to an unset state.
boolean
hasNrOfImages () Checks whether the NrOfImages attribute is present.
void
setRow_List (rowType_TypeVector value, boolean validate) Sets the list of Row elements.
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, boolean validate) Adds a new Row element to this object.
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, boolean validate) Sets the value of the Description element.
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)
CalibrationMap
fromBase (NBOBaseClass base) Cast a NBOBaseClass to a CalibrationMap .
Protected Functions
Additional inherited members
Protected Functions inherited from com.inscoper.nbo.NBOBaseClass
Detailed Description
public class com . inscoper . nbo . CalibrationMap ;
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 function CalibrationMap function getTypeName function getXMLName function getNBOType function getChildren function getSubElements function fromJsonFile
public void fromJsonFile (
String path ,
boolean validate
)
Populates this object from a JSON file.
Parameters :
path The path to the JSON file
validate If true, validates constraints on value. Default is true.
function fromJsonFile
public void fromJsonFile (
String path
)
Populates this object from a JSON file.
Parameters :
path The path to the JSON file
function fromJsonString
public void fromJsonString (
String json_string ,
boolean validate
)
Populates this object from a JSON string.
Parameters :
json_string The JSON content as a string
validate If true, validates constraints on value. Default is true.
function fromJsonString
public void fromJsonString (
String json_string
)
Populates this object from a JSON string.
Parameters :
json_string The JSON content as a string
function fromXmlFile
public void fromXmlFile (
String path ,
boolean validate
)
Populates this object from a XML file.
Parameters :
path The path to the XML file
validate If true, validates constraints on value. Default is true.
function fromXmlFile
public void fromXmlFile (
String path
)
Populates this object from a XML file.
Parameters :
path The path to the XML file
function fromXmlString
public void fromXmlString (
String xml_string ,
boolean validate
)
Populates this object from a XML string.
Parameters :
xml_string The XML content as a string
validate If true, validates constraints on value. Default is true.
function fromXmlString
public void fromXmlString (
String xml_string
)
Populates this object from a XML string.
Parameters :
xml_string The XML content as a string
function toXmlFile
public void toXmlFile (
String filename ,
boolean validate
)
Serializes this object to an XML file.
Parameters :
filename The path to the output XML file
validate If true, validates constraints on value. Default is true.
function toXmlFile
public void toXmlFile (
String filename
)
Serializes this object to an XML file.
Parameters :
filename The path to the output XML file
function toXmlString
public String toXmlString (
boolean validate
)
Serializes this object to an XML string.
Parameters :
validate If true, validates constraints on value. Default is true.
Return : A string containing the XML representation of this object
function toXmlString
public String toXmlString ()
Serializes this object to an XML string.
Return : A string containing the XML representation of this object
function setMetricType
public void setMetricType (
MatrixTypeEnum_Type value ,
boolean validate
)
Sets the value of the MetricType attribute.
Parameters :
value The value to set
validate If true, validates constraints on value. Default is true.
This field captures the type of metric that was computed as part of the calibratin procedure in this instance.
function setMetricType
public void setMetricType (
MatrixTypeEnum_Type value
)
Sets the value of the MetricType attribute.
Parameters :
This field captures the type of metric that was computed as part of the calibratin procedure in this instance.
function getMetricType
public MatrixTypeEnum_Type 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
public void 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
public boolean 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
public void setIlluminationIntensity (
float value ,
boolean validate
)
Sets the value of the IlluminationIntensity attribute.
Parameters :
value The value to set
validate If true, validates constraints on value. Default is true.
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 setIlluminationIntensity
public void setIlluminationIntensity (
float value
)
Sets the value of the IlluminationIntensity attribute.
Parameters :
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
public float 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 resetIlluminationIntensity
public void resetIlluminationIntensity ()
Resets the IlluminationIntensity attribute to an unset state.
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 hasIlluminationIntensity
public boolean hasIlluminationIntensity ()
Checks whether the IlluminationIntensity attribute is present.
Return : true if the attribute has been set, false otherwise
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
public void setNrOfImages (
int value ,
boolean validate
)
Sets the value of the NrOfImages attribute.
Parameters :
value The value to set
validate If true, validates constraints on value. Default is true.
This field represents the number of images that were employed to generate this calibration matrix.
function setNrOfImages
public void setNrOfImages (
int value
)
Sets the value of the NrOfImages attribute.
Parameters :
This field represents the number of images that were employed to generate this calibration matrix.
function getNrOfImages
public int 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 resetNrOfImages
public void resetNrOfImages ()
Resets the NrOfImages attribute to an unset state.
This field represents the number of images that were employed to generate this calibration matrix.
function hasNrOfImages
public boolean hasNrOfImages ()
Checks whether the NrOfImages attribute is present.
Return : true if the attribute has been set, false otherwise
This field represents the number of images that were employed to generate this calibration matrix.
function setRow_List
public void setRow_List (
rowType_TypeVector value ,
boolean validate
)
Sets the list of Row elements.
Parameters :
value The new list of Row elements
validate If true, validates constraints on value. Default is true.
No description available in the XSD standard.
function setRow_List
public void setRow_List (
rowType_TypeVector value
)
Sets the list of Row elements.
Parameters :
value The new list of Row elements
No description available in the XSD standard.
function getRow_List
public rowType_TypeVector getRow_List ()
Returns the list of Row elements.
Return : The list of Row elements
No description available in the XSD standard.
function addToRow_List
public void addToRow_List (
rowType_Type value ,
boolean validate
)
Adds a new Row element to this object.
Parameters :
value The element to add
validate If true, validates constraints on value. Default is true.
No description available in the XSD standard.
function addToRow_List
public void addToRow_List (
rowType_Type value
)
Adds a new Row element to this object.
Parameters :
No description available in the XSD standard.
function clearRow_List
public void clearRow_List ()
Clear the list of Row.
No description available in the XSD standard.
function setDescription
public void setDescription (
Description value ,
boolean validate
)
Sets the value of the Description element.
Parameters :
value The value to set
validate If true, validates constraints on value. Default is true.
No description available in the XSD standard.
function setDescription
public void setDescription (
Description value
)
Sets the value of the Description element.
Parameters :
No description available in the XSD standard.
function getDescription
public Description getDescription ()
Returns the value of the Description element.
Return : The value of the element
No description available in the XSD standard.
function resetDescription
public void resetDescription ()
Resets the Description element to an unset state.
No description available in the XSD standard.
function hasDescription
public boolean 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 function fromBase
public static CalibrationMap fromBase (
NBOBaseClass base
)
Cast a NBOBaseClass to a CalibrationMap .
Parameters :
base The base class to cast
Return : The casted element, or nullptr if the cast fails
Protected Functions Documentation
function CalibrationMap function swigSetCMemOwn function finalize function getCPtr
protected static long getCPtr (
CalibrationMap obj
)
Updated on 2026-08-31 at 13:34:06 +0200