Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
vtkSlicerSceneViewsModuleLogic Class Reference

#include <Modules/Loadable/SceneViews/Logic/vtkSlicerSceneViewsModuleLogic.h>

Inheritance diagram for vtkSlicerSceneViewsModuleLogic:
Collaboration diagram for vtkSlicerSceneViewsModuleLogic:

Public Types

enum  {
  ScreenShotType3D = 0 , ScreenShotTypeRed = 1 , ScreenShotTypeYellow = 2 , ScreenShotTypeGreen = 3 ,
  ScreenShotTypeFullLayout = 4
}
 The screenshot type of a sceneView. More...
 
enum  { SceneViewsModifiedEvent = 22001 }
 
typedef vtkSlicerModuleLogic Superclass
 
- Public Types inherited from vtkSlicerModuleLogic
typedef vtkMRMLAbstractLogic Superclass
 
- Public Types inherited from vtkMRMLAbstractLogic
typedef vtkObject Superclass
 
typedef void(vtkMRMLAbstractLogic::* TaskFunctionPointer) (void *clientdata)
 

Public Member Functions

vtkMRMLSequenceBrowserNodeAddNewSceneViewSequenceBrowserNode ()
 
void CreateSceneView (std::string name, std::string description="", int screenshotType=ScreenShotType3D, vtkImageData *screenshot=nullptr, bool saveDisplayNodes=true, bool saveViewNodes=true, vtkMRMLSequenceBrowserNode *sequenceBrowser=nullptr)
 Create a sceneView..
 
void CreateSceneView (std::vector< vtkMRMLNode * > savedNodes, std::string name, std::string description="", int screenshotType=ScreenShotType3D, vtkImageData *screenshot=nullptr, vtkMRMLSequenceBrowserNode *sequenceBrowser=nullptr)
 
void CreateSceneView (vtkCollection *savedNodes, std::string name, std::string description="", int screenshotType=ScreenShotType3D, vtkImageData *screenshot=nullptr, vtkMRMLSequenceBrowserNode *sequenceBrowser=nullptr)
 
virtual const char * GetClassName ()
 
std::string GetNthSceneViewDescription (int index)
 
std::string GetNthSceneViewName (int index)
 
vtkImageData * GetNthSceneViewScreenshot (int index)
 
int GetNthSceneViewScreenshotType (int index)
 
vtkMRMLSequenceBrowserNodeGetNthSceneViewSequenceBrowserNode (int index)
 
int GetNumberOfSceneViews ()
 Get the number of sceneViews.
 
int GetSceneViewIndexByName (std::string name)
 Returns the index for a scene view with the given name. If no matching scene view is found, returns -1.
 
vtkMRMLSequenceBrowserNodeGetSceneViewSequenceBrowserNode (bool addMissingNode)
 
std::string GetScreenShotTypeAsString (int type)
 Convert string to/from scene view enum type.
 
int GetScreenShotTypeFromString (const std::string &type)
 
virtual int IsA (const char *type)
 
bool IsSceneViewNode (vtkMRMLNode *node)
 Returns true if the node is a scene view node.
 
void ModifyNthSceneView (int sceneViewIndex, std::string name, std::string, int screenshotType, vtkImageData *screenshot)
 Modify an existing sceneView.
 
std::string MoveSceneViewDown (std::string id)
 Move sceneView up.
 
std::string MoveSceneViewUp (std::string id)
 Move sceneView up.
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
void RegisterNodes () override
 Register MRML Node classes to Scene. Gets called automatically when the MRMLScene is attached to this logic class.
 
bool RemoveSceneView (int index)
 Remove a sceneView.
 
bool RestoreSceneView (int sceneViewIndex)
 Restore a sceneView.
 
bool RestoreSceneView (std::string sceneViewName)
 
int SceneViewIndexToSequenceBrowserIndex (int sceneViewIndex)
 Convert the index of the scene view to the corresponding value index of the sequence browser that holds the snapshot.
 
void SetMRMLSceneInternal (vtkMRMLScene *newScene) override
 Initialize listening to MRML events.
 
void SetNthSceneViewDescription (int index, std::string description)
 Set/Get the description of an existing sceneView.
 
void SetNthSceneViewName (int index, std::string name)
 Set/Get the name of an existing sceneView.
 
void SetNthSceneViewScreenshot (int index, vtkImageData *screenshot)
 Set/Get the screenshot of an existing sceneView.
 
