Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

GraphicsFltkRepVolumetric::minmax Struct Reference

volumetric rep internal class for managing min/max values. More...

#include <GraphicsFltkReps.h>

List of all members.

Public Methods

 minmax (double themin=0, double themax=0)
int operator== (const minmax &v)

Public Attributes

double minval
double maxval


Detailed Description

volumetric rep internal class for managing min/max values.

Definition at line 1220 of file GraphicsFltkReps.h.


Constructor & Destructor Documentation

GraphicsFltkRepVolumetric::minmax::minmax double    themin = 0,
double    themax = 0
[inline]
 

Definition at line 1222 of file GraphicsFltkReps.h.

References maxval, and minval.

Referenced by operator==.


Member Function Documentation

int GraphicsFltkRepVolumetric::minmax::operator== const minmax &    v [inline]
 

Definition at line 1223 of file GraphicsFltkReps.h.

References maxval, minmax, and minval.


Member Data Documentation

double GraphicsFltkRepVolumetric::minmax::maxval
 

Definition at line 1221 of file GraphicsFltkReps.h.

Referenced by minmax, and operator==.

double GraphicsFltkRepVolumetric::minmax::minval
 

Definition at line 1221 of file GraphicsFltkReps.h.

Referenced by minmax, and operator==.


The documentation for this struct was generated from the following file:
Generated on Thu Mar 28 02:45:44 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002