VAPOR3 3.9.4
Classes | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
VAPoR::VolumeParams Class Reference

#include <VolumeParams.h>

Inheritance diagram for VAPoR::VolumeParams:
VAPoR::RenderParams VAPoR::ParamsBase Wasp::MyBase VAPoR::VolumeIsoParams

Public Types

enum class  Type { Any , DVR , Iso }
 
- Public Types inherited from VAPoR::RenderParams
enum class  SlicePlaneOrientationMode { Rotation = 0 , Normal = 1 }
 
- Public Types inherited from Wasp::MyBase
typedef void(* ErrMsgCB_T) (const char *msg, int err_code)
 
typedef void(* DiagMsgCB_T) (const char *msg)
 

Public Member Functions

 VolumeParams (DataMgr *dataMgr, ParamsBase::StateSave *ssave)
 
 VolumeParams (DataMgr *dataMgr, ParamsBase::StateSave *ssave, std::string classType)
 
 VolumeParams (DataMgr *dataMgr, ParamsBase::StateSave *ssave, XmlNode *node)
 
virtual ~VolumeParams ()
 
virtual string GetDefaultAlgorithmName () const
 
virtual bool GetDefaultLightingEnabled () const
 
virtual double GetDefaultPhongAmbient () const
 
virtual double GetDefaultPhongDiffuse () const
 
virtual double GetDefaultPhongSpecular () const
 
virtual double GetDefaultPhongShininess () const
 
std::string GetAlgorithm () const
 
void SetAlgorithm (std::string algorithm)
 
void SetAlgorithmByUser (std::string algorithm)
 
bool GetAlgorithmWasManuallySetByUser () const
 
void SetAlgorithmWasManuallySetByUser (bool v)
 
long GetSamplingMultiplier () const
 
void SetSamplingMultiplier (long d)
 
vector< double > GetIsoValues (const string &variable) override
 
void SetIsoValues (const string &variable, const vector< double > &values) override
 
void SetLightingEnabled (bool v)
 
bool GetLightingEnabled () const
 
void SetPhongAmbient (float v)
 
float GetPhongAmbient () const
 
void SetPhongDiffuse (float v)
 
float GetPhongDiffuse () const
 
void SetPhongSpecular (float v)
 
float GetPhongSpecular () const
 
void SetPhongShininess (float v)
 
float GetPhongShininess () const
 
virtual size_t GetRenderDim () const override
 
virtual string GetActualColorMapVariableName () const override
 
virtual vector< double > GetIsoValues (const string &variable)
 
vector< double > GetIsoValues ()
 
virtual void SetIsoValues (const string &variable, const vector< double > &values)
 
void SetIsoValues (const vector< double > &values)
 
- Public Member Functions inherited from VAPoR::RenderParams
 RenderParams (DataMgr *dataMgr, ParamsBase::StateSave *ssave, const string &classname, int maxdim=3)
 
 RenderParams (DataMgr *dataMgr, ParamsBase::StateSave *ssave, XmlNode *node, int maxdim=3)
 
 RenderParams (const RenderParams &rhs)
 
RenderParamsoperator= (const RenderParams &rhs)
 
virtual ~RenderParams ()
 
virtual int Initialize ()
 
int ResetUserExtentsToDataExents (string var="")
 
virtual bool IsEnabled () const
 
virtual void SetEnabled (bool val)
 
virtual void SetVariableName (string varName)
 
string GetVariableName () const
 
virtual void SetAuxVariableNames (vector< string > varName)
 
vector< string > GetAuxVariableNames () const
 
bool UseAuxVariable () const
 
string GetFirstVariableName () const
 
virtual void SetFieldVariableNames (vector< string > varNames)
 
void SetXFieldVariableName (std::string varName)
 
void SetYFieldVariableName (std::string varName)
 
void SetZFieldVariableName (std::string varName)
 
vector< string > GetFieldVariableNames () const
 
std::string GetXFieldVariableName () const
 
std::string GetYFieldVariableName () const
 
std::string GetZFieldVariableName () const
 
vector< string > GetDistribVariableNames () const
 
virtual void SetRefinementLevel (int numrefinements)
 
virtual int GetRefinementLevel () const
 
virtual int GetCompressionLevel () const
 
virtual void SetCompressionLevel (int val)
 
