Slicer  5.1
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 | Protected Attributes
vtkAnnotationRulerWidget Class Reference

#include <Modules/Loadable/Annotations/VTKWidgets/vtkAnnotationRulerWidget.h>

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

Public Types

typedef vtkDistanceWidget Superclass
 

Public Member Functions

void CreateDefaultRepresentation () override
 
virtual const char * GetClassName ()
 
bool GetIs2DWidget ()
 Return True if the widget will build its 2D representation. More...
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
void SetIs2DWidget (int value)
 Set the widget mode. By default, the widget will build its 2D representation. More...
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkAnnotationRulerWidgetNew ()
 
static vtkAnnotationRulerWidgetSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkAnnotationRulerWidget ()
 
 ~vtkAnnotationRulerWidget () override
 

Protected Attributes

bool Is2DWidget
 

Detailed Description

Definition at line 25 of file vtkAnnotationRulerWidget.h.

Member Typedef Documentation

◆ Superclass

typedef vtkDistanceWidget vtkAnnotationRulerWidget::Superclass

Definition at line 31 of file vtkAnnotationRulerWidget.h.

Constructor & Destructor Documentation

◆ vtkAnnotationRulerWidget()

vtkAnnotationRulerWidget::vtkAnnotationRulerWidget ( )
protected

◆ ~vtkAnnotationRulerWidget()

vtkAnnotationRulerWidget::~vtkAnnotationRulerWidget ( )
overrideprotected

Member Function Documentation

◆ CreateDefaultRepresentation()

void vtkAnnotationRulerWidget::CreateDefaultRepresentation ( )
override

◆ GetClassName()

virtual const char* vtkAnnotationRulerWidget::GetClassName ( )
virtual

◆ GetIs2DWidget()

bool vtkAnnotationRulerWidget::GetIs2DWidget ( )

Return True if the widget will build its 2D representation.

◆ IsA()

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

◆ IsTypeOf()

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

◆ New()

static vtkAnnotationRulerWidget* vtkAnnotationRulerWidget::New ( )
static

◆ PrintSelf()

void vtkAnnotationRulerWidget::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
override

◆ SafeDownCast()

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

◆ SetIs2DWidget()

void vtkAnnotationRulerWidget::SetIs2DWidget ( int  value)

Set the widget mode. By default, the widget will build its 2D representation.

Member Data Documentation

◆ Is2DWidget

bool vtkAnnotationRulerWidget::Is2DWidget
protected

Definition at line 47 of file vtkAnnotationRulerWidget.h.


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