Collaboration diagram for Scalar:
|
Files | |
| file | psScalar.h |
| Contains basic scalar definitions and operations. | |
Data Structures | |
| struct | psScalar |
| Basic scalar data structure. More... | |
Functions | |
| psScalar * | psScalarAlloc (psC64 value, psElemType dataType) |
| Allocate a scalar. | |
| psScalar * | psScalarCopy (psScalar *scalar) |
| Copy a scalar. | |
|
||||||||||||
|
Allocate a scalar. Uses psLib memory allocation functions to create scalar data as defined by the psType type. Accepts a complex 64 bit float for input value, as max size, but resizes according to correct type.
|
|
|
Copy a scalar. Uses psLib memory allocation functions to copy a scalar.
|
1.4.1