OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
plot_curve_mod::plot_curve Interface Reference

Public Member Functions

subroutine plot_curve (x, y, nb_points, input_size_x, input_size_y, input_x_minvalue, input_y_minvalue, input_x_maxvalue, input_y_maxvalue, input_symbol, input_curve_type, input_txt_x, input_txt_y)

Detailed Description

Definition at line 31 of file plot_curve_mod.F.

Constructor & Destructor Documentation

◆ plot_curve()

subroutine plot_curve_mod::plot_curve::plot_curve ( x,
y,
integer nb_points,
integer, optional input_size_x,
integer, optional input_size_y,
optional input_x_minvalue,
optional input_y_minvalue,
optional input_x_maxvalue,
optional input_y_maxvalue,
character*1, optional input_symbol,
integer, optional input_curve_type,
character(*), optional input_txt_x,
character(*), optional input_txt_y )

Definition at line 31 of file plot_curve_mod.F.

35C-----------------------------------------------
36C I m p l i c i t T y p e s
37C-----------------------------------------------
38#include "implicit_f.inc"
39C-----------------------------------------------
40C D u m m y A r g u m e n t s
41C-----------------------------------------------
43 . x(nb_points),y(nb_points)
44 INTEGER NB_POINTS,NB_GRADUATION,INPUT_SIZE_X, INPUT_SIZE_Y, INPUT_CURVE_TYPE
46 . input_x_minvalue, input_y_minvalue,
47 . input_x_maxvalue, input_y_maxvalue
48 CHARACTER*1 INPUT_SYMBOL
49 CHARACTER(*) INPUT_TXT_X, INPUT_TXT_Y
50C-----------------------------------------------
51 OPTIONAL ::
52 . input_size_x, input_size_y, input_x_minvalue, input_y_minvalue,
53 . input_x_maxvalue, input_y_maxvalue, input_symbol,
54 . input_curve_type, input_txt_x, input_txt_y
#define my_real
Definition cppsort.cpp:32

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