VTK  9.3.20240327
Public Attributes | List of all members
vtkTclInterpStruct Struct Reference

#include <vtkTclUtil.h>

Public Attributes

Tcl_HashTable InstanceLookup
 
Tcl_HashTable PointerLookup
 
Tcl_HashTable CommandLookup
 
int Number
 
int DebugOn
 
int InDelete
 
int DeleteExistingObjectOnNew
 

Detailed Description

Definition at line 78 of file vtkTclUtil.h.

Member Data Documentation

◆ InstanceLookup

Tcl_HashTable vtkTclInterpStruct::InstanceLookup

Definition at line 80 of file vtkTclUtil.h.

◆ PointerLookup

Tcl_HashTable vtkTclInterpStruct::PointerLookup

Definition at line 81 of file vtkTclUtil.h.

◆ CommandLookup

Tcl_HashTable vtkTclInterpStruct::CommandLookup

Definition at line 82 of file vtkTclUtil.h.

◆ Number

int vtkTclInterpStruct::Number

Definition at line 84 of file vtkTclUtil.h.

◆ DebugOn

int vtkTclInterpStruct::DebugOn

Definition at line 85 of file vtkTclUtil.h.

◆ InDelete

int vtkTclInterpStruct::InDelete

Definition at line 86 of file vtkTclUtil.h.

◆ DeleteExistingObjectOnNew

int vtkTclInterpStruct::DeleteExistingObjectOnNew

Definition at line 87 of file vtkTclUtil.h.


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