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
vtkAnnotationRulerRepresentation3D Class Reference

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

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

Public Types

typedef vtkDistanceRepresentation3D Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual vtkProperty * GetLineProperty () VTK_OVERRIDE
 
virtual int GetMaxTicks ()
 
virtual int HasTranslucentPolygonalGeometry () VTK_OVERRIDE
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE
 
void SetDistance (double distance)
 
void SetLabelPosition (double labelPosition)
 
virtual void SetMaxTicks (int)
 
void UpdateGlyphPolyData (vtkPolyData *polyData)
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkAnnotationRulerRepresentation3DNew ()
 
static vtkAnnotationRulerRepresentation3DSafeDownCast (vtkObject *o)
 

Protected Member Functions

virtual void BuildRepresentation () VTK_OVERRIDE
 
void UpdateLabelActorPosition ()
 
 vtkAnnotationRulerRepresentation3D ()
 
virtual ~vtkAnnotationRulerRepresentation3D ()
 

Detailed Description

Definition at line 25 of file vtkAnnotationRulerRepresentation3D.h.

Member Typedef Documentation

◆ Superclass

typedef vtkDistanceRepresentation3D vtkAnnotationRulerRepresentation3D::Superclass

Definition at line 32 of file vtkAnnotationRulerRepresentation3D.h.

Constructor & Destructor Documentation

◆ vtkAnnotationRulerRepresentation3D()

vtkAnnotationRulerRepresentation3D::vtkAnnotationRulerRepresentation3D ( )
protected

◆ ~vtkAnnotationRulerRepresentation3D()

virtual vtkAnnotationRulerRepresentation3D::~vtkAnnotationRulerRepresentation3D ( )
protectedvirtual

Member Function Documentation

◆ BuildRepresentation()

virtual void vtkAnnotationRulerRepresentation3D::BuildRepresentation ( )
protectedvirtual

◆ GetClassName()

virtual const char* vtkAnnotationRulerRepresentation3D::GetClassName ( )
virtual

◆ GetLineProperty()

virtual vtkProperty* vtkAnnotationRulerRepresentation3D::GetLineProperty ( )
virtual

◆ GetMaxTicks()

virtual int vtkAnnotationRulerRepresentation3D::GetMaxTicks ( )
virtual

◆ HasTranslucentPolygonalGeometry()

virtual int vtkAnnotationRulerRepresentation3D::HasTranslucentPolygonalGeometry ( )
virtual

◆ IsA()

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

◆ IsTypeOf()

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

◆ New()

static vtkAnnotationRulerRepresentation3D* vtkAnnotationRulerRepresentation3D::New ( )
static

◆ PrintSelf()

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

◆ SafeDownCast()

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

◆ SetDistance()

void vtkAnnotationRulerRepresentation3D::SetDistance ( double  distance)

◆ SetLabelPosition()

void vtkAnnotationRulerRepresentation3D::SetLabelPosition ( double  labelPosition)

◆ SetMaxTicks()

virtual void vtkAnnotationRulerRepresentation3D::SetMaxTicks ( int  )
virtual

◆ UpdateGlyphPolyData()

void vtkAnnotationRulerRepresentation3D::UpdateGlyphPolyData ( vtkPolyData *  polyData)

◆ UpdateLabelActorPosition()

void vtkAnnotationRulerRepresentation3D::UpdateLabelActorPosition ( )
protected

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