|
| DerivedParticleAverage (string varName, DC *dc, string meshName, DataMgr *dataMgr, string inputVar) |
|
virtual int | Initialize () override |
|
Public Member Functions inherited from VAPoR::DerivedParticleDensity |
| DerivedParticleDensity (string varName, DC *dc, string meshName, DataMgr *dataMgr) |
|
virtual int | Initialize () override |
|
virtual int | OpenVariableRead (size_t ts, int level=0, int lod=0) override |
|
virtual int | CloseVariable (int fd) override |
|
virtual int | ReadRegion (int fd, const std::vector< size_t > &min, const std::vector< size_t > &max, float *region) override |
|
virtual int | GetDimLensAtLevel (int level, std::vector< size_t > &dims_at_level, std::vector< size_t > &bs_at_level) const override |
|
virtual bool | VariableExists (size_t ts, int reflevel, int lod) const override |
|
virtual bool | GetBaseVarInfo (DC::BaseVar &var) const override |
|
virtual bool | GetDataVarInfo (DC::DataVar &cvar) const override |
|
virtual std::vector< string > | GetInputs () const override |
|
| DerivedDataVar (string varName) |
|
virtual | ~DerivedDataVar () |
|
virtual bool | GetDataVarInfo (DC::DataVar &cvar) const =0 |
|
| DerivedVar (string varName) |
|
virtual | ~DerivedVar () |
|
virtual int | Initialize ()=0 |
|
string | GetName () const |
|
virtual bool | GetBaseVarInfo (DC::BaseVar &var) const =0 |
|
virtual bool | GetAtt (string attname, std::vector< double > &values) const |
|
virtual bool | GetAtt (string attname, std::vector< long > &values) const |
|
virtual bool | GetAtt (string attname, string &values) const |
|
virtual std::vector< string > | GetAttNames () const |
|
virtual DC::XType | GetAttType (string attname) const |
|
virtual std::vector< string > | GetInputs () const =0 |
|
virtual int | GetDimLensAtLevel (int level, std::vector< size_t > &dims_at_level, std::vector< size_t > &bs_at_level) const =0 |
|
virtual int | GetDimLensAtLevel (int level, std::vector< size_t > &dims_at_level, std::vector< size_t > &bs_at_level, long ts) const |
|
virtual size_t | GetNumRefLevels () const |
|
virtual std::vector< size_t > | GetCRatios () const |
|
virtual int | OpenVariableRead (size_t ts, int level=0, int lod=0)=0 |
|
virtual int | CloseVariable (int fd)=0 |
|
virtual int | ReadRegion (int fd, const std::vector< size_t > &min, const std::vector< size_t > &max, float *region)=0 |
|
virtual int | ReadRegion (int fd, const std::vector< size_t > &min, const std::vector< size_t > &max, double *region) |
|
virtual bool | VariableExists (size_t ts, int reflevel, int lod) const =0 |
|
| MyBase () |
|
const string & | getClassName () const |
|
|
virtual void | compute (Grid *inGrid, float *output, int xd, int yd, int zd, size_t realNP) const override |
|
virtual void | compute (Grid *inGrid, float *output, int xd, int yd, int zd, size_t realNP) const |
|
int | _getVar (DC *dc, size_t ts, string varname, int level, int lod, const std::vector< size_t > &min, const std::vector< size_t > &max, float *region) const |
|
int | _getVarDestagger (DC *dc, size_t ts, string varname, int level, int lod, const std::vector< size_t > &min, const std::vector< size_t > &max, float *region, int stagDim) const |
|
void | SetClassName (const string &name) |
|
Definition at line 32 of file DerivedParticleDensity.h.