Workspace 7.0.2
Classes | Namespaces | Typedefs | Enumerations | Functions
camera.h File Reference
#include <memory>
#include <array>
#include <QVector4D>
#include "Workspace/DataExecution/DataObjects/datafactorytraits.h"
#include "Workspace/DataExecution/DataObjects/derivedtobaseadaptor.h"
#include "Workspace/DataExecution/DataObjects/enumtointadaptor.h"
#include "Workspace/DataExecution/Events/observable.h"
#include "Rendering/SceneComponents/Interaction/camerainteractionoptions.h"
#include "Rendering/SceneComponents/Interaction/camerainteractionsfactory.h"
#include "Rendering/SceneComponents/sceneitem.h"
#include "Rendering/rendering_api.h"
#include "cameraevents.h"
Include dependency graph for camera.h:
This graph shows which files directly or indirectly include this file:

Classes

class  Camera
 Defines a positionable, orientable camera for a scene. More...
 

Namespaces

namespace  CSIRO
 Top level namespace for all Workspace code.
 
namespace  CSIRO::DataExecution
 Base workspace functionality not requiring a user interface.
 
namespace  CSIRO::Mesh
 Mesh model data structures.
 
namespace  CSIRO::Rendering
 Rendering of meshed models.
 

Typedefs

using ViewFrustumPlanes = std::array< QVector4D, 6 >
 Array of 4D vectors, each representing one the view frustum planes in normalised form.
 

Enumerations

enum  ViewFrustumPlane {
  FrustumNear , FrustumFar , FrustumLeft , FrustumRight ,
  FrustumBottom , FrustumTop
}
 An enum representing the 6 bounding planes of the view frustum. More...
 

Functions

template<>
void getEnumNames< Rendering::Camera::ProjectionMode > (QStringList &names)