22#ifndef __qMRMLMarkupsPlaneWidget_h
23#define __qMRMLMarkupsPlaneWidget_h
30#include "qSlicerMarkupsModuleWidgetsExport.h"
34#include <ctkVTKObject.h>
38class qMRMLMarkupsPlaneWidgetPrivate;
54 const QString
className()
const override {
return "qMRMLMarkupsPlaneWidget"; }
85 QScopedPointer<qMRMLMarkupsPlaneWidgetPrivate>
d_ptr;
MRML node to represent a plane markup Plane Markups nodes contain three control points....
Abstract Superclass for all specific types of MRML nodes.