You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.3 KiB
40 lines
1.3 KiB
/*
|
|
* Copyright(C) 1999-2020, 2022 National Technology & Engineering Solutions
|
|
* of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
|
|
* NTESS, the U.S. Government retains certain rights in this software.
|
|
*
|
|
* See packages/seacas/LICENSE for details
|
|
*/
|
|
#pragma once
|
|
|
|
void vdicgi_errh(char errmsg[])
|
|
void vdinit_ (float *aspect, int *justif)
|
|
void vdiqdc_ (int *index, float *value)
|
|
void vdnwpg_ ()
|
|
void vdbell_ ()
|
|
void vdwait_ ()
|
|
void vdbufl_ ()
|
|
void vdstco_ (int *num, int index_array[],
|
|
void vdiqco_ (int *num, int index_array[],
|
|
void vdescp_ (int *escape_code, int *n, float args[])
|
|
void vdiqes_ (int *escape_code, int *support)
|
|
void vdiqnd_ (float *x_ndc, float *y_ndc)
|
|
void vdmova_ (float *x, float *y)
|
|
void vdlina_ (float *x, float *y)
|
|
void vdpnta_ (float *x, float *y)
|
|
void vdpoly_ (float x_array[], float y_array[], int *npts)
|
|
void vdiqcp_ (float *x, float *y)
|
|
void vdiqos_ (float attr_array[])
|
|
void vdstfc_ (int *color_index)
|
|
void vdstbc_ (int *color_index)
|
|
void vdstin_ (float *intensity)
|
|
void vdstls_ (int *line_style)
|
|
void vdstlw_ (float *line_width)
|
|
void vdstcs_ (float *y_size)
|
|
void vdaabu_ (int *button)
|
|
void vdaloc_ (float *x, float *y)
|
|
void vdabgl_ (int *button, float *x, float *y)
|
|
void vdakgl_ (int *charac, float *x, float *y)
|
|
void vdstla_ (float *x, float *y)
|
|
void vdstos_ (float attr_array[])
|
|
void vdfram_(int itype)
|
|
|