PLplot  5.15.0
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 601 of file plplot.h.

Member Data Documentation

◆ add

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

Definition at line 605 of file plplot.h.

◆ div

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

Definition at line 608 of file plplot.h.

◆ f2eval

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

Definition at line 615 of file plplot.h.

◆ get

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

Definition at line 603 of file plplot.h.

◆ is_nan

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

Definition at line 609 of file plplot.h.

◆ minmax

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

Definition at line 610 of file plplot.h.

◆ mul

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

Definition at line 607 of file plplot.h.

◆ set

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

Definition at line 604 of file plplot.h.

◆ sub

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

Definition at line 606 of file plplot.h.


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