Slicer  4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkMRMLMarkupsClickCounter Class Reference

#include <Modules/Loadable/Markups/MRMLDM/vtkMRMLMarkupsClickCounter.h>

Inheritance diagram for vtkMRMLMarkupsClickCounter:
Inheritance graph
[legend]
Collaboration diagram for vtkMRMLMarkupsClickCounter:
Collaboration graph
[legend]

Public Types

typedef vtkObject Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
bool HasEnoughClicks (int clicks)
 Check if enough clicks are counted. More...
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE
 
void Reset ()
 Reset the click counter. More...
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkMRMLMarkupsClickCounterNew ()
 
static vtkMRMLMarkupsClickCounterSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkMRMLMarkupsClickCounter ()
 
virtual ~vtkMRMLMarkupsClickCounter ()
 

Detailed Description

Definition at line 28 of file vtkMRMLMarkupsClickCounter.h.

Member Typedef Documentation

◆ Superclass

Definition at line 34 of file vtkMRMLMarkupsClickCounter.h.

Constructor & Destructor Documentation

◆ vtkMRMLMarkupsClickCounter()

vtkMRMLMarkupsClickCounter::vtkMRMLMarkupsClickCounter ( )
protected

◆ ~vtkMRMLMarkupsClickCounter()

virtual vtkMRMLMarkupsClickCounter::~vtkMRMLMarkupsClickCounter ( )
protectedvirtual

Member Function Documentation

◆ GetClassName()

virtual const char* vtkMRMLMarkupsClickCounter::GetClassName ( )
virtual

◆ HasEnoughClicks()

bool vtkMRMLMarkupsClickCounter::HasEnoughClicks ( int  clicks)

Check if enough clicks are counted.

◆ IsA()

virtual int vtkMRMLMarkupsClickCounter::IsA ( const char *  type)
virtual

◆ IsTypeOf()

static int vtkMRMLMarkupsClickCounter::IsTypeOf ( const char *  type)
static

◆ New()

static vtkMRMLMarkupsClickCounter* vtkMRMLMarkupsClickCounter::New ( )
static

◆ PrintSelf()

void vtkMRMLMarkupsClickCounter::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ Reset()

void vtkMRMLMarkupsClickCounter::Reset ( )

Reset the click counter.

◆ SafeDownCast()

static vtkMRMLMarkupsClickCounter* vtkMRMLMarkupsClickCounter::SafeDownCast ( vtkObject *  o)
static

The documentation for this class was generated from the following file: