Accessible() | SurgSim::Framework::Accessible | |
SurgSim::addGroupReference(const std::string &name) | SurgSim::Graphics::Representation | virtual |
SurgSim::Graphics::Camera::addGroupReference(const std::string &name) override | SurgSim::Graphics::Camera | virtual |
addGroupReferences(const std::vector< std::string > &groups) | SurgSim::Graphics::Representation | |
attachRenderTargetTexture(osg::Camera::BufferComponent buffer, std::shared_ptr< Texture > texture) | SurgSim::Graphics::OsgCamera | private |
Camera(const std::string &name) | SurgSim::Graphics::Camera | explicit |
clearGroupReferences() | SurgSim::Graphics::Representation | |
clearMaterial() override | SurgSim::Graphics::OsgCamera | virtual |
Component(const std::string &name) | SurgSim::Framework::Component | explicit |
decode(const YAML::Node &node, const std::vector< std::string > &ignoredProperties=std::vector< std::string >()) | SurgSim::Framework::Accessible | |
DecoderType typedef | SurgSim::Framework::Accessible | |
DefaultGroupName | SurgSim::Graphics::Representation | static |
DefaultHudGroupName | SurgSim::Graphics::Representation | static |
detachCurrentRenderTarget() | SurgSim::Graphics::OsgCamera | private |
doUpdate(double dt) | SurgSim::Graphics::OsgRepresentation | protectedvirtual |
encode() const | SurgSim::Framework::Accessible | |
EncoderType typedef | SurgSim::Framework::Accessible | |
FactoryType typedef | SurgSim::Framework::Component | |
forwardProperty(const std::string &name, const Accessible &target, const std::string &targetProperty) | SurgSim::Framework::Accessible | |
getAmbientColor() override | SurgSim::Graphics::OsgCamera | virtual |
getClassName() const | SurgSim::Framework::Component | virtual |
getDrawAsWireFrame() const override | SurgSim::Graphics::OsgRepresentation | virtual |
getFactory() | SurgSim::Framework::Component | static |
getGroupReferences() | SurgSim::Graphics::Representation | |
getInverseViewMatrix() const | SurgSim::Graphics::OsgCamera | virtual |
getLocalPose() const | SurgSim::Framework::Representation | virtual |
getMaterial() const override | SurgSim::Graphics::OsgCamera | virtual |
getName() const | SurgSim::Framework::Component | |
getOsgCamera() const | SurgSim::Graphics::OsgCamera | |
getOsgNode() const | SurgSim::Graphics::OsgCamera | |
getPose() const | SurgSim::Framework::Representation | virtual |
getPoseComponent() | SurgSim::Framework::Component | protectedvirtual |
getPoseComponent() const | SurgSim::Framework::Component | protectedvirtual |
getProjectionMatrix() const override | SurgSim::Graphics::OsgCamera | virtual |
getRenderGroup() const | SurgSim::Graphics::Camera | |
getRenderGroupReference() const | SurgSim::Graphics::Camera | |
getRenderTarget() const override | SurgSim::Graphics::OsgCamera | virtual |
getRuntime() const | SurgSim::Framework::Component | |
getScene() | SurgSim::Framework::Component | |
getSceneElement() | SurgSim::Framework::Component | |
getSceneElement() const | SurgSim::Framework::Component | |
getSharedPtr() | SurgSim::Framework::Component | |
GetterType typedef | SurgSim::Framework::Accessible | |
getUuid() const | SurgSim::Framework::Component | |
getValue(const std::string &name) const | SurgSim::Framework::Accessible | |
getValue(const std::string &name) const | SurgSim::Framework::Accessible | |
getValue(const std::string &name, T *value) const | SurgSim::Framework::Accessible | |
getValue(const std::string &name) const | SurgSim::Framework::Accessible | |
getViewMatrix() const | SurgSim::Graphics::OsgCamera | virtual |
initialize(const std::weak_ptr< Runtime > &runtime) | SurgSim::Framework::Component | |
isActive() const | SurgSim::Framework::Component | |
isAwake() const | SurgSim::Framework::Component | |
isInitialized() const | SurgSim::Framework::Component | |
isLocalActive() const | SurgSim::Framework::Component | |
isReadable(const std::string &name) const | SurgSim::Framework::Accessible | |
isVisible() const override | SurgSim::Graphics::OsgCamera | virtual |
isWriteable(const std::string &name) const | SurgSim::Framework::Accessible | |
m_ambientColor | SurgSim::Graphics::OsgCamera | private |
m_ambientColorUniform | SurgSim::Graphics::OsgCamera | private |
m_camera | SurgSim::Graphics::OsgCamera | private |
m_drawAsWireFrame | SurgSim::Graphics::OsgRepresentation | protected |
m_inverseViewMatrixUniform | SurgSim::Graphics::OsgCamera | private |
m_isVisible | SurgSim::Graphics::Representation | protected |
m_material | SurgSim::Graphics::OsgRepresentation | protected |
m_materialProxy | SurgSim::Graphics::OsgCamera | private |
m_projectionMatrix | SurgSim::Graphics::OsgCamera | private |
m_renderTarget | SurgSim::Graphics::OsgCamera | private |
m_switch | SurgSim::Graphics::OsgRepresentation | protected |
m_textureMap | SurgSim::Graphics::OsgCamera | private |
m_transform | SurgSim::Graphics::OsgRepresentation | protected |
m_viewMatrixUniform | SurgSim::Graphics::OsgCamera | private |
OsgCamera(const std::string &name) | SurgSim::Graphics::OsgCamera | explicit |
OsgRepresentation(const std::string &name) | SurgSim::Graphics::OsgRepresentation | explicit |
removeAccessors(const std::string &name) | SurgSim::Framework::Accessible | |
removeGroupReference(const std::string &group) | SurgSim::Graphics::Representation | |
RENDER_ORDER_COUNT enum value | SurgSim::Graphics::Camera | |
RENDER_ORDER_IN_ORDER enum value | SurgSim::Graphics::Camera | |
RENDER_ORDER_POST_RENDER enum value | SurgSim::Graphics::Camera | |
RENDER_ORDER_PRE_RENDER enum value | SurgSim::Graphics::Camera | |
RenderOrder enum name | SurgSim::Graphics::Camera | |
Representation(const std::string &name) | SurgSim::Graphics::Representation | explicit |
setAccessors(const std::string &name, GetterType getter, SetterType setter) | SurgSim::Framework::Accessible | |
setAmbientColor(const SurgSim::Math::Vector4d &color) override | SurgSim::Graphics::OsgCamera | virtual |
setDrawAsWireFrame(bool val) override | SurgSim::Graphics::OsgRepresentation | virtual |
setGetter(const std::string &name, GetterType func) | SurgSim::Framework::Accessible | |
setGroupReference(const std::string &group) | SurgSim::Graphics::Representation | |
setGroupReferences(const std::vector< std::string > &groups) | SurgSim::Graphics::Representation | |
setLocalActive(bool val) override | SurgSim::Graphics::Representation | virtual |
setLocalPose(const SurgSim::Math::RigidTransform3d &pose) | SurgSim::Framework::Representation | virtual |
setMaterial(std::shared_ptr< Material > material) override | SurgSim::Graphics::OsgCamera | virtual |
setName(const std::string &name) | SurgSim::Framework::Component | |
setProjectionMatrix(const SurgSim::Math::Matrix44d &matrix) override | SurgSim::Graphics::OsgCamera | virtual |
setRenderGroup(std::shared_ptr< Group > group) override | SurgSim::Graphics::OsgCamera | virtual |
setRenderGroupReference(const std::string &name) | SurgSim::Graphics::Camera | |
setRenderOrder(RenderOrder order, int value) override | SurgSim::Graphics::OsgCamera | virtual |
setRenderTarget(std::shared_ptr< RenderTarget > renderTarget) override | SurgSim::Graphics::OsgCamera | virtual |
setScene(std::weak_ptr< Scene > scene) | SurgSim::Framework::Component | |
setSceneElement(std::weak_ptr< SceneElement > sceneElement) | SurgSim::Framework::Component | |
setSerializable(const std::string &name, EncoderType encoder, DecoderType decoder) | SurgSim::Framework::Accessible | |
setSetter(const std::string &name, SetterType func) | SurgSim::Framework::Accessible | |
SetterType typedef | SurgSim::Framework::Accessible | |
setValue(const std::string &name, const boost::any &value) | SurgSim::Framework::Accessible | |
setVisible(bool visible) override | SurgSim::Graphics::OsgCamera | virtual |
SURGSIM_CLASSNAME(SurgSim::Graphics::OsgCamera) | SurgSim::Graphics::OsgCamera | |
update(double dt) override | SurgSim::Graphics::OsgCamera | virtual |
wakeUp() | SurgSim::Framework::Component | |
~Accessible() | SurgSim::Framework::Accessible | |
~Component() | SurgSim::Framework::Component | virtual |
~OsgRepresentation() | SurgSim::Graphics::OsgRepresentation | virtual |
~Representation() | SurgSim::Graphics::Representation | virtual |