void SetNthSceneViewScreenshotType (int index, int type)
 Set/Get the screenshot type of an existing sceneView.
 
- Public Member Functions inherited from vtkSlicerModuleLogic
virtual vtkSlicerApplicationLogicGetApplicationLogic ()
 Get access to overall application state.
 
virtual vtkMRMLAbstractLogicGetModuleLogic (const char *moduleName)
 Convenience method for getting another module's logic from the application logic.
 
std::string GetModuleShareDirectory () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
void SetModuleShareDirectory (const std::string &shareDirectory)
 
- Public Member Functions inherited from vtkMRMLAbstractLogic
virtual vtkMRMLApplicationLogicGetMRMLApplicationLogic () const
 Get access to overall application state.
 
vtkMRMLSceneGetMRMLScene () const
 Return a reference to the current MRML scene.
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
virtual void SetMRMLApplicationLogic (vtkMRMLApplicationLogic *logic)
 
void SetMRMLScene (vtkMRMLScene *newScene)
 Set and observe the MRMLScene.
 

Static Public Member Functions

static const char * GetSceneViewDescriptionAttributeName ()
 
static const char * GetSceneViewNameAttributeName ()
 
static const char * GetSceneViewNodeAttributeName ()
 
static const char * GetSceneViewNodeAttributeValue ()
 
static const char * GetSceneViewScreenshotReferenceRole ()
 
static const char * GetSceneViewScreenshotTypeAttributeName ()
 
static int IsTypeOf (const char *type)
 
static vtkSlicerSceneViewsModuleLogicNew ()
 
static vtkSlicerSceneViewsModuleLogicSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkSlicerModuleLogic
static int IsTypeOf (const char *type)
 
static vtkSlicerModuleLogicNew ()
 The Usual vtk class functions.
 
static vtkSlicerModuleLogicSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkMRMLAbstractLogic
static int IsTypeOf (const char *type)
 
static vtkMRMLAbstractLogicNew ()
 
static vtkMRMLAbstractLogicSafeDownCast (vtkObject *o)
 

Protected Member Functions

void ConvertSceneViewNodesToSequenceBrowserNodes (vtkMRMLScene *scene)
 Convert all existing vtkMRMLSceneViewNode in the scene to use Sequences.
 
vtkMRMLSequenceBrowserNodeConvertSceneViewNodeToSequenceBrowserNode (vtkMRMLSceneViewNode *sceneView, vtkMRMLSequenceBrowserNode *sequenceBrowserNode)
 Convert the specified vtkMRMLSceneViewNode to use sequences.
 
void GetDisplayNodes (std::vector< vtkMRMLNode * > &displayNodes)
 Add all display-related nodes to the vector.
 
std::string GetNthNodeAttribute (vtkMRMLNode *proxyTextNode, int index, std::string attributeName)
 
vtkMRMLNodeGetNthSceneViewDataNode (int index, vtkMRMLNode *proxyNode)
 Return the data node for the specified proxy node in the Nth scene view index.
 
vtkMRMLVolumeNodeGetNthSceneViewScreenshotDataNode (int index)
 Return the screenshot data node in the Nth scene view index.
 
vtkMRMLVolumeNodeGetNthSceneViewScreenshotProxyNode (int index)
 Returns the proxy node in the scene for the Nth scene view.
 
vtkMRMLVolumeNodeGetSceneViewScreenshotProxyNode (vtkMRMLSequenceBrowserNode *sequenceBrowser=nullptr)
 Returns the proxy node containing the scene view screenshot.
 
void GetViewNodes (std::vector< vtkMRMLNode * > &viewNodes)
 Add all view-related nodes to the vector.
 
void OnMRMLNodeModified (vtkMRMLNode *node) override
 Called when a scene view sequence browser node is modified.
 
void OnMRMLSceneEndClose () override
 
void OnMRMLSceneEndImport () override
 
void OnMRMLSceneEndRestore () override
 
void OnMRMLSceneNodeAdded (vtkMRMLNode *node) override
 Called when MRMLScene events are invoked.
 
void SetNthNodeAttribute (vtkMRMLNode *proxyTextNode, int index, std::string attributeName, std::string text)
 
 vtkSlicerSceneViewsModuleLogic ()
 
 ~vtkSlicerSceneViewsModuleLogic () override
 
