Describes the horizontal and vertical size dimensions of a raster, bitmap, frame or image.
More...
#include <ntv2publicinterface.h>
Describes the horizontal and vertical size dimensions of a raster, bitmap, frame or image.
- Note
- Renamed in SDK 17.5 from NTV2FrameDimensions to NTV2FrameSize.
Definition at line 5694 of file ntv2publicinterface.h.
◆ FGSizesMap
◆ FGSizesMapCI
◆ NTV2FrameSize() [1/2]
NTV2FrameSize::NTV2FrameSize |
( |
const ULWord |
inWidth = 0 , |
|
|
const ULWord |
inHeight = 0 |
|
) |
| |
|
inlineexplicit |
My constructor.
- Parameters
-
[in] | inWidth | Optionally specifies my initial width dimension, in pixels. Defaults to zero. |
[in] | inHeight | Optionally specifies my initial height dimension, in lines. Defaults to zero. |
Definition at line 5703 of file ntv2publicinterface.h.
◆ NTV2FrameSize() [2/2]
◆ FGHeight()
◆ FGWidth()
◆ magnitude()
uint64_t NTV2FrameSize::magnitude |
( |
void |
| ) |
const |
|
inlineprotected |
◆ operator NTV2FrameGeometry()
◆ operator=()
Assigns me from an NTV2FrameGeometry.
- Parameters
-
[in] | rhs | Specifies the NTV2FrameGeometry. |
- Returns
- A non-constant reference to me.
Definition at line 5740 of file ntv2publicinterface.h.
◆ reset()
Sets both my width and height to zero (an invalid state).
- Returns
- A non-constant reference to me.
Definition at line 5746 of file ntv2publicinterface.h.
◆ set()
Sets my dimension values.
- Parameters
-
[in] | inWidth | Specifies the new width dimension, in pixels. |
[in] | inHeight | Specifies the new height dimension, in lines. |
- Returns
- A non-constant reference to me.
Definition at line 5733 of file ntv2publicinterface.h.
◆ setHeight()
Sets my height dimension.
- Parameters
-
[in] | inValue | Specifies the new height dimension, in lines. |
- Returns
- A non-constant reference to me.
Definition at line 5725 of file ntv2publicinterface.h.
◆ setWidth()
Sets my width dimension.
- Parameters
-
[in] | inValue | Specifies the new width dimension, in pixels. |
- Returns
- A non-constant reference to me.
Definition at line 5718 of file ntv2publicinterface.h.
◆ swap()
The documentation for this class was generated from the following files: