Interface | Description |
---|---|
Npp16s |
Tagging interface for 16 bit signed types, corresponding
to a Java
short |
Npp16u |
Tagging interface for 16 bit unsigned types, corresponding
to a Java
short |
Npp32f |
Tagging interface for 32 bit floating point types, corresponding
to a Java
float |
Npp32s |
Tagging interface for 32 bit signed types, corresponding
to a Java
int |
Npp32u |
Tagging interface for 32 bit unsigned types, corresponding
to a Java
int |
Npp64f |
Tagging interface for 64 bit floating point types, corresponding
to a Java
double |
Npp64s |
Tagging interface for 64 bit signed types, corresponding
to a Java
long |
Npp64u |
Tagging interface for 64 bit unsigned types, corresponding
to a Java
long |
Npp8s |
Tagging interface for 8 bit signed types, corresponding
to a Java
byte |
Npp8u |
Tagging interface for 8 bit unsigned types, corresponding
to a Java
byte |
NppType |
Base type for all NPP tagging types
|
Class | Description |
---|---|
Npp16sc |
Complex Number
This struct represents a short complex number.
|
Npp32fc |
Complex Number
This struct represents a single floating-point complex number.
|
Npp32sc |
Complex Number
This struct represents a signed int complex number.
|
Npp64fc |
Complex Number
This struct represents a double floating-point complex number.
|
Npp64sc |
Complex Number
This struct represents a long long complex number.
|
TypedPointer
class.