- Protected Member Functions inherited from vtkSlicerModuleLogic
 vtkSlicerModuleLogic ()
 
 ~vtkSlicerModuleLogic () override
 
- Protected Member Functions inherited from vtkMRMLAbstractLogic
int EndModify (bool wasModifying)
 
virtual bool EnterMRMLLogicsCallback () const
 
virtual bool EnterMRMLNodesCallback () const
 
virtual bool EnterMRMLSceneCallback () const
 
bool GetDisableModifiedEvent () const
 
int GetInMRMLLogicsCallbackFlag () const
 
int GetInMRMLNodesCallbackFlag () const
 
int GetInMRMLSceneCallbackFlag () const
 
vtkCallbackCommand * GetMRMLLogicsCallbackCommand ()
 
vtkObserverManagerGetMRMLLogicsObserverManager () const
 
vtkCallbackCommand * GetMRMLNodesCallbackCommand ()
 
vtkObserverManagerGetMRMLNodesObserverManager () const
 
vtkCallbackCommand * GetMRMLSceneCallbackCommand ()
 
vtkObserverManagerGetMRMLSceneObserverManager () const
 
int GetPendingModifiedEventCount () const
 
int GetProcessingMRMLSceneEvent () const
 Return the event id currently processed or 0 if any.
 
int InvokePendingModifiedEvent ()
 
void Modified () override
 
virtual void ObserveMRMLScene ()
 
virtual void OnMRMLSceneEndBatchProcess ()
 
virtual void OnMRMLSceneNew ()
 
virtual void OnMRMLSceneNodeRemoved (vtkMRMLNode *)
 
virtual void OnMRMLSceneStartBatchProcess ()
 
virtual void OnMRMLSceneStartClose ()
 
virtual void OnMRMLSceneStartImport ()
 
virtual void OnMRMLSceneStartRestore ()
 
virtual void ProcessMRMLLogicsEvents (vtkObject *caller, unsigned long event, void *callData)
 
virtual void ProcessMRMLNodesEvents (vtkObject *caller, unsigned long event, void *callData)
 
virtual void ProcessMRMLSceneEvents (vtkObject *caller, unsigned long event, void *callData)
 
void SetAndObserveMRMLSceneEventsInternal (vtkMRMLScene *newScene, vtkIntArray *events, vtkFloatArray *priorities=nullptr)
 
void SetDisableModifiedEvent (bool onOff)
 
void SetInMRMLLogicsCallbackFlag (int flag)
 
void SetInMRMLNodesCallbackFlag (int flag)
 
void SetInMRMLSceneCallbackFlag (int flag)
 
void SetProcessingMRMLSceneEvent (int event)
 
bool StartModify ()
 
virtual void UnobserveMRMLScene ()
 
virtual void UpdateFromMRMLScene ()
 
 vtkMRMLAbstractLogic ()
 
 ~vtkMRMLAbstractLogic () override
 

Additional Inherited Members

- Static Protected Member Functions inherited from vtkMRMLAbstractLogic
static void MRMLLogicsCallback (vtkObject *caller, unsigned long eid, void *clientData, void *callData)
 MRMLLogicCallback is a static function to relay modified events from the logics.
 
static void MRMLNodesCallback (vtkObject *caller, unsigned long eid, void *clientData, void *callData)
 MRMLNodesCallback is a static function to relay modified events from the nodes.
 
static void MRMLSceneCallback (vtkObject *caller, unsigned long eid, void *clientData, void *callData)
 

Detailed Description

Definition at line 47 of file vtkSlicerSceneViewsModuleLogic.h.

Member Typedef Documentation

◆ Superclass

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

The screenshot type of a sceneView.

Enumerator
ScreenShotType3D 
ScreenShotTypeRed 
ScreenShotTypeYellow 
ScreenShotTypeGreen 
ScreenShotTypeFullLayout 

Definition at line 151 of file vtkSlicerSceneViewsModuleLogic.h.

◆ anonymous enum

anonymous enum
Enumerator
SceneViewsModifiedEvent 

Definition at line 160 of file vtkSlicerSceneViewsModuleLogic.h.

Constructor & Destructor Documentation

◆ vtkSlicerSceneViewsModuleLogic()

vtkSlicerSceneViewsModuleLogic::vtkSlicerSceneViewsModuleLogic ( )
protected

◆ ~vtkSlicerSceneViewsModuleLogic()

