VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::DataSet::SetCoordinateScaleFactorX ( double  factor)
inline

Set scale factor for x coordinates.

This has to be set before the grid is added to the dataset.

Definition at line 250 of file vtkfigDataSet.h.

250 { coordinate_scale_factor_xyz[0]=factor;}
double coordinate_scale_factor_xyz[3]