VAPOR3 3.9.4
Signals | Public Member Functions | List of all members
V3DInput Class Reference

Widget that allows the user to specify a 3D point. More...

#include <V3DInput.h>

Inheritance diagram for V3DInput:

Signals

void ValueChanged (double x, double y, double z)
 
void ValueChangedVec (const std::vector< double > &xyz)
 

Public Member Functions

 V3DInput ()
 
void SetValue (double x, double y, double z)
 
void SetValue (const std::vector< double > &xyz)
 
void SetValue (const double xyz[3])
 
void GetValue (double xyz[3]) const
 
std::vector< double > GetValue () const
 

Detailed Description

Widget that allows the user to specify a 3D point.

Author
Stas Jaroszynski

Definition at line 12 of file V3DInput.h.

Constructor & Destructor Documentation

◆ V3DInput()

V3DInput::V3DInput ( )

Member Function Documentation

◆ GetValue() [1/2]

std::vector< double > V3DInput::GetValue ( ) const

◆ GetValue() [2/2]

void V3DInput::GetValue ( double  xyz[3]) const

◆ SetValue() [1/3]

void V3DInput::SetValue ( const double  xyz[3])

◆ SetValue() [2/3]

void V3DInput::SetValue ( const std::vector< double > &  xyz)

◆ SetValue() [3/3]

void V3DInput::SetValue ( double  x,
double  y,
double  z 
)

◆ ValueChanged

void V3DInput::ValueChanged ( double  x,
double  y,
double  z 
)
signal

◆ ValueChangedVec

void V3DInput::ValueChangedVec ( const std::vector< double > &  xyz)
signal

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