PK_FIN_find_mtopols_o_t   
struct PK_FIN_find_mtopols_o_s
    {
    int              o_t_version;          --- version number
    PK_LOGICAL_t     want_mvertices;       --- whether the mvertices are
                                           --- returned (PK_LOGICAL_true)
    PK_LOGICAL_t     want_mfins;           --- whether the mfins are
                                           --- returned (PK_LOGICAL_true)
    };

typedef struct PK_FIN_find_mtopols_o_s PK_FIN_find_mtopols_o_t;



This structure contains optional arguments for PK_FIN_find_mtopols.

Used in:

PK_FIN_find_mtopols


The options provided are:

'want_mvertices'            'n_mvertices', the number of mvertices, is always
                            returned by PK_FIN_find_mtopols.
                            The 'want_mvertices' option determines whether the
                            array of mvertices is also returned.
                            (PK_LOGICAL_true)

'want_mfins'                'n_mfins', the number of mfins, is always
                            returned by PK_FIN_find_mtopols.
                            The 'want_mfins' option determines whether the
                            array of mfins is also returned.
                            (PK_LOGICAL_true)


Generated on: Fri, 04 Oct 2024 12:19:32 GMT