This file defines the basic type for a scalar struct and functions useful in manupulating scalars.
Definition in file psScalar.h.
#include "psType.h"
Include dependency graph for psScalar.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| psScalar * | psScalarAlloc (complex value, psElemType type) |
| Allocate a scalar. | |
| bool | psMemCheckScalar (psPtr ptr) |
| Checks the type of a particular pointer. | |
| psScalar * | psScalarCopy (const psScalar *value) |
| Copy a scalar. | |
1.4.2