BALL
1.4.79
|
#include <BALL/VIEW/RENDERING/RENDERERS/raytracingRenderer.h>
#include <BALL/VIEW/WIDGETS/scene.h>
#include <BALL/VIEW/KERNEL/stage.h>
#include <BALL/VIEW/KERNEL/representationManager.h>
#include <BALL/VIEW/PRIMITIVES/mesh.h>
#include <BALL/VIEW/KERNEL/mainControl.h>
#include <BALL/MATHS/surface.h>
#include <BALL/MATHS/vector3.h>
#include <BALL/DATATYPE/hashMap.h>
#include <RTremote/Renderer.hpp>
#include <RTremote/Picking.hpp>
Go to the source code of this file.
Classes | |
class | BALL::VIEW::RTfactRenderer |
class | BALL::VIEW::RTfactRenderer::RTfactData |
Namespaces | |
BALL | |
-*- Mode: C++; tab-width: 2; -*- | |
BALL::VIEW | |
Macros | |
#define | BALLVIEW_RTFACTRENDERER_THROW(exceptionName, message) (throw BALL::Exception::##exceptionName##(__FILE__, __LINE__, message)) |
#define BALLVIEW_RTFACTRENDERER_THROW | ( | exceptionName, | |
message | |||
) | (throw BALL::Exception::##exceptionName##(__FILE__, __LINE__, message)) |
Definition at line 8 of file rtfactRenderer.h.