api_load_state
List of: Functions
Subjects: SAT Save and Restore
Contents: Kernel

Action: Loads the state of global variables from a given text file.

Prototype: outcome api_load_state (


FILE* file_ptr, // file descriptor


AcisOptions* ao = NULL // acis options


);

Includes: #include "kernel/acis.hxx"

#include "kernel/kernapi/api/api.hxx"

#include "kernel/kernapi/api/kernapi.hxx"

#include "kernel/kernapi/api/acis_options.hxx"

Description: This API loads the states of global variables such as options and tolerances from a given text file. You may use this function with api_save_state to compare the behaviors between your application and Scheme AIDE.

Library: kernel

Filename: kern/kernel/kernapi/api/kernapi.hxx

Effect: Read-only
PDF/KERN/16FNA.PDF
HTM/DATA/KERN/KERN/16FNA/0088.HTM