void SetHistoStretch (float factor)
 
float GetHistoStretch () const
 
virtual ColorbarPbaseGetColorbarPbase () const
 Obtain ColorbarPBase (used to specify Color Bar properties) from RenderParams.
 
virtual void SetColorbarPbase (ColorbarPbase *pb)
 
virtual MapperFunctionGetMapperFunc (string varname)
 
virtual void RemoveMapperFunc (string varname)
 Remove the mapper function for the named variable.
 
virtual void SetMapperFunc (string varname, MapperFunction *tf)
 
virtual BoxGetBox () const
 
void SetCursorCoords (const float coords[2])
 
void GetCursorCoords (float coords[2]) const
 
virtual void SetHeightVariableName (string varname)
 
virtual string GetHeightVariableName () const
 
bool UseSingleColor () const
 
virtual void SetColorMapVariableName (string varname)
 
virtual string GetColorMapVariableName () const
 
virtual string GetActualColorMapVariableName () const =0
 
void SetUseSingleColor (bool val)
 
void SetConstantColor (const float rgb[3])
 
void SetConstantColor (vector< float > rgb)
 
void GetConstantColor (float rgb[3]) const
 
vector< float > GetConstantColor () const
 
void SetConstantOpacity (float o)
 
float GetConstantOpacity () const
 
size_t GetCurrentTimestep () const
 
void SetCurrentTimestep (size_t ts)
 
virtual TransformGetTransform () const
 Access the transform used by the renderer.
 
void initializeBypassFlags ()
 
virtual void SetDefaultVariables (int dim, bool secondaryColormapVariable)
 
virtual size_t GetRenderDim () const =0
 
virtual bool HasIsoValues () const
 This should be overriden by params for renderes that support iso values to return true.
 
virtual vector< double > GetIsoValues (const string &variable)
 
virtual void SetIsoValues (const string &variable, const vector< double > &values)
 
vector< double > GetIsoValues ()
 
void SetIsoValues (const vector< double > &values)
 
virtual bool GetOrientable () const
 Return whether a renderer can be oriented - IE, can this renderer be rotated about an origin point?
 
vector< double > GetSlicePlaneRotation () const
 
vector< double > GetSlicePlaneOrigin () const
 
vector< double > GetSlicePlaneNormal () const
 
double GetXSlicePlaneOrigin () const
 
double GetYSlicePlaneOrigin () const
 
double GetZSlicePlaneOrigin () const
 
void SetXSlicePlaneOrigin (double xOrigin)
 
void SetYSlicePlaneOrigin (double yOrigin)
 
void SetZSlicePlaneOrigin (double zOrigin)
 
void SetSlicePlaneQuad (const std::vector< CoordType > &quad)
 
std::vector< CoordTypeGetSlicePlaneQuad () const
 
- Public Member Functions inherited from VAPoR::ParamsBase
 ParamsBase (StateSave *ssave, const string &classname)
 
 ParamsBase (StateSave *ssave, XmlNode *node)
 
 ParamsBase (const ParamsBase &rhs)
 Copy constructor.
 
ParamsBaseoperator= (const ParamsBase &rhs)
 
 ParamsBase (ParamsBase &&)=delete
 
ParamsBaseoperator= (ParamsBase &)=delete
 
bool operator== (const ParamsBase &rhs) const
 Equivalence operator.
 
bool operator!= (const ParamsBase &rhs) const
 
virtual ~ParamsBase ()
 
void SetParent (ParamsBase *parent)
 
XmlNodeGetNode () const
 
void BeginGroup (const string &description)
 
void EndGroup ()
 
void IntermediateChange ()
 
virtual vector< long > GetValueLongVec (const string tag) const
 
virtual vector< long > GetValueLongVec (const string tag, const vector< long > &defaultVal) const
 
virtual long GetValueLong (const string tag, long defaultVal) const
 
virtual vector< double > GetValueDoubleVec (const string tag) const
 
virtual vector< double > GetValueDoubleVec (const string tag, const vector< double > &defaultVal) const
 
virtual double GetValueDouble (const string tag, double defaultVal) const
 
virtual vector< string > GetValueStringVec (const string tag) const
 
virtual vector< string > GetValueStringVec (const string tag, const vector< string > &defaultVal) const
 
virtual string GetValueString (const string tag, string defaultVal) const
 
