#include <string>
#include <map>
#include "PData.h"
#include "Primitive.h"
#include "SceneGraph.h"
Include dependency graph for PrimitiveFunction.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Fluxus |
Data Structures | |
class | Fluxus::PrimitiveFunction |
A general purpose function for working on primitives. More... | |
class | Fluxus::PrimitiveFunction::Arg |
Base class argument type. More... | |
class | Fluxus::PrimitiveFunction::TypedArg< T > |
Useful argument type. More... |