Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkSlicerPlotsLogic Class Reference

Slicer logic class for double array manipulation This class manages the logic associated with reading, saving, and changing propertied of the double array nodes. More...

#include <Modules/Loadable/Plots/Logic/vtkSlicerPlotsLogic.h>

Inheritance diagram for vtkSlicerPlotsLogic:
Inheritance graph
[legend]
Collaboration diagram for vtkSlicerPlotsLogic:
Collaboration graph
[legend]

Public Types

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

vtkMRMLPlotSeriesNodeCloneSeries (vtkMRMLPlotSeriesNode *source, const char *name)
 
virtual const char * GetClassName ()
 
vtkMRMLPlotChartNodeGetFirstPlotChartForSeries (vtkMRMLPlotSeriesNode *seriesNode)
 Finds the first plot chart that contains the specified series. More...
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
void ShowChartInLayout (vtkMRMLPlotChartNode *chartNode)
 
- Public Member Functions inherited from vtkSlicerModuleLogic
virtual vtkSlicerApplicationLogicGetApplicationLogic ()
 Get access to overall application state. More...
 
virtual vtkMRMLAbstractLogicGetModuleLogic (const char *moduleName)
 Convenience method for getting another module's logic from the application logic. More...
 
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. More...
 
vtkMRMLSceneGetMRMLScene () const
 Return a reference to the current MRML scene. More...
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
virtual void SetMRMLApplicationLogic (vtkMRMLApplicationLogic *logic)
 
void SetMRMLScene (vtkMRMLScene *newScene)
 Set and observe the MRMLScene. More...
 

Static Public Member Functions

static int GetLayoutWithPlot (int currentLayout)
 Returns ID of the layout that is similar to current layout but also contains a table view. More...
 
static int IsTypeOf (const char *type)
 
static vtkSlicerPlotsLogicNew ()
 
static vtkSlicerPlotsLogicSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkSlicerModuleLogic
static int IsTypeOf (const char *type)
 
static vtkSlicerModuleLogicNew ()
 The Usual vtk class functions. More...
 
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

 vtkSlicerPlotsLogic ()
 
 ~vtkSlicerPlotsLogic () 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. More...
 
int InvokePendingModifiedEvent ()
 
void Modified () override
 
virtual void ObserveMRMLScene ()
 
virtual void OnMRMLNodeModified (vtkMRMLNode *)
 
virtual void OnMRMLSceneEndBatchProcess ()
 
virtual void OnMRMLSceneEndClose ()
 
virtual void OnMRMLSceneEndImport ()
 
virtual void OnMRMLSceneEndRestore ()
 
virtual void OnMRMLSceneNew ()
 
virtual void OnMRMLSceneNodeAdded (vtkMRMLNode *)
 
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)
 
virtual void RegisterNodes ()
 
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)
 
virtual void SetMRMLSceneInternal (vtkMRMLScene *newScene)
 
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. More...
 
static void MRMLNodesCallback (vtkObject *caller, unsigned long eid, void *clientData, void *callData)
 MRMLNodesCallback is a static function to relay modified events from the nodes. More...
 
static void MRMLSceneCallback (vtkObject *caller, unsigned long eid, void *clientData, void *callData)
 

Detailed Description

Slicer logic class for double array manipulation This class manages the logic associated with reading, saving, and changing propertied of the double array nodes.

Definition at line 43 of file vtkSlicerPlotsLogic.h.

Member Typedef Documentation

◆ Superclass

Definition at line 49 of file vtkSlicerPlotsLogic.h.

Constructor & Destructor Documentation

◆ vtkSlicerPlotsLogic()

vtkSlicerPlotsLogic::vtkSlicerPlotsLogic ( )
protected

◆ ~vtkSlicerPlotsLogic()

vtkSlicerPlotsLogic::~vtkSlicerPlotsLogic ( )
overrideprotected

Member Function Documentation

◆ CloneSeries()

vtkMRMLPlotSeriesNode* vtkSlicerPlotsLogic::CloneSeries ( vtkMRMLPlotSeriesNode source,
const char *  name 
)

Create a deep copy of a source and add it to the current scene.

See also
GetMRMLScene()

◆ GetClassName()

virtual const char* vtkSlicerPlotsLogic::GetClassName ( )
virtual

Reimplemented from vtkSlicerModuleLogic.

◆ GetFirstPlotChartForSeries()

vtkMRMLPlotChartNode* vtkSlicerPlotsLogic::GetFirstPlotChartForSeries ( vtkMRMLPlotSeriesNode seriesNode)

Finds the first plot chart that contains the specified series.

◆ GetLayoutWithPlot()

static int vtkSlicerPlotsLogic::GetLayoutWithPlot ( int  currentLayout)
static

Returns ID of the layout that is similar to current layout but also contains a table view.

◆ IsA()

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

Reimplemented from vtkSlicerModuleLogic.

◆ IsTypeOf()

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

◆ New()

static vtkSlicerPlotsLogic* vtkSlicerPlotsLogic::New ( )
static

◆ PrintSelf()

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

◆ SafeDownCast()

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

◆ ShowChartInLayout()

void vtkSlicerPlotsLogic::ShowChartInLayout ( vtkMRMLPlotChartNode chartNode)

Show chart in view layout. Switches to a layout that contains a plot and propagates


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