16 #ifndef SURGSIM_DATASTRUCTURES_IMAGEMAP_INL_H 17 #define SURGSIM_DATASTRUCTURES_IMAGEMAP_INL_H 22 namespace DataStructures
47 #endif //SURGSIM_DATASTRUCTURES_IMAGEMAP_INL_H Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui n...
Definition: AddRandomSphereBehavior.cpp:36
T *const getData() override
Get the pointer to the data.
Definition: ImageMap-inl.h:33
void setSize(size_t width, size_t height, size_t channels)
Set the Image size.
Definition: ImageBase-inl.h:128
ImageMap(size_t width, size_t height, size_t channels, T *data)
Constructor.
Definition: ImageMap-inl.h:26