27#ifndef vtkSlicerMarkupsWidgetRepresentation3D_h
28#define vtkSlicerMarkupsWidgetRepresentation3D_h
30#include "vtkSlicerMarkupsModuleVTKWidgetsExport.h"
39class vtkGlyph3DMapper;
40class vtkLabelPlacementMapper;
41class vtkPolyDataMapper;
51 void PrintSelf(ostream& os, vtkIndent indent)
override;
77 bool AccuratePick(
int x,
int y,
double pickPoint[3],
double pickNormal[3] =
nullptr);
160 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.