VAPOR3 3.9.4
Public Member Functions | List of all members
VAPoR::Grid::InsideBox Class Reference

#include <Grid.h>

Public Member Functions

 InsideBox (const CoordType &min, const CoordType &max)
 
 InsideBox ()
 
bool operator() (const CoordType &pt) const
 
bool operator() (const double pt[]) const
 
bool Enabled () const
 

Detailed Description

Inside a box functor

operator() returns true if point pt is on or inside the axis-aligned box defined by min and max

Definition at line 814 of file Grid.h.

Constructor & Destructor Documentation

◆ InsideBox() [1/2]

VAPoR::Grid::InsideBox::InsideBox ( const CoordType min,
const CoordType max 
)
inline

Definition at line 816 of file Grid.h.

◆ InsideBox() [2/2]

VAPoR::Grid::InsideBox::InsideBox ( )
inline

Definition at line 817 of file Grid.h.

Member Function Documentation

◆ Enabled()

bool VAPoR::Grid::InsideBox::Enabled ( ) const
inline

Definition at line 836 of file Grid.h.

◆ operator()() [1/2]

bool VAPoR::Grid::InsideBox::operator() ( const CoordType pt) const
inline

Definition at line 819 of file Grid.h.

◆ operator()() [2/2]

bool VAPoR::Grid::InsideBox::operator() ( const double  pt[]) const
inline

Definition at line 827 of file Grid.h.


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