virtual void SetValueLongVec (const string &tag, string description, const vector< long > &values)
 
virtual void SetValueLong (const string &tag, string description, long value)
 
virtual void SetValueDoubleVec (const string &tag, string description, const vector< double > &values)
 
virtual void SetValueDouble (const string &tag, string description, double value)
 
virtual void SetValueStringVec (const string &tag, string description, const vector< string > &values)
 
virtual void SetValueString (const string &tag, string description, const string &value)
 
string GetName () const
 
- Public Member Functions inherited from Wasp::MyBase
 MyBase ()
 
const string & getClassName () const
 

Static Public Member Functions

static string GetClassType ()
 
static std::vector< float > GetSamplingRateMultiples ()
 
static const std::vector< std::string > GetAlgorithmNames (Type type=Type::Any)
 
static void Register (const std::string &name, Type type=Type::Any)
 
- Static Public Member Functions inherited from Wasp::MyBase
static void SetErrMsg (const char *format,...)
 Record a formatted error message.
 
static void SetErrMsg (int errcode, const char *format,...)
 Record a formatted error message and an error code.
 
static const char * GetErrMsg ()
 
static void SetErrCode (int err_code)
 Record an error code.
 
static int GetErrCode ()
 Retrieve the current error code.
 
static void SetErrMsgCB (ErrMsgCB_T cb)
 
static ErrMsgCB_T GetErrMsgCB ()
 
static void SetErrMsgFilePtr (FILE *fp)
 
static const FILE * SetErrMsgFilePtr ()
 
static void SetDiagMsg (const char *format,...)
 Record a formatted diagnostic message.
 
static const char * GetDiagMsg ()
 
static void SetDiagMsgCB (DiagMsgCB_T cb)
 
static DiagMsgCB_T GetDiagMsgCB ()
 
static void SetDiagMsgFilePtr (FILE *fp)
 
static bool EnableErrMsg (bool enable)
 
static bool GetEnableErrMsg ()
 

Static Public Attributes

static const std::string _algorithmTag
 
static const std::string UseColormapVariableTag
 If this is enabled, the volume opacity will be controlled by the main variable while the colormapping will be determined by the colormap variable.
 
static const std::string SamplingRateMultiplierTag
 
static const std::string VolumeDensityTag
 
static const std::string LightingEnabledTag
 
static const std::string PhongAmbientTag
 
static const std::string PhongDiffuseTag
 
static const std::string PhongSpecularTag
 
static const std::string PhongShininessTag
 
static const std::string OSPDensity
 
static const std::string OSPSampleRateScalar
 
static const std::string OSPAmbientLightIntensity
 
static const std::string OSPDirectionalLightIntensity
 
static const std::string OSPVolmeAlgorithmName
 
- Static Public Attributes inherited from VAPoR::RenderParams
static const string _variableNameTag
 
static const string _colorMapVariableNameTag
 
static const string _heightVariableNameTag
 
static const string _useSingleColorTag
 
static const string _constantColorTag
 
static const string _CompressionLevelTag
 
static const string _RefinementLevelTag
 
static const string _xFieldVariableNameTag
 
static const string _yFieldVariableNameTag
 
static const string _zFieldVariableNameTag
 
static const string _constantOpacityTag
 
static const string CustomHistogramDataTag
 
static const string CustomHistogramRangeTag
 
static const string LightingEnabledTag
 
static const string UserNameTag
 
static const string XSlicePlaneOriginTag
 
static const string YSlicePlaneOriginTag
 
static const string ZSlicePlaneOriginTag
 
static const string XSlicePlaneRotationTag
 
static const string YSlicePlaneRotationTag
 
static const string ZSlicePlaneRotationTag
 
static const string SampleRateTag
 
static const string SliceOffsetTag
 
static const string SlicePlaneNormalXTag
 
static const string SlicePlaneNormalYTag
 
static const string SlicePlaneNormalZTag
 
static const string SlicePlaneOrientationModeTag
 
- Static Public Attributes inherited from Wasp::MyBase
static char * ErrMsg
 
static int ErrCode
 
static int ErrMsgSize
 
static FILE * ErrMsgFilePtr
 
static ErrMsgCB_T ErrMsgCB
 
static char * DiagMsg
 
static int DiagMsgSize
 
