Project OpenGeode
class RasterImage
cpp
Inherits from CellArray<3U>, Identifier
Inherits from CellArray<3U>, Identifier
class RasterImage
cpp
Inherits from CellArray<1U>, Identifier
Inherits from CellArray<1U>, Identifier
class RasterImage
cpp
Inherits from CellArray<2U>, Identifier
Inherits from CellArray<2U>, Identifier
class RasterImage
cpp
Inherits from CellArray<dimension>, Identifier
Inherits from CellArray<dimension>, Identifier
Functions
RasterImage
cpp
public void RasterImage<dimension>()
public void RasterImage<dimension>()
RasterImage
cpp
public void RasterImage<dimension>(std::array<index_t, dimension> cells_number)
public void RasterImage<dimension>(std::array<index_t, dimension> cells_number)
RasterImage
cpp
public void RasterImage<dimension>(RasterImage<dimension> && other)
public void RasterImage<dimension>(RasterImage<dimension> && other)
operator=
cpp
public RasterImage<dimension> & operator=(RasterImage<dimension> && other)
public RasterImage<dimension> & operator=(RasterImage<dimension> && other)
~RasterImage
cpp
public void ~RasterImage<dimension>()
public void ~RasterImage<dimension>()
native_extension_static
cpp
public basic_string native_extension_static()
public basic_string native_extension_static()
native_extension
cpp
public basic_string native_extension()
public basic_string native_extension()
cell_index
cpp
public index_t cell_index(const CellIndices & index)
public index_t cell_index(const CellIndices & index)
cell_indices
cpp
public CellIndices cell_indices(index_t index)
public CellIndices cell_indices(index_t index)
color
cpp
public const RGBColor & color(index_t index)
public const RGBColor & color(index_t index)
set_color
cpp
public void set_color(index_t index, RGBColor color)
public void set_color(index_t index, RGBColor color)
clone
cpp
public RasterImage clone()
public RasterImage clone()