MeVisLab Toolbox Reference
|
Container class for includes. More...
#include <SoView2DShaderBuiltInIncludes.h>
Public Member Functions | |
IncludeContainer () | |
Empty constructor. | |
~IncludeContainer () | |
Destructor. Clears the container. | |
const std::vector< const ShaderPipelineInclude * > & | getIncludes () |
Access to the includes stored in this container. | |
void | setup () |
Initialize the container. | |
void | clear () |
Deletes all contained includes. | |
Static Public Attributes | |
static const std::string | NamePrefix |
Variables for names of the built-in includes. | |
static const std::string | FetchOverlayCubic |
Container class for includes.
Definition at line 60 of file SoView2DShaderBuiltInIncludes.h.
SoView2DShaderBuiltInIncludes::IncludeContainer::IncludeContainer | ( | ) |
Empty constructor.
SoView2DShaderBuiltInIncludes::IncludeContainer::~IncludeContainer | ( | ) |
Destructor. Clears the container.
void SoView2DShaderBuiltInIncludes::IncludeContainer::clear | ( | ) |
Deletes all contained includes.
|
inline |
Access to the includes stored in this container.
Definition at line 77 of file SoView2DShaderBuiltInIncludes.h.
void SoView2DShaderBuiltInIncludes::IncludeContainer::setup | ( | ) |
Initialize the container.
|
static |
Definition at line 73 of file SoView2DShaderBuiltInIncludes.h.
|
static |
Variables for names of the built-in includes.
Definition at line 72 of file SoView2DShaderBuiltInIncludes.h.