#include <vtkVRCollaborationClient.h>
Definition at line 62 of file vtkVRCollaborationClient.h.
bool vtkVRCollaborationClient::Argument::GetString |
( |
std::string & |
result | ) |
|
void vtkVRCollaborationClient::Argument::SetString |
( |
std::string const & |
in | ) |
|
bool vtkVRCollaborationClient::Argument::GetStringVector |
( |
std::vector< std::string > & |
result | ) |
|
void vtkVRCollaborationClient::Argument::SetStringVector |
( |
std::vector< std::string > const & |
in | ) |
|
bool vtkVRCollaborationClient::Argument::GetDoubleVector |
( |
std::vector< double > & |
result | ) |
|
void vtkVRCollaborationClient::Argument::SetDoubleVector |
( |
double const * |
in, |
|
|
uint16_t |
size |
|
) |
| |
void vtkVRCollaborationClient::Argument::SetDouble |
( |
double |
val | ) |
|
bool vtkVRCollaborationClient::Argument::GetDouble |
( |
double & |
result | ) |
|
bool vtkVRCollaborationClient::Argument::GetInt32Vector |
( |
std::vector< int32_t > & |
result | ) |
|
void vtkVRCollaborationClient::Argument::SetInt32Vector |
( |
int32_t const * |
in, |
|
|
uint16_t |
size |
|
) |
| |
void vtkVRCollaborationClient::Argument::SetInt32 |
( |
int32_t |
val | ) |
|
bool vtkVRCollaborationClient::Argument::GetInt32 |
( |
int32_t & |
result | ) |
|
uint16_t vtkVRCollaborationClient::Argument::Count = 0 |
std::shared_ptr<void> vtkVRCollaborationClient::Argument::Data |
The documentation for this class was generated from the following file: