Creates rasters for converting points and directions into 2D images.
More...
|
|
static MaterialRasterFactory * | s_default_raster_factory |
| | The singleton default factory used by CreateRaster.
|
Creates rasters for converting points and directions into 2D images.
Definition at line 286 of file MaterialRaster.h.
◆ CreateRaster()
Creates a MaterialRasterBase using the default factory implementation.
- Parameters
-
| [in] | image_id | The unique identifier for the raster image resource. |
| [in] | info | The raster configuration settings. |
- Returns
- A pointer to the newly created MaterialRasterBase instance. Caller assumes ownership.
◆ createRaster()
Creates a MaterialRasterBase instance.
Subclasses must implement this to provide custom raster creation logic.
- Parameters
-
| [in] | image_id | The unique identifier for the raster image resource. |
| [in] | info | The raster configuration settings. |
- Returns
- A pointer to the newly created MaterialRasterBase instance.
Implemented in OpenCVMaterialRasterFactory.
◆ SetDefaultMaterialRasterFactory()
Sets the default MaterialRasterFactory used by CreateRaster.
- Parameters
-
| [in] | factory | The factory instance to use as the default. |
The documentation for this class was generated from the following file: