27 #ifndef __vtkSlicerReformatLogic_h 28 #define __vtkSlicerReformatLogic_h 38 #include "vtkSlicerReformatModuleLogicExport.h" 42 class VTK_SLICER_REFORMAT_MODULE_LOGIC_EXPORT
49 void PrintSelf(ostream& os, vtkIndent indent)
override;
52 static void SetSliceOrigin(
vtkMRMLSliceNode* node,
double x,
double y,
double z);
56 static void SetSliceNormal(
vtkMRMLSliceNode* node,
double x,
double y,
double z);
63 static void GetCenterFromBounds(
double bounds[6],
double center[3]);
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkSlicerModuleLogic * New()
The Usual vtk class functions.
MRML node for storing a slice through RAS space.