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;
72 int &foundComponentType,
int &foundComponentIndex,
double &closestDistance2) override;
77 int &foundComponentType,
int &foundComponentIndex,
double &closestDistance2);
79 bool AccuratePick(
int x,
int y,
double pickPoint[3],
double pickNormal[3]=
nullptr);
162 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.