MmProcess
The GeMA Mesh Mapping Process Plugin
Loading...
Searching...
No Matches
GmpMmGaussBucketIndex Member List

This is the complete list of members for GmpMmGaussBucketIndex, including all inherited members.

_cellGroupGmpMmBucketIndexprotected
_crdAccGmpMmBucketIndexprotected
_descriptionGmPluginObjectprivate
_elemMesh (defined in GmpMmGaussBucketIndex)GmpMmGaussBucketIndexprivate
_idGmPluginObjectprivate
_loggerGmPluginObjectprivate
_meshGmpMmBucketIndexprotected
_nDim (defined in GmpMmBucketIndex)GmpMmBucketIndexprotected
_nodeGroupGmpMmBucketIndexprotected
_simDataGmPluginObjectprivate
_type (defined in GmpMmBucketIndex)GmpMmBucketIndexprotected
bucketTypeToStr(GSBIType type)GmpMmBucketIndexstatic
computeGridSize(int dim) constGmpMmBucketIndexBase< GmpMmGaussData >private
computeInitGridSize(const GmVector &bboxSize, int *initialSize, int *finalSize)GmpMmBucketIndexBase< GmpMmGaussData >private
coordAccessor() const (defined in GmpMmBucketIndex)GmpMmBucketIndexinlinevirtual
createBucket(int gridId)GmpMmBucketIndexBase< GmpMmGaussData >private
description() constGmPluginObject
getBucket(const GmVector &crd, bool &ok) constGmpMmBucketIndexBase< GmpMmGaussData >virtual
getBucketId(int gridId) constGmpMmBucketIndexBase< GmpMmGaussData >protected
getCellLength(int dim) constGmpMmBucketIndexBase< GmpMmGaussData >private
getClosestGaussPoint(const GmVector &crd, double &sqrDist, GmpMmGaussData &outRef, const PointValidator &pv=defaultPointValidator) const (defined in GmpMmGaussBucketIndex)GmpMmGaussBucketIndexvirtual
getClosestGaussPoints(const GmVector &crd, int n, QVector< GmpMmGaussData > &gpList, bool ordered, const PointValidator &pv=defaultPointValidator) const (defined in GmpMmGaussBucketIndex)GmpMmGaussBucketIndexvirtual
getClosestGaussPoints(const GmVector &crd, int n, QVector< GmpRefDist< GmpMmGaussData > > &gpList, bool ordered, const PointValidator &pv=defaultPointValidator) const (defined in GmpMmGaussBucketIndex)GmpMmGaussBucketIndexvirtual
getClosestGaussPoints(const GmVector &crd, double r, QVector< GmpMmGaussData > &gpList, bool ordered, const PointValidator &pv=defaultPointValidator) const (defined in GmpMmGaussBucketIndex)GmpMmGaussBucketIndexvirtual
getClosestGaussPoints(const GmVector &crd, double r, QVector< GmpRefDist< GmpMmGaussData > > &gpList, bool ordered, const PointValidator &pv=defaultPointValidator) const (defined in GmpMmGaussBucketIndex)GmpMmGaussBucketIndexvirtual
getClosestNode(const GmVector &crd, double &sqrDist, int &outNodeId, const PointValidator &pv=defaultPointValidator) const (defined in GmpMmGaussBucketIndex)GmpMmGaussBucketIndexinlinevirtual
getClosestNodes(const GmVector &crd, int n, QVector< int > &nodeList, bool ordered, const PointValidator &pv=defaultPointValidator) const (defined in GmpMmGaussBucketIndex)GmpMmGaussBucketIndexinlinevirtual
getClosestNodes(const GmVector &crd, int n, QVector< GmpRefDist< int > > &nodeList, bool ordered, const PointValidator &pv=defaultPointValidator) const (defined in GmpMmGaussBucketIndex)GmpMmGaussBucketIndexinlinevirtual
getClosestNodes(const GmVector &crd, double r, QVector< int > &nodeList, bool ordered, const PointValidator &pv=defaultPointValidator) const (defined in GmpMmGaussBucketIndex)GmpMmGaussBucketIndexinlinevirtual
getClosestNodes(const GmVector &crd, double r, QVector< GmpRefDist< int > > &nodeList, bool ordered, const PointValidator &pv=defaultPointValidator) const (defined in GmpMmGaussBucketIndex)GmpMmGaussBucketIndexinlinevirtual
getClosestReference(const GmVector &crd, GmpRefDist< GmpMmGaussData > &closestRef, const PointValidator &pv=defaultPointValidator) constGmpMmBucketIndexBase< GmpMmGaussData >
getClosestReferences(const GmVector &crd, int n, QVector< GmpRefDist< GmpMmGaussData > > &refList, bool sort, const PointValidator &pv=defaultPointValidator) constGmpMmBucketIndexBase< GmpMmGaussData >
getClosestReferences(const GmVector &crd, double radius, QVector< GmpRefDist< GmpMmGaussData > > &refList, bool sort, const PointValidator &pv=defaultPointValidator) constGmpMmBucketIndexBase< GmpMmGaussData >
getContainingCell(const GmVector &crd) const (defined in GmpMmGaussBucketIndex)GmpMmGaussBucketIndexinlinevirtual
getCrdFromRef(const GmpMmBIReference< GmpMmGaussData > &ref, GmCRVector &crd) constGmpMmGaussBucketIndexprivatevirtual
getGridCrd(const GmVector &crd, int gridCrd[GMP_MAX_INDEX_DIM]) constGmpMmBucketIndexBase< GmpMmGaussData >protected
getGridDimCrd(int dim, double dimCrd, int &gridDimCrd) constGmpMmBucketIndexBase< GmpMmGaussData >private
getGridId(const GmVector &crd) constGmpMmBucketIndexBase< GmpMmGaussData >protected
getGridLength(int dim) constGmpMmBucketIndexBase< GmpMmGaussData >private
getMaxCellLengthDim() constGmpMmBucketIndexBase< GmpMmGaussData >private
getMinCellLengthDim() constGmpMmBucketIndexBase< GmpMmGaussData >private
GmPluginObject(GmSimulationData *simulation, QString id, QString description, const GmLogCategory &logger)GmPluginObject
GmpMmBucketIndex(GmSimulationData *simulation, QString id, QString description, GSBIType type, const GmLogCategory &logger)GmpMmBucketIndex
GmpMmBucketIndex(GmSimulationData *simulation, GmMesh *mesh, GSBIType type, const GmLogCategory &logger)GmpMmBucketIndex
GmpMmBucketIndexBase(GmSimulationData *simulation, GmMesh *mesh, GSBIType type, const GmLogCategory &logger, const QVariantMap &options=QVariantMap())GmpMmBucketIndexBase< GmpMmGaussData >
GmpMmGaussBucketIndex(GmSimulationData *simulation, QString id, QString description, const GmLogCategory &logger)GmpMmGaussBucketIndex
GmpMmGaussBucketIndex(GmSimulationData *simulation, GmElementMesh *mesh, const GmLogCategory &logger, const QVariantMap &options=QVariantMap())GmpMmGaussBucketIndex
GmSpatialIndex(GmSimulationData *simulation, QString id, QString description, const GmLogCategory &logger)GmSpatialIndex
gridExtractId(int gridId, const int gridSizes[GMP_MAX_INDEX_DIM], int crd[GMP_MAX_INDEX_DIM]) constGmpMmBucketIndexBase< GmpMmGaussData >private
gridLinearizeCrd(const int gridCrd[GMP_MAX_INDEX_DIM]) constGmpMmBucketIndexBase< GmpMmGaussData >private
gridLinearizeCrd(const int gridCrd[GMP_MAX_INDEX_DIM], const int gridSizes[GMP_MAX_INDEX_DIM]) constGmpMmBucketIndexBase< GmpMmGaussData >private
GSBIT_CELL enum valueGmpMmBucketIndex
GSBIT_GAUSS enum valueGmpMmBucketIndex
GSBIT_NODE enum valueGmpMmBucketIndex
GSBIT_NUM_BUCKETYPES enum valueGmpMmBucketIndex
GSBIType enum nameGmpMmBucketIndex
hasCapability(QString capabilityName) const (defined in GmpMmGaussBucketIndex)GmpMmGaussBucketIndexinlinevirtual
id() constGmPluginObject
init(const QVariantMap &options)GmpMmBucketIndexBase< GmpMmGaussData >
insertValue(const GmpMmGaussData &val, int gridId)GmpMmBucketIndexBase< GmpMmGaussData >protected
insertValues() (defined in GmpMmGaussBucketIndex)GmpMmGaussBucketIndexprivatevirtual
loadPrivateData(LuaTable &table)GmpMmBucketIndexBase< GmpMmGaussData >virtual
logger() constGmPluginObjectprotectedvirtual
mesh() const (defined in GmpMmBucketIndex)GmpMmBucketIndexinlinevirtual
ndim() const (defined in GmpMmBucketIndex)GmpMmBucketIndexinlinevirtual
numReferences() constGmpMmBucketIndexBase< GmpMmGaussData >inlinevirtual
pluginCategory() constGmSpatialIndexvirtual
pluginType() const (defined in GmpMmGaussBucketIndex)GmpMmGaussBucketIndexinlinevirtual
pluginTypeName() constGmPluginObject
recBoxBucketIds(const int minGrid[GMP_MAX_INDEX_DIM], const int maxGrid[GMP_MAX_INDEX_DIM], int gridCrd[GMP_MAX_INDEX_DIM], int dim, ISet &bucketIds) constGmpMmBucketIndexBase< GmpMmGaussData >private
recLayerBucketIds(const int minGrid[GMP_MAX_INDEX_DIM], const int maxGrid[GMP_MAX_INDEX_DIM], const int minBound[GMP_MAX_INDEX_DIM], const int maxBound[GMP_MAX_INDEX_DIM], int gridCrd[GMP_MAX_INDEX_DIM], int dim, ISet &bucketIds) constGmpMmBucketIndexBase< GmpMmGaussData >private
recRefineGrid(int fullBucketId, const GmpMmBIReference< GmpMmGaussData > &ref)GmpMmBucketIndexBase< GmpMmGaussData >private
redistributeBucket(int fullBucketId)GmpMmBucketIndexBase< GmpMmGaussData >private
refineGrid(int fullBucketId, const GmpMmBIReference< GmpMmGaussData > &ref)GmpMmBucketIndexBase< GmpMmGaussData >private
simulationData() constGmPluginObjectprotected
splitGrid()GmpMmBucketIndexBase< GmpMmGaussData >private
splitSharedBucket(int fullBucketId, int gridId, const GmpMmBIReference< GmpMmGaussData > &ref)GmpMmBucketIndexBase< GmpMmGaussData >private
strToBucketType(QString str)GmpMmBucketIndexstatic
type() const (defined in GmpMmBucketIndex)GmpMmBucketIndexinline
~GmPluginObject()GmPluginObjectvirtual
~GmpMmBucketIndex()GmpMmBucketIndexvirtual
~GmpMmGaussBucketIndex() (defined in GmpMmGaussBucketIndex)GmpMmGaussBucketIndexinlinevirtual
~GmSpatialIndex()GmSpatialIndexvirtual