opatIO-cpp 0.3.0a
Open Parametrized Array Table
|
Provides C-style API for interacting with OPAT files. More...
#include "opatIO.h"
#include "indexVector.h"
#include <vector>
#include <cstring>
#include <iostream>
#include <string>
Classes | |
struct | OPATTable_C |
Represents a table structure in an OPAT file. More... | |
Functions | |
int | load_opat_file_c (const char *filename) |
void | free_opat_file_c () |
void | get_opat_table_c (const double *index_vector_ptr, int index_vector_size, const char *table_tag, OPATTable_C *result_out) |
Provides C-style API for interacting with OPAT files.
This file contains functions to load, free, and retrieve data from OPAT files using a C-style interface. It is designed to be used in environments where C++ code needs to be accessed from C or other languages.
void free_opat_file_c | ( | ) |
void get_opat_table_c | ( | const double * | index_vector_ptr, |
int | index_vector_size, | ||
const char * | table_tag, | ||
OPATTable_C * | result_out ) |
int load_opat_file_c | ( | const char * | filename | ) |