static FILE * DiagMsgFilePtr
 
static DiagMsgCB_T DiagMsgCB
 
static bool Enabled
 

Additional Inherited Members

- Protected Member Functions inherited from VAPoR::RenderParams
bool InitBoxFromVariable (size_t ts, string varName)
 
virtual bool GetUseSingleColorDefault () const
 
- Protected Member Functions inherited from VAPoR::ParamsBase
 ParamsBase (StateSave *ssave)
 
void Remove (const string &name)
 
const map< string, string > & GetAttributes ()
 
void Clear ()
 
- Protected Member Functions inherited from Wasp::MyBase
void SetClassName (const string &name)
 
- Protected Attributes inherited from VAPoR::RenderParams
DataMgr_dataMgr
 
int _maxDim
 
- Protected Attributes inherited from VAPoR::ParamsBase
StateSave_ssave
 
XmlNode_node
 

Detailed Description

Definition at line 9 of file VolumeParams.h.

Member Enumeration Documentation

◆ Type

enum class VAPoR::VolumeParams::Type
strong
Enumerator
Any 
DVR 
Iso 

Definition at line 11 of file VolumeParams.h.

Constructor & Destructor Documentation

◆ VolumeParams() [1/3]

VAPoR::VolumeParams::VolumeParams ( DataMgr dataMgr,
ParamsBase::StateSave ssave 
)

◆ VolumeParams() [2/3]

VAPoR::VolumeParams::VolumeParams ( DataMgr dataMgr,
ParamsBase::StateSave ssave,
std::string  classType 
)

◆ VolumeParams() [3/3]

VAPoR::VolumeParams::VolumeParams ( DataMgr dataMgr,
ParamsBase::StateSave ssave,
XmlNode node 
)

◆ ~VolumeParams()

virtual VAPoR::VolumeParams::~VolumeParams ( )
virtual

Member Function Documentation

◆ GetActualColorMapVariableName()

virtual string VAPoR::VolumeParams::GetActualColorMapVariableName ( ) const
inlineoverridevirtual

Due to legacy code, the "ColorMapVariableName" is not the name of the variable by which the renderer is colormapping, but rather the variable it should use if it is not already using its primary variable or a constant color. This function should return the name of the variable that is currently being used for colormapping.

Implements VAPoR::RenderParams.

Definition at line 99 of file VolumeParams.h.

◆ GetAlgorithm()

std::string VAPoR::VolumeParams::GetAlgorithm ( ) const

Get the current raycasting algorithm

Return values
string- Current raycasting algorithm (Regular, Curvilinear, or Ospray)

◆ GetAlgorithmNames()

static const std::vector< std::string > VAPoR::VolumeParams::GetAlgorithmNames ( Type  type = Type::Any)
static

◆ GetAlgorithmWasManuallySetByUser()

bool VAPoR::VolumeParams::GetAlgorithmWasManuallySetByUser ( ) const

◆ GetClassType()

static string VAPoR::VolumeParams::GetClassType ( )
inlinestatic

Definition at line 26 of file VolumeParams.h.

◆ GetDefaultAlgorithmName()

virtual string VAPoR::VolumeParams::GetDefaultAlgorithmName ( ) const
virtual

Reimplemented in VAPoR::VolumeIsoParams.

◆ GetDefaultLightingEnabled()

virtual bool VAPoR::VolumeParams::GetDefaultLightingEnabled ( ) const
inlinevirtual

Reimplemented in VAPoR::VolumeIsoParams.

Definition at line 20 of file VolumeParams.h.

◆ GetDefaultPhongAmbient()

virtual double VAPoR::VolumeParams::GetDefaultPhongAmbient ( ) const
inlinevirtual

Reimplemented in VAPoR::VolumeIsoParams.

Definition at line 21 of file VolumeParams.h.

◆ GetDefaultPhongDiffuse()

virtual double VAPoR::VolumeParams::GetDefaultPhongDiffuse ( ) const
inlinevirtual

Definition at line 22 of file VolumeParams.h.

◆ GetDefaultPhongShininess()

virtual double VAPoR::VolumeParams::GetDefaultPhongShininess ( ) const
inlinevirtual

Definition at line 24 of file VolumeParams.h.

◆ GetDefaultPhongSpecular()

virtual double VAPoR::VolumeParams::GetDefaultPhongSpecular ( ) const
inlinevirtual

