PLplot  5.13.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
plf2ops_t Struct Reference

#include "plplot.h"

Public Attributes

PLFLT(* get )(PLPointer p, PLINT ix, PLINT iy)
 
PLFLT(* set )(PLPointer p, PLINT ix, PLINT iy, PLFLT z)
 
PLFLT(* add )(PLPointer p, PLINT ix, PLINT iy, PLFLT z)
 
PLFLT(* sub )(PLPointer p, PLINT ix, PLINT iy, PLFLT z)
 
PLFLT(* mul )(PLPointer p, PLINT ix, PLINT iy, PLFLT z)
 
PLFLT(* div )(PLPointer p, PLINT ix, PLINT iy, PLFLT z)
 
PLINT(* is_nan )(PLPointer p, PLINT ix, PLINT iy)
 
void(* minmax )(PLPointer p, PLINT nx, PLINT ny, PLFLT_NC_SCALAR zmin, PLFLT_NC_SCALAR zmax)
 
PLFLT(* f2eval )(PLINT ix, PLINT iy, PLPointer p)
 

Detailed Description

Definition at line 598 of file plplot.h.

Member Data Documentation

PLFLT( * plf2ops_t::add)(PLPointer p, PLINT ix, PLINT iy, PLFLT z)

Definition at line 602 of file plplot.h.

PLFLT( * plf2ops_t::div)(PLPointer p, PLINT ix, PLINT iy, PLFLT z)

Definition at line 605 of file plplot.h.

PLFLT( * plf2ops_t::f2eval)(PLINT ix, PLINT iy, PLPointer p)

Definition at line 612 of file plplot.h.

PLFLT( * plf2ops_t::get)(PLPointer p, PLINT ix, PLINT iy)

Definition at line 600 of file plplot.h.

PLINT( * plf2ops_t::is_nan)(PLPointer p, PLINT ix, PLINT iy)

Definition at line 606 of file plplot.h.

void( * plf2ops_t::minmax)(PLPointer p, PLINT nx, PLINT ny, PLFLT_NC_SCALAR zmin, PLFLT_NC_SCALAR zmax)

Definition at line 607 of file plplot.h.

PLFLT( * plf2ops_t::mul)(PLPointer p, PLINT ix, PLINT iy, PLFLT z)

Definition at line 604 of file plplot.h.

PLFLT( * plf2ops_t::set)(PLPointer p, PLINT ix, PLINT iy, PLFLT z)

Definition at line 601 of file plplot.h.

PLFLT( * plf2ops_t::sub)(PLPointer p, PLINT ix, PLINT iy, PLFLT z)

Definition at line 603 of file plplot.h.


The documentation for this struct was generated from the following file: