Katana Plug-in APIs 0.1

Foundry::Katana::ViewerAPI::Viewport Member List

This is the complete list of members for Foundry::Katana::ViewerAPI::Viewport, including all inherited members.
activateManipulator(const std::string &pluginName, const std::vector< std::string > &locationPaths)Foundry::Katana::ViewerAPI::ViewportPluginBase
addCamera(const std::string &pluginName, const std::string &name)Foundry::Katana::ViewerAPI::ViewportPluginBase
addLayer(const std::string &pluginName, const std::string &name)Foundry::Katana::ViewerAPI::ViewportPluginBase
addPickableObject(FnAttribute::Attribute attr)Foundry::Katana::ViewerAPI::Viewport
cleanup()=0Foundry::Katana::ViewerAPI::Viewport [pure virtual]
customPick(unsigned int x, unsigned int y, unsigned int w, unsigned int h, bool deepPicking, PickedAttrsMap &pickedAttrs, float *singlePointDepth=NULL)Foundry::Katana::ViewerAPI::Viewport [virtual]
deactivateAllManipulators()Foundry::Katana::ViewerAPI::ViewportPluginBase
deactivateManipulator(const std::string &pluginName)Foundry::Katana::ViewerAPI::ViewportPluginBase
disableCap(uint32_t cap)Foundry::Katana::ViewerAPI::ViewportPluginBase
doneGLContextCurrent()Foundry::Katana::ViewerAPI::ViewportPluginBase
draw()Foundry::Katana::ViewerAPI::Viewport [virtual]
enableCap(uint32_t cap)Foundry::Katana::ViewerAPI::ViewportPluginBase
event(const FnEventWrapper &eventData)Foundry::Katana::ViewerAPI::Viewport [virtual]
flush()Foundry::Katana::ViewerAPI::Viewport [inline, static]
freeze()=0Foundry::Katana::ViewerAPI::Viewport [pure virtual]
getActiveCamera()Foundry::Katana::ViewerAPI::ViewportPluginBase
getActiveManipulator(unsigned int index)Foundry::Katana::ViewerAPI::ViewportPluginBase
getActiveManipulator(const std::string &pluginName)Foundry::Katana::ViewerAPI::ViewportPluginBase
getCamera(const std::string &name) const Foundry::Katana::ViewerAPI::ViewportPluginBase
getCamera(unsigned int index) const Foundry::Katana::ViewerAPI::ViewportPluginBase
getCameraIndex(const std::string &name)Foundry::Katana::ViewerAPI::ViewportPluginBase
getCameraName(unsigned int index)Foundry::Katana::ViewerAPI::ViewportPluginBase
getCameraName(ViewportCameraWrapperPtr camera)Foundry::Katana::ViewerAPI::ViewportPluginBase
getDefaultFramebufferObject()Foundry::Katana::ViewerAPI::ViewportPluginBase
getHeight()Foundry::Katana::ViewerAPI::ViewportPluginBase
getHorizontalOffset()Foundry::Katana::ViewerAPI::ViewportPluginBase
getLayer(const std::string &name) const Foundry::Katana::ViewerAPI::ViewportPluginBase
getLayer(unsigned int index) const Foundry::Katana::ViewerAPI::ViewportPluginBase
getLayerIndex(const std::string &name)Foundry::Katana::ViewerAPI::ViewportPluginBase
getLayerName(unsigned int index)Foundry::Katana::ViewerAPI::ViewportPluginBase
getName()Foundry::Katana::ViewerAPI::ViewportPluginBase
getNumberOfActiveManipulators()Foundry::Katana::ViewerAPI::ViewportPluginBase
getNumberOfCameras() const Foundry::Katana::ViewerAPI::ViewportPluginBase
getNumberOfLayers() const Foundry::Katana::ViewerAPI::ViewportPluginBase
getOption(OptionIdGenerator::value_type optionId)Foundry::Katana::ViewerAPI::Viewport [virtual]
getOption(const std::string &name)Foundry::Katana::ViewerAPI::Viewport
getPrivateData(void *inputData)Foundry::Katana::ViewerAPI::Viewport [inline, virtual]
getProjectionMatrix()Foundry::Katana::ViewerAPI::ViewportPluginBase
getProjectionMatrix44d()Foundry::Katana::ViewerAPI::ViewportPluginBase
getVerticalOffset()Foundry::Katana::ViewerAPI::ViewportPluginBase
getViewerDelegate()Foundry::Katana::ViewerAPI::ViewportPluginBase
getViewMatrix()Foundry::Katana::ViewerAPI::ViewportPluginBase
getViewMatrix44d()Foundry::Katana::ViewerAPI::ViewportPluginBase
getWidth()Foundry::Katana::ViewerAPI::ViewportPluginBase
getZoom()Foundry::Katana::ViewerAPI::ViewportPluginBase
hover(bool isHovering, int x, int y)Foundry::Katana::ViewerAPI::Viewport [virtual]
insertLayer(const std::string &pluginName, const std::string &name, unsigned int index)Foundry::Katana::ViewerAPI::ViewportPluginBase
isDirty()Foundry::Katana::ViewerAPI::ViewportPluginBase
isGLContextCurrent()Foundry::Katana::ViewerAPI::ViewportPluginBase
isPanAndZoomActive()Foundry::Katana::ViewerAPI::ViewportPluginBase
isViewFrozen() const Foundry::Katana::ViewerAPI::ViewportPluginBase
makeGLContextCurrent()Foundry::Katana::ViewerAPI::ViewportPluginBase
pick(unsigned int x, unsigned int y, unsigned int w, unsigned int h, bool deepPicking, PickedAttrsMap &pickedAttrs, float *singlePointDepth=NULL)Foundry::Katana::ViewerAPI::ViewportPluginBase
pickerDraw(unsigned int x, unsigned int y, unsigned int w, unsigned int h, const PickedAttrsMap &ignoreAttrs)Foundry::Katana::ViewerAPI::Viewport [inline, virtual]
removeCamera(const std::string &name)Foundry::Katana::ViewerAPI::ViewportPluginBase
removeCamera(unsigned int index)Foundry::Katana::ViewerAPI::ViewportPluginBase
removeCamera(ViewportCameraWrapperPtr camera)Foundry::Katana::ViewerAPI::ViewportPluginBase
removeLayer(const std::string &name)Foundry::Katana::ViewerAPI::ViewportPluginBase
removeLayer(unsigned int index)Foundry::Katana::ViewerAPI::ViewportPluginBase
resize(unsigned int width, unsigned int height)Foundry::Katana::ViewerAPI::Viewport [virtual]
setActiveCamera(ViewportCameraWrapperPtr camera)Foundry::Katana::ViewerAPI::ViewportPluginBase
setDirty(bool dirty)Foundry::Katana::ViewerAPI::ViewportPluginBase
setOption(OptionIdGenerator::value_type optionId, FnAttribute::Attribute attr)Foundry::Katana::ViewerAPI::Viewport [inline, virtual]
setOption(const std::string &name, FnAttribute::Attribute attr)Foundry::Katana::ViewerAPI::Viewport
setPanAndZoomActive(bool active)Foundry::Katana::ViewerAPI::ViewportPluginBase
setup()=0Foundry::Katana::ViewerAPI::Viewport [pure virtual]
setViewFrozen(bool isViewFrozen)Foundry::Katana::ViewerAPI::ViewportPluginBase
thaw()=0Foundry::Katana::ViewerAPI::Viewport [pure virtual]
Viewport()Foundry::Katana::ViewerAPI::Viewport
ViewportPluginBase()Foundry::Katana::ViewerAPI::ViewportPluginBase
~Viewport()Foundry::Katana::ViewerAPI::Viewport [virtual]
~ViewportPluginBase()Foundry::Katana::ViewerAPI::ViewportPluginBase [virtual]
 All Classes Functions Variables Typedefs Enumerations Enumerator