27#ifndef vtkSlicerMarkupsWidgetRepresentation3D_h
28#define vtkSlicerMarkupsWidgetRepresentation3D_h
30#include "vtkSlicerMarkupsModuleVTKWidgetsExport.h"
42class vtkGlyph3DMapper;
43class vtkLabelPlacementMapper;
46class vtkPolyDataMapper;
56 void PrintSelf(ostream& os, vtkIndent indent)
override;
82 bool AccuratePick(
int x,
int y,
double pickPoint[3],
double pickNormal[3] =
nullptr);
157 vtkSmartPointer<vtkGlyph3DMapper>
Mapper;
188 static void OnRenderCompleted(vtkObject* caller,
unsigned long event,
void* clientData,
void* callData);
extract points that are visible (based on z-buffer calculation)
Abstract Superclass for all specific types of MRML nodes.