Go to the documentation of this file.
14 #ifndef INCLUDED_protocols_moves_PyMolMover_hh
15 #define INCLUDED_protocols_moves_PyMolMover_hh
29 #include <utility/vector1.hh>
34 #ifndef __native_client__
40 #include <sys/socket.h>
41 #include <netinet/in.h>
42 #include <arpa/inet.h>
46 #ifdef __native_client__
47 typedef int sockaddr_in;
248 void sendRAWMessage(
int globalPacketID,
int packetI,
int packetCount,
char * msg_begin,
char *msg_end);
332 os <<
"Keep history: " << ( ( mover.
keep_history_ ) ? (
"True") : (
"False") ) << std::endl;
333 os <<
"Update energy: " << ( ( mover.
update_energy_ ) ? (
"True") : (
"False") ) << std::endl;
402 #endif // INCLUDED_protocols_moves_PyMolMover_HH