PLplot  5.10.0
plf2ops_t Struct Reference

#include "plplot.h"

List of all members.

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 *zmim, PLFLT *zmax)
PLFLT(* f2eval )(PLINT ix, PLINT iy, PLPointer p)

Detailed Description

Definition at line 506 of file plplot.h.


Member Data Documentation

Definition at line 510 of file plplot.h.

Definition at line 513 of file plplot.h.

Definition at line 520 of file plplot.h.

Definition at line 508 of file plplot.h.

Definition at line 514 of file plplot.h.

void( * plf2ops_t::minmax)(PLPointer p, PLINT nx, PLINT ny, PLFLT *zmim, PLFLT *zmax)

Definition at line 515 of file plplot.h.

Definition at line 512 of file plplot.h.

Definition at line 509 of file plplot.h.

Definition at line 511 of file plplot.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines