1#ifndef COIN_RESOURCES_H
2#define COIN_RESOURCES_H
36#include <Inventor/SbBasic.h>
37#include <Inventor/SbByteBuffer.h>
40 enum ResourceFlags { NONE = 0, COIN_RESOURCE_NOT_A_FILE=0x0001 };
45 SbBool
set(
const char * resloc,
47 ResourceFlags flags = NONE);
Definition SbByteBuffer.h:34
Static utility functions for managing data resources at the basic buffer level.
Definition CoinResources.h:39
void freeLoadedExternals(void)
Definition CoinResources.cpp:322
SbByteBuffer get(const char *resloc)
Definition CoinResources.cpp:178
SbBool set(const char *resloc, const SbByteBuffer &buffer, ResourceFlags flags=NONE)
Definition CoinResources.cpp:294