FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Types | Public Attributes | List of all members
Wizt::DistinctiveElement Struct Reference

Public Types

using initializeAnemone_t = std::function< bool(Anemone &RenderAnemone, VRenderContext &Context, AnemoneCreator<> &AC)>
 
using getColorFunc_t = std::function< VRenderContext::glsl(VRenderContext &Context)>
 

Public Attributes

initializeAnemone_t initializeAnemone = nullptr
 
getColorFunc_t getColorFunc = nullptr
 
std::map< std::string, std::string > UniformVariables
 

Member Data Documentation

◆ UniformVariables

std::map<std::string, std::string> Wizt::DistinctiveElement::UniformVariables
       Key: Name of the variable
       Value: Type of the variable
       E.g.:
UniformVariables[ "Value" ] = "int";
std::map< std::string, std::string > UniformVariables
Definition DistinctiveElement.hpp:31