64 virtual
void resetSynchronizationState() = 0;
#define AGX_DECLARE_POINTER_TYPES(type)
#define AGXSTREAM_DECLARE_ABSTRACT_SERIALIZABLE(T)
Use this in a pure abstract Serializable class to add the required methods Important: Use full namesp...
Base type for a camera lens systems attached to a camera.
Camera instance class defined by a frame/transform and a model.
Base type for a lens distortion model specification.
LensDistortion()=default
Default constructor.
virtual agx::Vec2 getUndistortedPoint(const agx::Vec2 &distortedPoint) const =0
Calculate the undistorted point corresponding to the given distorted point in the normalized projecti...
virtual agx::Vec2 getDistortedPoint(const agx::Vec2 &point) const =0
Calculate the distorted point corresponding to the given point in the normalized projection plane.
This class is an abstract base class for all classes that can be stored and retrieved from an Archive...
Base class providing referencing counted objects.
#define DOXYGEN_END_INTERNAL_BLOCK()
#define DOXYGEN_START_INTERNAL_BLOCK()
The agxSensor namespace contains components to model real-time sensors connected to the physics of AG...