#include <RContext.h>
Public Member Functions | |
RContext (void) | |
RContext (const ViewManager &VMgr, Mesh *mesh_, Field *field_) | |
RContext (const RContext &rhs) | |
~RContext (void) | |
Public Attributes | |
Camera | camera |
Mesh * | mesh |
Field * | field |
uint32_t | imgw |
uint32_t | imgh |
float | imageAspectRatio |
ColorRGB | backgroundColor |
Array2< ColorRGB > * | image |
std::vector< mfvBaseObject * > | objects |
Grid * | accelStruct |
FemViewer::RContext::RContext | ( | void | ) |
FemViewer::RContext::RContext | ( | const ViewManager & | VMgr, | |
Mesh * | mesh_, | |||
Field * | field_ | |||
) |
FemViewer::RContext::RContext | ( | const RContext & | rhs | ) |
FemViewer::RContext::~RContext | ( | void | ) |
std::vector<mfvBaseObject *> FemViewer::RContext::objects |