VTK  9.3.20240328
Public Attributes | List of all members
vtkTclCommandStruct Struct Reference

#include <vtkTclUtil.h>

Public Attributes

ClientData(* NewCommand )()
 
int(* CommandFunction )(ClientData cd, Tcl_Interp *interp, int argc, char *argv[])
 

Detailed Description

Definition at line 72 of file vtkTclUtil.h.

Member Data Documentation

◆ NewCommand

ClientData(* vtkTclCommandStruct::NewCommand) ()

Definition at line 74 of file vtkTclUtil.h.

◆ CommandFunction

int(* vtkTclCommandStruct::CommandFunction) (ClientData cd, Tcl_Interp *interp, int argc, char *argv[])

Definition at line 75 of file vtkTclUtil.h.


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