AddNewSceneViewSequenceBrowserNode() | vtkSlicerSceneViewsModuleLogic | |
ConvertSceneViewNodesToSequenceBrowserNodes(vtkMRMLScene *scene) | vtkSlicerSceneViewsModuleLogic | protected |
ConvertSceneViewNodeToSequenceBrowserNode(vtkMRMLSceneViewNode *sceneView, vtkMRMLSequenceBrowserNode *sequenceBrowserNode) | vtkSlicerSceneViewsModuleLogic | protected |
CreateSceneView(std::string name, std::string description="", int screenshotType=ScreenShotType3D, vtkImageData *screenshot=nullptr, bool saveDisplayNodes=true, bool saveViewNodes=true, vtkMRMLSequenceBrowserNode *sequenceBrowser=nullptr) | vtkSlicerSceneViewsModuleLogic | |
CreateSceneView(vtkCollection *savedNodes, std::string name, std::string description="", int screenshotType=ScreenShotType3D, vtkImageData *screenshot=nullptr, vtkMRMLSequenceBrowserNode *sequenceBrowser=nullptr) | vtkSlicerSceneViewsModuleLogic | |
CreateSceneView(std::vector< vtkMRMLNode * > savedNodes, std::string name, std::string description="", int screenshotType=ScreenShotType3D, vtkImageData *screenshot=nullptr, vtkMRMLSequenceBrowserNode *sequenceBrowser=nullptr) | vtkSlicerSceneViewsModuleLogic | |
EndModify(bool wasModifying) | vtkMRMLAbstractLogic | inlineprotected |
EnterMRMLLogicsCallback() const | vtkMRMLAbstractLogic | protectedvirtual |
EnterMRMLNodesCallback() const | vtkMRMLAbstractLogic | protectedvirtual |
EnterMRMLSceneCallback() const | vtkMRMLAbstractLogic | protectedvirtual |
GetApplicationLogic() | vtkSlicerModuleLogic | virtual |
GetClassName() | vtkSlicerSceneViewsModuleLogic | virtual |
GetDisableModifiedEvent() const | vtkMRMLAbstractLogic | protected |
GetDisplayNodeClasses(std::vector< std::string > &displayNodeTypes) | vtkSlicerSceneViewsModuleLogic | |
GetDisplayNodeClasses() | vtkSlicerSceneViewsModuleLogic | |
GetDisplayNodes(std::vector< vtkMRMLNode * > &displayNodes) | vtkSlicerSceneViewsModuleLogic | |
GetInMRMLLogicsCallbackFlag() const | vtkMRMLAbstractLogic | protected |
GetInMRMLNodesCallbackFlag() const | vtkMRMLAbstractLogic | protected |
GetInMRMLSceneCallbackFlag() const | vtkMRMLAbstractLogic | protected |
GetModuleLogic(const char *moduleName) | vtkSlicerModuleLogic | virtual |
GetModuleShareDirectory() const | vtkSlicerModuleLogic | |
GetMRMLApplicationLogic() const | vtkMRMLAbstractLogic | virtual |
GetMRMLLogicsCallbackCommand() | vtkMRMLAbstractLogic | protected |
GetMRMLLogicsObserverManager() const | vtkMRMLAbstractLogic | protected |
GetMRMLNodesCallbackCommand() | vtkMRMLAbstractLogic | protected |
GetMRMLNodesObserverManager() const | vtkMRMLAbstractLogic | protected |
GetMRMLScene() const | vtkMRMLAbstractLogic | |
GetMRMLSceneCallbackCommand() | vtkMRMLAbstractLogic | protected |
GetMRMLSceneObserverManager() const | vtkMRMLAbstractLogic | protected |
GetNthNodeAttribute(vtkMRMLNode *proxyTextNode, int index, std::string attributeName) | vtkSlicerSceneViewsModuleLogic | protected |
GetNthSceneViewDataNode(int index, vtkMRMLNode *proxyNode) | vtkSlicerSceneViewsModuleLogic | protected |
GetNthSceneViewDescription(int index) | vtkSlicerSceneViewsModuleLogic | |
GetNthSceneViewName(int index) | vtkSlicerSceneViewsModuleLogic | |
GetNthSceneViewScreenshot(int index) | vtkSlicerSceneViewsModuleLogic | |
GetNthSceneViewScreenshotDataNode(int index) | vtkSlicerSceneViewsModuleLogic | protected |
GetNthSceneViewScreenshotProxyNode(int index) | vtkSlicerSceneViewsModuleLogic | protected |
GetNthSceneViewScreenshotType(int index) | vtkSlicerSceneViewsModuleLogic | |
GetNthSceneViewSequenceBrowserNode(int index) | vtkSlicerSceneViewsModuleLogic | |
GetNumberOfSceneViews() | vtkSlicerSceneViewsModuleLogic | |
GetOrAddSceneViewSequenceNode(vtkMRMLSequenceBrowserNode *sequenceBrowser, vtkMRMLNode *proxyNode) | vtkSlicerSceneViewsModuleLogic | protected |
GetPendingModifiedEventCount() const | vtkMRMLAbstractLogic | protected |
GetProcessingMRMLSceneEvent() const | vtkMRMLAbstractLogic | protected |
GetSceneViewDescriptionAttributeName() | vtkSlicerSceneViewsModuleLogic | static |
GetSceneViewIndexByName(std::string name) | vtkSlicerSceneViewsModuleLogic | |
GetSceneViewNameAttributeName() | vtkSlicerSceneViewsModuleLogic | static |
GetSceneViewNodeAttributeName() | vtkSlicerSceneViewsModuleLogic | static |
GetSceneViewNodeAttributeValue() | vtkSlicerSceneViewsModuleLogic | static |
GetSceneViewScreenshotProxyNode(vtkMRMLSequenceBrowserNode *sequenceBrowser=nullptr) | vtkSlicerSceneViewsModuleLogic | protected |
GetSceneViewScreenshotReferenceRole() | vtkSlicerSceneViewsModuleLogic | static |
GetSceneViewScreenshotTypeAttributeName() | vtkSlicerSceneViewsModuleLogic | static |
GetSceneViewSequenceBrowserNode(bool addMissingNode) | vtkSlicerSceneViewsModuleLogic | |
GetScreenShotTypeAsString(int type) | vtkSlicerSceneViewsModuleLogic | |
GetScreenShotTypeFromString(const std::string &type) | vtkSlicerSceneViewsModuleLogic | |
GetViewNodeClasses(std::vector< std::string > &viewNodeTypes) | vtkSlicerSceneViewsModuleLogic | |
GetViewNodeClasses() | vtkSlicerSceneViewsModuleLogic | |
GetViewNodes(std::vector< vtkMRMLNode * > &viewNodes) | vtkSlicerSceneViewsModuleLogic | |
InvokePendingModifiedEvent() | vtkMRMLAbstractLogic | protected |
IsA(const char *type) | vtkSlicerSceneViewsModuleLogic | virtual |
IsSceneViewNode(vtkMRMLNode *node) | vtkSlicerSceneViewsModuleLogic | |
IsTypeOf(const char *type) | vtkSlicerSceneViewsModuleLogic | static |
Modified() override | vtkMRMLAbstractLogic | protected |
ModifyNthSceneView(int sceneViewIndex, std::string name, std::string, int screenshotType, vtkImageData *screenshot) | vtkSlicerSceneViewsModuleLogic | |
MoveSceneViewDown(std::string id) | vtkSlicerSceneViewsModuleLogic | |
MoveSceneViewUp(std::string id) | vtkSlicerSceneViewsModuleLogic | |
MRMLLogicsCallback(vtkObject *caller, unsigned long eid, void *clientData, void *callData) | vtkMRMLAbstractLogic | protectedstatic |
MRMLNodesCallback(vtkObject *caller, unsigned long eid, void *clientData, void *callData) | vtkMRMLAbstractLogic | protectedstatic |
MRMLSceneCallback(vtkObject *caller, unsigned long eid, void *clientData, void *callData) | vtkMRMLAbstractLogic | protectedstatic |
New() | vtkSlicerSceneViewsModuleLogic | static |
ObserveMRMLScene() | vtkMRMLAbstractLogic | protectedvirtual |
OnMRMLNodeModified(vtkMRMLNode *node) override | vtkSlicerSceneViewsModuleLogic | protectedvirtual |
OnMRMLSceneEndBatchProcess() | vtkMRMLAbstractLogic | protectedvirtual |
OnMRMLSceneEndClose() override | vtkSlicerSceneViewsModuleLogic | protectedvirtual |
OnMRMLSceneEndImport() override | vtkSlicerSceneViewsModuleLogic | protectedvirtual |
OnMRMLSceneEndRestore() override | vtkSlicerSceneViewsModuleLogic | protectedvirtual |
OnMRMLSceneNew() | vtkMRMLAbstractLogic | inlineprotectedvirtual |
OnMRMLSceneNodeAdded(vtkMRMLNode *node) override | vtkSlicerSceneViewsModuleLogic | protectedvirtual |
OnMRMLSceneNodeRemoved(vtkMRMLNode *) | vtkMRMLAbstractLogic | inlineprotectedvirtual |
OnMRMLSceneStartBatchProcess() | vtkMRMLAbstractLogic | inlineprotectedvirtual |
OnMRMLSceneStartClose() | vtkMRMLAbstractLogic | inlineprotectedvirtual |
OnMRMLSceneStartImport() | vtkMRMLAbstractLogic | inlineprotectedvirtual |
OnMRMLSceneStartRestore() | vtkMRMLAbstractLogic | inlineprotectedvirtual |
PrintSelf(ostream &os, vtkIndent indent) override | vtkSlicerSceneViewsModuleLogic | |
ProcessMRMLLogicsEvents(vtkObject *caller, unsigned long event, void *callData) | vtkMRMLAbstractLogic | protectedvirtual |
ProcessMRMLNodesEvents(vtkObject *caller, unsigned long event, void *callData) | vtkMRMLAbstractLogic | protectedvirtual |
ProcessMRMLSceneEvents(vtkObject *caller, unsigned long event, void *callData) | vtkMRMLAbstractLogic | protectedvirtual |
RegisterNodes() override | vtkSlicerSceneViewsModuleLogic | virtual |
RemoveSceneView(int index) | vtkSlicerSceneViewsModuleLogic | |
RestoreSceneView(int sceneViewIndex) | vtkSlicerSceneViewsModuleLogic | |
RestoreSceneView(std::string sceneViewName) | vtkSlicerSceneViewsModuleLogic | |
SafeDownCast(vtkObject *o) | vtkSlicerSceneViewsModuleLogic | static |
SceneViewIndexToSequenceBrowserIndex(int sceneViewIndex) | vtkSlicerSceneViewsModuleLogic | |
SceneViewsModifiedEvent enum value | vtkSlicerSceneViewsModuleLogic | |
ScreenShotType3D enum value | vtkSlicerSceneViewsModuleLogic | |
ScreenShotTypeFullLayout enum value | vtkSlicerSceneViewsModuleLogic | |
ScreenShotTypeGreen enum value | vtkSlicerSceneViewsModuleLogic | |
ScreenShotTypeRed enum value | vtkSlicerSceneViewsModuleLogic | |
ScreenShotTypeYellow enum value | vtkSlicerSceneViewsModuleLogic | |
SetAndObserveMRMLSceneEventsInternal(vtkMRMLScene *newScene, vtkIntArray *events, vtkFloatArray *priorities=nullptr) | vtkMRMLAbstractLogic | protected |
SetDisableModifiedEvent(bool onOff) | vtkMRMLAbstractLogic | protected |
SetInMRMLLogicsCallbackFlag(int flag) | vtkMRMLAbstractLogic | protected |
SetInMRMLNodesCallbackFlag(int flag) | vtkMRMLAbstractLogic | protected |
SetInMRMLSceneCallbackFlag(int flag) | vtkMRMLAbstractLogic | protected |
SetModuleShareDirectory(const std::string &shareDirectory) | vtkSlicerModuleLogic | |
SetMRMLApplicationLogic(vtkMRMLApplicationLogic *logic) | vtkMRMLAbstractLogic | virtual |
SetMRMLScene(vtkMRMLScene *newScene) | vtkMRMLAbstractLogic | |
SetMRMLSceneInternal(vtkMRMLScene *newScene) override | vtkSlicerSceneViewsModuleLogic | virtual |
SetNthNodeAttribute(vtkMRMLNode *proxyTextNode, int index, std::string attributeName, std::string text) | vtkSlicerSceneViewsModuleLogic | protected |
SetNthSceneViewDescription(int index, std::string description) | vtkSlicerSceneViewsModuleLogic | |
SetNthSceneViewName(int index, std::string name) | vtkSlicerSceneViewsModuleLogic | |
SetNthSceneViewScreenshot(int index, vtkImageData *screenshot) | vtkSlicerSceneViewsModuleLogic | |
SetNthSceneViewScreenshotType(int index, int type) | vtkSlicerSceneViewsModuleLogic | |
SetProcessingMRMLSceneEvent(int event) | vtkMRMLAbstractLogic | protected |
StartModify() | vtkMRMLAbstractLogic | inlineprotected |
Superclass typedef | vtkSlicerSceneViewsModuleLogic | |
TaskFunctionPointer typedef | vtkMRMLAbstractLogic | |
UnobserveMRMLScene() | vtkMRMLAbstractLogic | protectedvirtual |
UpdateFromMRMLScene() | vtkMRMLAbstractLogic | protectedvirtual |
UpdateNthSceneView(int sceneViewIndex, bool updateExistingNodes=true, bool saveDisplayNodes=true, bool saveViewNodes=true) | vtkSlicerSceneViewsModuleLogic | |
UpdateNthSceneView(int sceneViewIndex, vtkCollection *savedNodes, bool updateExistingNodes=true) | vtkSlicerSceneViewsModuleLogic | |
UpdateNthSceneView(int sceneViewIndex, std::vector< vtkMRMLNode * > savedNodes, bool updateExistingNodes=true) | vtkSlicerSceneViewsModuleLogic | |
vtkMRMLAbstractLogic() | vtkMRMLAbstractLogic | protected |
vtkSlicerModuleLogic() | vtkSlicerModuleLogic | protected |
vtkSlicerSceneViewsModuleLogic() | vtkSlicerSceneViewsModuleLogic | protected |
~vtkMRMLAbstractLogic() override | vtkMRMLAbstractLogic | protected |
~vtkSlicerModuleLogic() override | vtkSlicerModuleLogic | protected |
~vtkSlicerSceneViewsModuleLogic() override | vtkSlicerSceneViewsModuleLogic | protected |