Slicer
4.11
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <Modules/Loadable/Reformat/Logic/vtkSlicerReformatLogic.h>
Public Types | |
typedef vtkSlicerReformatLogic | Self |
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 | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) override |
Public Member Functions inherited from vtkSlicerModuleLogic | |
virtual vtkSlicerApplicationLogic * | GetApplicationLogic () |
Get access to overall application state. More... | |
virtual vtkMRMLAbstractLogic * | GetModuleLogic (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 vtkMRMLApplicationLogic * | GetMRMLApplicationLogic () const |
Get access to overall application state. More... | |
vtkMRMLScene * | GetMRMLScene () 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 void | GetCenterFromBounds (double bounds[6], double center[3]) |
Compute the center from a bounds. More... | |
static void | GetVolumeBounds (vtkMRMLSliceNode *node, double bounds[6]) |
Compute and return the volume bounding box. More... | |
static int | IsTypeOf (const char *type) |
static vtkSlicerReformatLogic * | New () |
static vtkSlicerReformatLogic * | SafeDownCast (vtkObject *o) |
static void | SetSliceNormal (vtkMRMLSliceNode *node, double x, double y, double z) |
Set the normal to the plane of the slice node. More... | |
static void | SetSliceNormal (vtkMRMLSliceNode *node, double normal[3]) |
static void | SetSliceOrigin (vtkMRMLSliceNode *node, double x, double y, double z) |
Set the world coordinate origin position. More... | |
static void | SetSliceOrigin (vtkMRMLSliceNode *node, double position[3]) |
Static Public Member Functions inherited from vtkSlicerModuleLogic | |
static int | IsTypeOf (const char *type) |
static vtkSlicerModuleLogic * | New () |
The Usual vtk class functions. More... | |
static vtkSlicerModuleLogic * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkMRMLAbstractLogic | |
static int | IsTypeOf (const char *type) |
static vtkMRMLAbstractLogic * | New () |
static vtkMRMLAbstractLogic * | SafeDownCast (vtkObject *o) |
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) |
Definition at line 42 of file vtkSlicerReformatLogic.h.
Definition at line 47 of file vtkSlicerReformatLogic.h.
Definition at line 48 of file vtkSlicerReformatLogic.h.
|
protected |
|
overrideprotected |
|
static |
Compute the center from a bounds.
|
virtual |
Reimplemented from vtkSlicerModuleLogic.
|
static |
Compute and return the volume bounding box.
|
virtual |
Reimplemented from vtkSlicerModuleLogic.
|
static |
|
static |
|
override |
|
static |
|
static |
Set the normal to the plane of the slice node.
|
static |
|
static |
Set the world coordinate origin position.
|
static |