Stores an image from a camera. More...
#include <E57SimpleData.h>
Public Attributes | |
DateTime | acquisitionDateTime |
The date and time that the image was taken. More... | |
ustring | associatedData3DGuid |
The globally unique identification string (guid element) for the Data3D that was being acquired when the picture was taken. More... | |
CylindricalRepresentation | cylindricalRepresentation |
Representation for an image using the cylindrical camera projection model. More... | |
ustring | description |
A user-defined description of the Image2D. More... | |
ustring | guid |
A globally unique identification string for the current version of the Image2D object. More... | |
ustring | name |
A user-defined name for the Image2D. More... | |
PinholeRepresentation | pinholeRepresentation |
Representation for an image using the pinhole camera projection model. More... | |
RigidBodyTransform | pose |
A rigid body transform that describes the coordinate frame of the camera in the file-level coordinate system. More... | |
ustring | sensorModel |
The model name or number for the sensor. More... | |
ustring | sensorSerialNumber |
The serial number for the sensor. More... | |
ustring | sensorVendor |
The name of the manufacturer for the sensor used to collect the points in this Data3D. More... | |
SphericalRepresentation | sphericalRepresentation |
Representation for an image using the spherical camera projection model. More... | |
VisualReferenceRepresentation | visualReferenceRepresentation |
Representation for an image that does not define any camera projection model. More... | |
Stores an image from a camera.
DateTime e57::Image2D::acquisitionDateTime |
The date and time that the image was taken.
Referenced by e57::WriterImpl::NewImage2D(), and e57::ReaderImpl::ReadImage2D().
ustring e57::Image2D::associatedData3DGuid |
The globally unique identification string (guid element) for the Data3D that was being acquired when the picture was taken.
Referenced by e57::WriterImpl::NewImage2D(), and e57::ReaderImpl::ReadImage2D().
CylindricalRepresentation e57::Image2D::cylindricalRepresentation |
Representation for an image using the cylindrical camera projection model.
Referenced by e57::WriterImpl::NewImage2D(), and e57::ReaderImpl::ReadImage2D().
ustring e57::Image2D::description |
A user-defined description of the Image2D.
Referenced by e57::WriterImpl::NewImage2D(), e57::ReaderImpl::ReadImage2D(), Addon.Addon::set_metadata(), and Addon.Addon::to_cache().
ustring e57::Image2D::guid |
A globally unique identification string for the current version of the Image2D object.
Referenced by e57::WriterImpl::NewImage2D(), and e57::ReaderImpl::ReadImage2D().
ustring e57::Image2D::name |
A user-defined name for the Image2D.
Referenced by draftguitools.gui_groups.Ui_AddNamedGroup::accept(), prototype.Node::addtofreecad(), Addon.Addon::disable(), Addon.Addon::enable(), addonmanager_macro.Macro::filename(), gzip_utf8.GzipFile::filename(), addonmanager_macro.Macro::fill_details_from_code(), addonmanager_macro.Macro::fill_details_from_wiki(), Addon.Addon::get_cached_icon_filename(), ifc4.ifcapproval::hasidentifierorname(), addonmanager_macro.Macro::install(), Addon.Addon::is_disabled(), femsolver.elmer.sifio.Section::keys(), automotive_design.si_unit::named_unit_dimensions(), e57::WriterImpl::NewImage2D(), Mod.PartDesign.WizardShaft.SegmentFunction.SegmentFunction::output(), prototype.Node::pprint(), prototype.Node::pprint2(), PathScripts.PathSetupSheetGui.OpTaskPanel::propertyGroup(), PathScripts.PathSetupSheetGui.OpTaskPanel::propertyName(), e57::ReaderImpl::ReadImage2D(), PathScripts.PathJobGui.TaskPanel::reject(), addonmanager_macro.Macro::remove(), Addon.Addon::to_cache(), ifc2x3.ifcexternalreference::wr1(), ifc2x3.ifcdocumentreference::wr1(), ifc4.ifcexternalreference::wr1(), ifc4.ifcdocumentreference::wr1(), and automotive_design.general_property_association::wr2().
PinholeRepresentation e57::Image2D::pinholeRepresentation |
Representation for an image using the pinhole camera projection model.
Referenced by e57::WriterImpl::NewImage2D(), and e57::ReaderImpl::ReadImage2D().
RigidBodyTransform e57::Image2D::pose |
A rigid body transform that describes the coordinate frame of the camera in the file-level coordinate system.
Referenced by e57::WriterImpl::NewImage2D(), and e57::ReaderImpl::ReadImage2D().
ustring e57::Image2D::sensorModel |
The model name or number for the sensor.
Referenced by e57::WriterImpl::NewImage2D(), and e57::ReaderImpl::ReadImage2D().
ustring e57::Image2D::sensorSerialNumber |
The serial number for the sensor.
Referenced by e57::WriterImpl::NewImage2D(), and e57::ReaderImpl::ReadImage2D().
ustring e57::Image2D::sensorVendor |
The name of the manufacturer for the sensor used to collect the points in this Data3D.
Referenced by e57::WriterImpl::NewImage2D(), and e57::ReaderImpl::ReadImage2D().
SphericalRepresentation e57::Image2D::sphericalRepresentation |
Representation for an image using the spherical camera projection model.
Referenced by e57::WriterImpl::NewImage2D(), and e57::ReaderImpl::ReadImage2D().
VisualReferenceRepresentation e57::Image2D::visualReferenceRepresentation |
Representation for an image that does not define any camera projection model.
The image is to be used for visual reference only
Referenced by e57::WriterImpl::NewImage2D(), and e57::ReaderImpl::ReadImage2D().