TTK
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
ttkCustomInteractor Class Reference

#include <ttkUserInterfaceBase.h>

Inheritance diagram for ttkCustomInteractor:

Public Types

typedef vtkInteractorStyleTrackballCamera Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void OnKeyPress () override
 
int setUserInterface (ttkUserInterfaceBase *userInterface)
 

Static Public Member Functions

static ttkCustomInteractorNew ()
 
static int IsTypeOf (const char *type)
 
static ttkCustomInteractorSafeDownCast (vtkObject *o)
 

Protected Attributes

ttkUserInterfaceBaseuserInterface_
 

Detailed Description

Definition at line 31 of file ttkUserInterfaceBase.h.

Member Typedef Documentation

◆ Superclass

typedef vtkInteractorStyleTrackballCamera ttkCustomInteractor::Superclass

Definition at line 37 of file ttkUserInterfaceBase.h.

Member Function Documentation

◆ GetClassName()

virtual const char * ttkCustomInteractor::GetClassName ( )
virtual

◆ IsA()

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

◆ IsTypeOf()

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

◆ New()

static ttkCustomInteractor * ttkCustomInteractor::New ( )
static

◆ OnKeyPress()

void ttkCustomInteractor::OnKeyPress ( )
override

Definition at line 16 of file ttkUserInterfaceBase.cpp.

◆ SafeDownCast()

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

◆ setUserInterface()

int ttkCustomInteractor::setUserInterface ( ttkUserInterfaceBase userInterface)
inline

Definition at line 41 of file ttkUserInterfaceBase.h.

Member Data Documentation

◆ userInterface_

ttkUserInterfaceBase* ttkCustomInteractor::userInterface_
protected

Definition at line 48 of file ttkUserInterfaceBase.h.


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