VTKFIG  0.25.0
Easy VTK based in situ visualization
Public Member Functions | Static Public Attributes | List of all members
vtkfig::internals::Client Class Reference

Client side visualization setup. More...

Public Member Functions

 Client (int argc, const char *argv[])
 Client constructor. More...
 
int spin ()
 Client receive-and-render loop. More...
 

Static Public Attributes

static constexpr const char * ExecHelp
 Help string for vtkfig-exec. More...
 

Detailed Description

Client side visualization setup.

Constructor & Destructor Documentation

◆ Client()

vtkfig::internals::Client::Client ( int  argc,
const char *  argv[] 
)

Client constructor.

Member Function Documentation

◆ spin()

int vtkfig::internals::Client::spin ( )

Client receive-and-render loop.

Member Data Documentation

◆ ExecHelp

constexpr const char* vtkfig::internals::Client::ExecHelp
staticconstexpr
Initial value:
=R"(
vtkfig-exec [-p portnumber] [-t timeout] [-via host] [-ssh] hostname command
Run command on host and send all vtkfig rendering commands to local host.
Parameters:
-p portnumber Port number on remote host for connection (default: 35000)
-t timeout Timeout for establishing connection in ms (default: 1000)
-via vianame Name of via host (for ssh tunneling)
-ssh Connet via ssh
hostname Name of host to run command on (mandatory)
command command to run (mandatory; all the remaining part of the command line):
-h This help.
)"

Help string for vtkfig-exec.


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