38 #ifndef AMINO_RX_SCENE_MP_SEQ_H
39 #define AMINO_RX_SCENE_MP_SEQ_H
58 AA_API struct aa_rx_mp_seq *
59 aa_rx_mp_seq_create();
66 aa_rx_mp_seq_destroy(
struct aa_rx_mp_seq * );
79 aa_rx_mp_seq_append_all(
struct aa_rx_mp_seq * mp_seq,
81 size_t n_path,
const double *q_all_path );
88 aa_rx_mp_seq_count(
struct aa_rx_mp_seq * mp_seq );
92 aa_rx_mp_seq_point_count(
struct aa_rx_mp_seq * mp_seq );
108 aa_rx_mp_seq_elt(
struct aa_rx_mp_seq * mp_seq,
size_t i,
111 const double **q_all_path_ptr );
115 aa_rx_mp_seq_qref(
struct aa_rx_mp_seq * mp_seq,
size_t i,
117 const double **q_all_ptr );
Opaque type for a scene_graph.
#define AA_API
calling and name mangling convention for functions