vtkSlicerSceneViewsModuleLogic::~vtkSlicerSceneViewsModuleLogic ( )
overrideprotected

Member Function Documentation

◆ AddNewSceneViewSequenceBrowserNode()

vtkMRMLSequenceBrowserNode * vtkSlicerSceneViewsModuleLogic::AddNewSceneViewSequenceBrowserNode ( )

◆ ConvertSceneViewNodesToSequenceBrowserNodes()

void vtkSlicerSceneViewsModuleLogic::ConvertSceneViewNodesToSequenceBrowserNodes ( vtkMRMLScene * scene)
protected

Convert all existing vtkMRMLSceneViewNode in the scene to use Sequences.

◆ ConvertSceneViewNodeToSequenceBrowserNode()

vtkMRMLSequenceBrowserNode * vtkSlicerSceneViewsModuleLogic::ConvertSceneViewNodeToSequenceBrowserNode ( vtkMRMLSceneViewNode * sceneView,
vtkMRMLSequenceBrowserNode * sequenceBrowserNode )
protected

Convert the specified vtkMRMLSceneViewNode to use sequences.

◆ CreateSceneView() [1/3]

void vtkSlicerSceneViewsModuleLogic::CreateSceneView ( std::string name,
std::string description = "",
int screenshotType = ScreenShotType3D,
vtkImageData * screenshot = nullptr,
bool saveDisplayNodes = true,
bool saveViewNodes = true,
vtkMRMLSequenceBrowserNode * sequenceBrowser = nullptr )

Create a sceneView..

◆ CreateSceneView() [2/3]

void vtkSlicerSceneViewsModuleLogic::CreateSceneView ( std::vector< vtkMRMLNode * > savedNodes,
std::string name,
std::string description = "",
int screenshotType = ScreenShotType3D,
vtkImageData * screenshot = nullptr,
vtkMRMLSequenceBrowserNode * sequenceBrowser = nullptr )

◆ CreateSceneView() [3/3]

void vtkSlicerSceneViewsModuleLogic::CreateSceneView ( vtkCollection * savedNodes,
std::string name,
std::string description = "",
int screenshotType = ScreenShotType3D,
vtkImageData * screenshot = nullptr,
vtkMRMLSequenceBrowserNode * sequenceBrowser = nullptr )

◆ GetClassName()

virtual const char * vtkSlicerSceneViewsModuleLogic::GetClassName ( )
virtual

Reimplemented from vtkSlicerModuleLogic.

◆ GetDisplayNodes()

void vtkSlicerSceneViewsModuleLogic::GetDisplayNodes ( std::vector< vtkMRMLNode * > & displayNodes)
protected

Add all display-related nodes to the vector.

◆ GetNthNodeAttribute()

std::string vtkSlicerSceneViewsModuleLogic::GetNthNodeAttribute ( vtkMRMLNode * proxyTextNode,
int index,
std::string attributeName )
protected

◆ GetNthSceneViewDataNode()

vtkMRMLNode * vtkSlicerSceneViewsModuleLogic::GetNthSceneViewDataNode ( int index,
vtkMRMLNode * proxyNode )
protected

Return the data node for the specified proxy node in the Nth scene view index.

◆ GetNthSceneViewDescription()

std::string vtkSlicerSceneViewsModuleLogic::GetNthSceneViewDescription ( int index)

◆ GetNthSceneViewName()

std::string vtkSlicerSceneViewsModuleLogic::GetNthSceneViewName ( int index)

◆ GetNthSceneViewScreenshot()

vtkImageData * vtkSlicerSceneViewsModuleLogic::GetNthSceneViewScreenshot ( int index)

◆ GetNthSceneViewScreenshotDataNode()

vtkMRMLVolumeNode * vtkSlicerSceneViewsModuleLogic::GetNthSceneViewScreenshotDataNode ( int index)
protected

Return the screenshot data node in the Nth scene view index.

◆ GetNthSceneViewScreenshotProxyNode()

vtkMRMLVolumeNode * vtkSlicerSceneViewsModuleLogic::GetNthSceneViewScreenshotProxyNode ( int index)
protected

Returns the proxy node in the scene for the Nth scene view.

◆ GetNthSceneViewScreenshotType()

int vtkSlicerSceneViewsModuleLogic::GetNthSceneViewScreenshotType ( int index)

◆ GetNthSceneViewSequenceBrowserNode()