Definition at line 23 of file VolumeParams.h.

◆ GetIsoValues() [1/3]

vector< double > VAPoR::RenderParams::GetIsoValues ( )
inline

Definition at line 391 of file RenderParams.h.

◆ GetIsoValues() [2/3]

virtual vector< double > VAPoR::RenderParams::GetIsoValues ( const string &  variable)
inlinevirtual

Reimplemented from VAPoR::RenderParams.

Definition at line 384 of file RenderParams.h.

◆ GetIsoValues() [3/3]

vector< double > VAPoR::VolumeParams::GetIsoValues ( const string &  variable)
overridevirtual

Reimplemented from VAPoR::RenderParams.

◆ GetLightingEnabled()

bool VAPoR::VolumeParams::GetLightingEnabled ( ) const

Get the state for whether lighting is enabled or disabled

Return values
bool- State for enabled lighting (1/true) or disabled lighting (0/false)

◆ GetPhongAmbient()

float VAPoR::VolumeParams::GetPhongAmbient ( ) const

Get the Phong Ambient lighting coefficient (https://en.wikipedia.org/wiki/Phong_reflection_model)

Parameters
[in]float- Phong ambient lighting coefficient

◆ GetPhongDiffuse()

float VAPoR::VolumeParams::GetPhongDiffuse ( ) const

Get the Phong Diffuse lighting coefficient (https://en.wikipedia.org/wiki/Phong_reflection_model)

Parameters
[in]float- Phong diffuse lighting coefficient

◆ GetPhongShininess()

float VAPoR::VolumeParams::GetPhongShininess ( ) const

Get the Phong Diffuse lighting coefficient (https://en.wikipedia.org/wiki/Phong_reflection_model)

Parameters
[in]float- Phong shininess lighting coefficient

◆ GetPhongSpecular()

float VAPoR::VolumeParams::GetPhongSpecular ( ) const

Get the Phong Specular lighting coefficient (https://en.wikipedia.org/wiki/Phong_reflection_model)

Parameters
[in]float- Phong specular lighting coefficient

◆ GetRenderDim()

virtual size_t VAPoR::VolumeParams::GetRenderDim ( ) const
inlineoverridevirtual

Return the renderer's current dimension

For renderers that are only capable of operating on variables of a fixed dimensionality (e.g. 2D or 3D) this function will return a constant value: the number of dimensions. For renderers that can operate on a variable of varying dimension this method returns the current dimensionality. The returned value will be between 0 and 3. A value of zero will be returned if the current dimensionality cannot be determined.

Implements VAPoR::RenderParams.

Definition at line 96 of file VolumeParams.h.

◆ GetSamplingMultiplier()

long VAPoR::VolumeParams::GetSamplingMultiplier ( ) const

Get the sampling rate multiplier used with the current raycasting algorithm

Return values
long- Sampling rate multiplier

◆ GetSamplingRateMultiples()

static std::vector< float > VAPoR::VolumeParams::GetSamplingRateMultiples ( )
static

◆ Register()

static void VAPoR::VolumeParams::Register ( const std::string &  name,
Type  type = Type::Any 
)
static

◆ SetAlgorithm()

void VAPoR::VolumeParams::SetAlgorithm ( std::string  algorithm)

Set the current raycasting algorithm

Parameters
[in]string- Raycasting algorithm (Regular, Curvilinear, or Ospray)

◆ SetAlgorithmByUser()

void VAPoR::VolumeParams::SetAlgorithmByUser ( std::string  algorithm)

◆ SetAlgorithmWasManuallySetByUser()

void VAPoR::VolumeParams::SetAlgorithmWasManuallySetByUser ( bool  v)

◆ SetIsoValues() [1/3]

virtual void VAPoR::RenderParams::SetIsoValues ( const string &  variable,
const vector< double > &  values 
)
inlinevirtual

Reimplemented from VAPoR::RenderParams.

Definition at line 389 of file RenderParams.h.

◆ SetIsoValues() [2/3]

void VAPoR::VolumeParams::SetIsoValues ( const string &  variable,
const vector< double > &  values 
)
overridevirtual

Reimplemented from VAPoR::RenderParams.

◆ SetIsoValues() [3/3]

void VAPoR::RenderParams::SetIsoValues ( const vector< double > &  values)
inline

Definition at line 392 of file RenderParams.h.

◆ SetLightingEnabled()

void VAPoR::VolumeParams::SetLightingEnabled ( bool  v)

Enable or disable lighting from the position of the camera

Parameters
[in]bool- Enable lighting (1/true) or disable lighting (0/false)

◆ SetPhongAmbient()

void VAPoR::VolumeParams::SetPhongAmbient ( float  v)

Set the Phong Ambient lighting coefficient (https://en.wikipedia.org/wiki/Phong_reflection_model)

Parameters
[in]float- Phong ambient lighting coefficient

◆ SetPhongDiffuse()

void VAPoR::VolumeParams::SetPhongDiffuse ( float  v)

Set the Phong Diffuse lighting coefficient (https://en.wikipedia.org/wiki/Phong_reflection_model)

Parameters
[in]float- Phong diffuse lighting coefficient

◆ SetPhongShininess()

void VAPoR::VolumeParams::SetPhongShininess ( float  v)

Set the Phong Shininess lighting coefficient (https://en.wikipedia.org/wiki/Phong_reflection_model)

Parameters
[in]float- Phong shininess lighting coefficient

◆ SetPhongSpecular()

void VAPoR::VolumeParams::SetPhongSpecular ( float  v)

Set the Phong Specular lighting coefficient (https://en.wikipedia.org/wiki/Phong_reflection_model)

Parameters
[in]float- Phong specular lighting coefficient

◆ SetSamplingMultiplier()

void VAPoR::VolumeParams::SetSamplingMultiplier ( long  d)

Set the sampling rate multiplier used with the current raycasting algorithm

Parameters
[in]long- Sampling rate multiplier

Member Data Documentation

◆ _algorithmTag

const std::string VAPoR::VolumeParams::_algorithmTag
static

Definition at line 127 of file VolumeParams.h.

◆ LightingEnabledTag

const std::string VAPoR::VolumeParams::LightingEnabledTag
static

Definition at line 138 of file VolumeParams.h.

◆ OSPAmbientLightIntensity

const std::string VAPoR::VolumeParams::OSPAmbientLightIntensity
static

Definition at line 146 of file VolumeParams.h.

◆ OSPDensity

const std::string VAPoR::VolumeParams::OSPDensity
static

Definition at line 144 of file VolumeParams.h.

◆ OSPDirectionalLightIntensity

const std::string VAPoR::VolumeParams::OSPDirectionalLightIntensity
static

Definition at line 147 of file VolumeParams.h.

◆ OSPSampleRateScalar

const std::string VAPoR::VolumeParams::OSPSampleRateScalar
static

Definition at line 145 of file VolumeParams.h.

◆ OSPVolmeAlgorithmName

const std::string VAPoR::VolumeParams::OSPVolmeAlgorithmName
static

Definition at line 149 of file VolumeParams.h.

◆ PhongAmbientTag

const std::string VAPoR::VolumeParams::PhongAmbientTag
static

Definition at line 139 of file VolumeParams.h.

◆ PhongDiffuseTag

const std::string VAPoR::VolumeParams::PhongDiffuseTag
static

Definition at line 140 of file VolumeParams.h.

◆ PhongShininessTag

const std::string VAPoR::VolumeParams::PhongShininessTag
static

Definition at line 142 of file VolumeParams.h.

◆ PhongSpecularTag

const std::string VAPoR::VolumeParams::PhongSpecularTag
static

Definition at line 141 of file VolumeParams.h.

◆ SamplingRateMultiplierTag

const std::string VAPoR::VolumeParams::SamplingRateMultiplierTag
static

Definition at line 131 of file VolumeParams.h.

◆ UseColormapVariableTag

const std::string VAPoR::VolumeParams::UseColormapVariableTag
static

If this is enabled, the volume opacity will be controlled by the main variable while the colormapping will be determined by the colormap variable.

Definition at line 130 of file VolumeParams.h.

◆ VolumeDensityTag

const std::string VAPoR::VolumeParams::VolumeDensityTag
static

The VolumeDensityTag applies an opacity factor to the entirety of the volume rendering in addition to the opacity applied in the Transfer Function. Values range between 0.0 (completely transparent) and 1.0 (completely opaque).

Definition at line 136 of file VolumeParams.h.


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