34#include <NDEVR/QTTools.h>
35#include <NDEVR/Vertex.h>
36#include <NDEVR/Unit.h>
37#include <NDEVR/Pointer.h>
38#include <NDEVR/Matrix.h>
49 class DimensionWidgets;
290 void refreshLayout();
Stores an angle in an optimized internal format with support for efficient trigonometric operations.
Provides a constant, unmodifiable pointer that has shared ownership of a dynamically allocated object...
Templated logic for doing matrix multiplication.
Displays translated text.
A line edit allows users to enter and edit a single line of plain text with useful editing functions,...
A ResourceListener which will always be executed on the main UI thread and can be tied to a Qt Object...
Any text displayed to the user should be defined as a TranslatedString which allows the program to lo...
A universally unique identifier (UUID) is a 128-bit number used to identify information in computer s...
A fixed-size array with N dimensions used as the basis for geometric and mathematical types.
A point in N-dimensional space, used primarily for spatial location information.
The primary namespace for the NDEVR SDK.
float fltp04
Defines an alias representing a 4 byte floating-point number Bit layout is as follows: -Sign: 1 bit a...
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
double fltp08
Defines an alias representing an 8 byte floating-point number.
uint8_t uint01
-Defines an alias representing a 1 byte, unsigned integer -Can represent exact integer values 0 throu...