VTK
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | List of all members
vtkPythonCommand Class Reference

#include <vtkPythonCommand.h>

Inherits vtkCommand.

Public Types

typedef vtkCommand Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkPythonCommandNewInstance () const
 
void SetObject (PyObject *o)
 
void SetThreadState (PyThreadState *ts)
 
void Execute (vtkObject *ptr, unsigned long eventtype, void *CallData)
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkPythonCommandSafeDownCast (vtkObjectBase *o)
 
static vtkPythonCommandNew ()
 

Public Attributes

PyObject * obj
 
PyThreadState * ThreadState
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkPythonCommand ()
 
 ~vtkPythonCommand ()
 

Detailed Description

Definition at line 24 of file vtkPythonCommand.h.

Member Typedef Documentation

typedef vtkCommand vtkPythonCommand::Superclass

Definition at line 27 of file vtkPythonCommand.h.

Constructor & Destructor Documentation

vtkPythonCommand::vtkPythonCommand ( )
protected
vtkPythonCommand::~vtkPythonCommand ( )
protected

Member Function Documentation

static int vtkPythonCommand::IsTypeOf ( const char *  type)
static
virtual int vtkPythonCommand::IsA ( const char *  type)
virtual
static vtkPythonCommand* vtkPythonCommand::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkPythonCommand::NewInstanceInternal ( ) const
protectedvirtual
vtkPythonCommand* vtkPythonCommand::NewInstance ( ) const
static vtkPythonCommand* vtkPythonCommand::New ( )
inlinestatic

Definition at line 29 of file vtkPythonCommand.h.

void vtkPythonCommand::SetObject ( PyObject *  o)
void vtkPythonCommand::SetThreadState ( PyThreadState *  ts)
void vtkPythonCommand::Execute ( vtkObject *  ptr,
unsigned long  eventtype,
void *  CallData 
)

Member Data Documentation

PyObject* vtkPythonCommand::obj

Definition at line 35 of file vtkPythonCommand.h.

PyThreadState* vtkPythonCommand::ThreadState

Definition at line 36 of file vtkPythonCommand.h.


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