shapeworks::PythonWorker
Inherits from QObject
Public Slots
Public Signals
Public Functions
Public Attributes
Public Slots Documentation
slot init
slot start_job
void start_job(
QSharedPointer< Job > job
)
slot finalize_python
Public Signals Documentation
signal result_ready
signal finished
Public Functions Documentation
function PythonWorker
function ~PythonWorker
function set_vtk_output_window
void set_vtk_output_window(
vtkSmartPointer< StudioVtkOutputWindow > output_window
)
function run_job
void run_job(
QSharedPointer< Job > job
)
function incoming_python_message
void incoming_python_message(
std::string message_string
)
function incoming_python_progress
void incoming_python_progress(
double value,
std::string message
)
function end_python
function abort_job
Public Attributes Documentation
variable python_api_version
static constexpr static const char * python_api_version = "6.5";
Updated on 2024-03-17 at 12:58:44 -0600