A class which allows the user to select x,y, and z components from a list of values.
A class which allows the user to select x,y, and z components from a list of values.
~DVpick_components()
void set_x_plot_coordinate(const int i, const int select=0)
void set_y_plot_coordinate(const int j, const int select=0)
void set_z_plot_coordinate(const int k, const int select=0)
void set_plot_coordinate(const int i, const int coord, const int select=0)
void set_xyz_plot_coordinates(const int i, const int j, const int k, const int select=0)
void set_xyz_plot_coordinates(LCVMarray<int> &i, const int select=0)
void set_xyz_plot_coordinates(LCVMarray_2D<int> &i)
void set_color_coordinate(const int i, const int select=0)
void set_color_coordinates(LCVMarray<int> &i)
DVpick_components(const DVpick_components &data)
const DVpick_components& operator=(const DVpick_components &data)
int operator==(const DVpick_components &data)
int operator!=(const DVpick_components &data)
void print(ostream &)
int check_color_coordinates(int select = 0)
int ReadPickCompProp()
void ReadCoords()
void ReadColorCoord()
int num_elts
LCVMarray_2D<int> use_xyz
LCVMarray<int> use_color
void default_use_coords()
void default_use_colors()
Alphabetic index HTML hierarchy of classes or Java