#include "extcode.h"
#include "niimaq.h"
#include <complex>
#include "lv_prolog.h"
#include "lv_epilog.h"
Go to the source code of this file.
|
template<typename T > |
void | ResizeLVArray2D (LVArray2D< T > **&d, int rows, int cols) |
|
template<typename T > |
void | ResizeLVArray3D (LVArray3D< T > **&d, int depth, int rows, int cols) |
|
template<typename T , int N> |
void | ResizeLVArray (LVArrayND< T, N > **&d, int *dims) |
|
template<typename T > |
void | ResizeLVArray (LVArray< T > **&d, int elems) |
|
void | ArgumentErrorMsg (ErrorCluster *e, const std::string &msg) |
|
void | SetLVString (LStrHandle str, const char *text) |
|
MgErr | FillErrorCluster (MgErr err, const char *message, ErrorCluster *error) |
|
std::vector< std::string > | LVGetStringArray (int count, LStrHandle *str) |
|
bool | ValidateTracker (QueuedTracker *tracker, ErrorCluster *e, const char *funcname) |
| Verify the referenced tracker is a valid QueuedTracker instance. More...
|
|
§ _STDINT_H