vtkMRMLSequenceBrowserNode * vtkSlicerSceneViewsModuleLogic::GetNthSceneViewSequenceBrowserNode ( int index)

◆ GetNumberOfSceneViews()

int vtkSlicerSceneViewsModuleLogic::GetNumberOfSceneViews ( )

Get the number of sceneViews.

◆ GetSceneViewDescriptionAttributeName()

static const char * vtkSlicerSceneViewsModuleLogic::GetSceneViewDescriptionAttributeName ( )
static

◆ GetSceneViewIndexByName()

int vtkSlicerSceneViewsModuleLogic::GetSceneViewIndexByName ( std::string name)

Returns the index for a scene view with the given name. If no matching scene view is found, returns -1.

◆ GetSceneViewNameAttributeName()

static const char * vtkSlicerSceneViewsModuleLogic::GetSceneViewNameAttributeName ( )
static

◆ GetSceneViewNodeAttributeName()

static const char * vtkSlicerSceneViewsModuleLogic::GetSceneViewNodeAttributeName ( )
static

◆ GetSceneViewNodeAttributeValue()

static const char * vtkSlicerSceneViewsModuleLogic::GetSceneViewNodeAttributeValue ( )
static

◆ GetSceneViewScreenshotProxyNode()

vtkMRMLVolumeNode * vtkSlicerSceneViewsModuleLogic::GetSceneViewScreenshotProxyNode ( vtkMRMLSequenceBrowserNode * sequenceBrowser = nullptr)
protected

Returns the proxy node containing the scene view screenshot.

◆ GetSceneViewScreenshotReferenceRole()

static const char * vtkSlicerSceneViewsModuleLogic::GetSceneViewScreenshotReferenceRole ( )
static

◆ GetSceneViewScreenshotTypeAttributeName()

static const char * vtkSlicerSceneViewsModuleLogic::GetSceneViewScreenshotTypeAttributeName ( )
static

◆ GetSceneViewSequenceBrowserNode()

vtkMRMLSequenceBrowserNode * vtkSlicerSceneViewsModuleLogic::GetSceneViewSequenceBrowserNode ( bool addMissingNode)

◆ GetScreenShotTypeAsString()

std::string vtkSlicerSceneViewsModuleLogic::GetScreenShotTypeAsString ( int type)

Convert string to/from scene view enum type.

◆ GetScreenShotTypeFromString()

int vtkSlicerSceneViewsModuleLogic::GetScreenShotTypeFromString ( const std::string & type)

◆ GetViewNodes()

void vtkSlicerSceneViewsModuleLogic::GetViewNodes ( std::vector< vtkMRMLNode * > & viewNodes)
protected

Add all view-related nodes to the vector.

◆ IsA()

virtual int vtkSlicerSceneViewsModuleLogic::IsA ( const char * type)
virtual

Reimplemented from vtkSlicerModuleLogic.

◆ IsSceneViewNode()

bool vtkSlicerSceneViewsModuleLogic::IsSceneViewNode ( vtkMRMLNode * node)

Returns true if the node is a scene view node.

◆ IsTypeOf()

static int vtkSlicerSceneViewsModuleLogic::IsTypeOf ( const char * type)
static

◆ ModifyNthSceneView()

void vtkSlicerSceneViewsModuleLogic::ModifyNthSceneView ( int sceneViewIndex,
std::string name,
std::string ,
int screenshotType,
vtkImageData * screenshot )

Modify an existing sceneView.

◆ MoveSceneViewDown()

std::string vtkSlicerSceneViewsModuleLogic::MoveSceneViewDown ( std::string id)

Move sceneView up.

◆ MoveSceneViewUp()

std::string vtkSlicerSceneViewsModuleLogic::MoveSceneViewUp ( std::string id)

Move sceneView up.

◆ New()

static vtkSlicerSceneViewsModuleLogic * vtkSlicerSceneViewsModuleLogic::New ( )
static

◆ OnMRMLNodeModified()

void vtkSlicerSceneViewsModuleLogic::OnMRMLNodeModified ( vtkMRMLNode * node)
overrideprotectedvirtual

Called when a scene view sequence browser node is modified.

Reimplemented from vtkMRMLAbstractLogic.

◆ OnMRMLSceneEndClose()

void vtkSlicerSceneViewsModuleLogic::OnMRMLSceneEndClose ( )
overrideprotectedvirtual

