Home
last modified time | relevance | path

Searched refs:SetInterpreter (Results 1 – 11 of 11) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Wrapping/Generators/Tcl/
H A Ditkutils.tcl62 $viewer SetInterpreter [cable::Interpreter]
71 $command SetInterpreter [cable::Interpreter]
H A DitkTclCommand.h53 void SetInterpreter(Tcl_Interp*);
H A DitkTclCommand.cxx31 void TclCommand::SetInterpreter(Tcl_Interp* interp) in SetInterpreter() function in itk::TclCommand
H A DitkTkImageViewer2D.h50 void SetInterpreter(Tcl_Interp* interp);
H A DitkTkImageViewer2D.cxx46 void TkImageViewer2D::SetInterpreter(Tcl_Interp* interp) in SetInterpreter() function in itk::TkImageViewer2D
/dports/science/InsightToolkit/ITK-5.0.1/Wrapping/Generators/Tcl/Tests/
H A DrandomImage.tcl43 $viewer SetInterpreter [GetInterp]
H A DImageRegistration4.tcl68 $command SetInterpreter [GetInterp]
H A DImageRegistration3.tcl67 $command SetInterpreter [GetInterp]
H A DImageRegistration5.tcl65 $command SetInterpreter [GetInterp]
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdlexception.hpp55 static void SetInterpreter( DInterpreter* i) { interpreter = i;} in SetInterpreter() function in GDLException
H A Ddinterpreter.cpp90 GDLException::SetInterpreter( this); in DInterpreter()