If vtkMRMLScene::EndCloseEvent has been set to be observed in SetMRMLSceneInternal, it is called when the scene fires the event

See also
ProcessMRMLSceneEvents, SetMRMLSceneInternal
OnMRMLSceneStartClose

Reimplemented from vtkMRMLAbstractLogic.

◆ OnMRMLSceneEndImport()

void vtkSlicerSceneViewsModuleLogic::OnMRMLSceneEndImport ( )
overrideprotectedvirtual

If vtkMRMLScene::EndImportEvent has been set to be observed in SetMRMLSceneInternal, it is called when the scene fires the event

See also
ProcessMRMLSceneEvents, SetMRMLSceneInternal
OnMRMLSceneStartImport, OnMRMLSceneNew

Reimplemented from vtkMRMLAbstractLogic.

◆ OnMRMLSceneEndRestore()

void vtkSlicerSceneViewsModuleLogic::OnMRMLSceneEndRestore ( )
overrideprotectedvirtual

If vtkMRMLScene::EndRestoreEvent has been set to be observed in SetMRMLSceneInternal, it is called when the scene fires the event

See also
ProcessMRMLSceneEvents, SetMRMLSceneInternal
OnMRMLSceneStartRestore

Reimplemented from vtkMRMLAbstractLogic.

◆ OnMRMLSceneNodeAdded()

void vtkSlicerSceneViewsModuleLogic::OnMRMLSceneNodeAdded ( vtkMRMLNode * node)
overrideprotectedvirtual

Called when MRMLScene events are invoked.

Reimplemented from vtkMRMLAbstractLogic.

◆ PrintSelf()

void vtkSlicerSceneViewsModuleLogic::PrintSelf ( ostream & os,
vtkIndent indent )
override

◆ RegisterNodes()

void vtkSlicerSceneViewsModuleLogic::RegisterNodes ( )
overridevirtual

Register MRML Node classes to Scene. Gets called automatically when the MRMLScene is attached to this logic class.

Reimplemented from vtkMRMLAbstractLogic.

◆ RemoveSceneView()

bool vtkSlicerSceneViewsModuleLogic::RemoveSceneView ( int index)

Remove a sceneView.

◆ RestoreSceneView() [1/2]

bool vtkSlicerSceneViewsModuleLogic::RestoreSceneView ( int sceneViewIndex)

Restore a sceneView.

◆ RestoreSceneView() [2/2]

bool vtkSlicerSceneViewsModuleLogic::RestoreSceneView ( std::string sceneViewName)

◆ SafeDownCast()

static vtkSlicerSceneViewsModuleLogic * vtkSlicerSceneViewsModuleLogic::SafeDownCast ( vtkObject * o)
static

◆ SceneViewIndexToSequenceBrowserIndex()

int vtkSlicerSceneViewsModuleLogic::SceneViewIndexToSequenceBrowserIndex ( int sceneViewIndex)

Convert the index of the scene view to the corresponding value index of the sequence browser that holds the snapshot.

◆ SetMRMLSceneInternal()

void vtkSlicerSceneViewsModuleLogic::SetMRMLSceneInternal ( vtkMRMLScene * newScene)
overridevirtual

Initialize listening to MRML events.

Reimplemented from vtkMRMLAbstractLogic.

◆ SetNthNodeAttribute()

void vtkSlicerSceneViewsModuleLogic::SetNthNodeAttribute ( vtkMRMLNode * proxyTextNode,
int index,
std::string attributeName,
std::string text )
protected

◆ SetNthSceneViewDescription()

void vtkSlicerSceneViewsModuleLogic::SetNthSceneViewDescription ( int index,
std::string description )

Set/Get the description of an existing sceneView.

◆ SetNthSceneViewName()

void vtkSlicerSceneViewsModuleLogic::SetNthSceneViewName ( int index,
std::string name )

Set/Get the name of an existing sceneView.

◆ SetNthSceneViewScreenshot()

void vtkSlicerSceneViewsModuleLogic::SetNthSceneViewScreenshot ( int index,
vtkImageData * screenshot )

Set/Get the screenshot of an existing sceneView.

◆ SetNthSceneViewScreenshotType()

void vtkSlicerSceneViewsModuleLogic::SetNthSceneViewScreenshotType ( int index,
int type )

Set/Get the screenshot type of an existing sceneView.


The documentation for this class was generated from the following file: