![]() |
MmProcess
The GeMA Mesh Mapping Process Plugin
|
This is the complete list of members for GmpMmGaussBucketIndex, including all inherited members.
| _cellGroup | GmpMmBucketIndex | protected |
| _crdAcc | GmpMmBucketIndex | protected |
| _description | GmPluginObject | private |
| _elemMesh (defined in GmpMmGaussBucketIndex) | GmpMmGaussBucketIndex | private |
| _id | GmPluginObject | private |
| _logger | GmPluginObject | private |
| _mesh | GmpMmBucketIndex | protected |
| _nDim (defined in GmpMmBucketIndex) | GmpMmBucketIndex | protected |
| _nodeGroup | GmpMmBucketIndex | protected |
| _simData | GmPluginObject | private |
| _type (defined in GmpMmBucketIndex) | GmpMmBucketIndex | protected |
| bucketTypeToStr(GSBIType type) | GmpMmBucketIndex | static |
| computeGridSize(int dim) const | GmpMmBucketIndexBase< GmpMmGaussData > | private |
| computeInitGridSize(const GmVector &bboxSize, int *initialSize, int *finalSize) | GmpMmBucketIndexBase< GmpMmGaussData > | private |
| coordAccessor() const (defined in GmpMmBucketIndex) | GmpMmBucketIndex | inlinevirtual |
| createBucket(int gridId) | GmpMmBucketIndexBase< GmpMmGaussData > | private |
| description() const | GmPluginObject | |
| getBucket(const GmVector &crd, bool &ok) const | GmpMmBucketIndexBase< GmpMmGaussData > | virtual |
| getBucketId(int gridId) const | GmpMmBucketIndexBase< GmpMmGaussData > | protected |
| getCellLength(int dim) const | GmpMmBucketIndexBase< GmpMmGaussData > | private |
| getClosestGaussPoint(const GmVector &crd, double &sqrDist, GmpMmGaussData &outRef, const PointValidator &pv=defaultPointValidator) const (defined in GmpMmGaussBucketIndex) | GmpMmGaussBucketIndex | virtual |
| getClosestGaussPoints(const GmVector &crd, int n, QVector< GmpMmGaussData > &gpList, bool ordered, const PointValidator &pv=defaultPointValidator) const (defined in GmpMmGaussBucketIndex) | GmpMmGaussBucketIndex | virtual |
| getClosestGaussPoints(const GmVector &crd, int n, QVector< GmpRefDist< GmpMmGaussData > > &gpList, bool ordered, const PointValidator &pv=defaultPointValidator) const (defined in GmpMmGaussBucketIndex) | GmpMmGaussBucketIndex | virtual |
| getClosestGaussPoints(const GmVector &crd, double r, QVector< GmpMmGaussData > &gpList, bool ordered, const PointValidator &pv=defaultPointValidator) const (defined in GmpMmGaussBucketIndex) | GmpMmGaussBucketIndex | virtual |
| getClosestGaussPoints(const GmVector &crd, double r, QVector< GmpRefDist< GmpMmGaussData > > &gpList, bool ordered, const PointValidator &pv=defaultPointValidator) const (defined in GmpMmGaussBucketIndex) | GmpMmGaussBucketIndex | virtual |
| getClosestNode(const GmVector &crd, double &sqrDist, int &outNodeId, const PointValidator &pv=defaultPointValidator) const (defined in GmpMmGaussBucketIndex) | GmpMmGaussBucketIndex | inlinevirtual |
| getClosestNodes(const GmVector &crd, int n, QVector< int > &nodeList, bool ordered, const PointValidator &pv=defaultPointValidator) const (defined in GmpMmGaussBucketIndex) | GmpMmGaussBucketIndex | inlinevirtual |
| getClosestNodes(const GmVector &crd, int n, QVector< GmpRefDist< int > > &nodeList, bool ordered, const PointValidator &pv=defaultPointValidator) const (defined in GmpMmGaussBucketIndex) | GmpMmGaussBucketIndex | inlinevirtual |
| getClosestNodes(const GmVector &crd, double r, QVector< int > &nodeList, bool ordered, const PointValidator &pv=defaultPointValidator) const (defined in GmpMmGaussBucketIndex) | GmpMmGaussBucketIndex | inlinevirtual |
| getClosestNodes(const GmVector &crd, double r, QVector< GmpRefDist< int > > &nodeList, bool ordered, const PointValidator &pv=defaultPointValidator) const (defined in GmpMmGaussBucketIndex) | GmpMmGaussBucketIndex | inlinevirtual |
| getClosestReference(const GmVector &crd, GmpRefDist< GmpMmGaussData > &closestRef, const PointValidator &pv=defaultPointValidator) const | GmpMmBucketIndexBase< GmpMmGaussData > | |
| getClosestReferences(const GmVector &crd, int n, QVector< GmpRefDist< GmpMmGaussData > > &refList, bool sort, const PointValidator &pv=defaultPointValidator) const | GmpMmBucketIndexBase< GmpMmGaussData > | |
| getClosestReferences(const GmVector &crd, double radius, QVector< GmpRefDist< GmpMmGaussData > > &refList, bool sort, const PointValidator &pv=defaultPointValidator) const | GmpMmBucketIndexBase< GmpMmGaussData > | |
| getContainingCell(const GmVector &crd) const (defined in GmpMmGaussBucketIndex) | GmpMmGaussBucketIndex | inlinevirtual |
| getCrdFromRef(const GmpMmBIReference< GmpMmGaussData > &ref, GmCRVector &crd) const | GmpMmGaussBucketIndex | privatevirtual |
| getGridCrd(const GmVector &crd, int gridCrd[GMP_MAX_INDEX_DIM]) const | GmpMmBucketIndexBase< GmpMmGaussData > | protected |
| getGridDimCrd(int dim, double dimCrd, int &gridDimCrd) const | GmpMmBucketIndexBase< GmpMmGaussData > | private |
| getGridId(const GmVector &crd) const | GmpMmBucketIndexBase< GmpMmGaussData > | protected |
| getGridLength(int dim) const | GmpMmBucketIndexBase< GmpMmGaussData > | private |
| getMaxCellLengthDim() const | GmpMmBucketIndexBase< GmpMmGaussData > | private |
| getMinCellLengthDim() const | GmpMmBucketIndexBase< 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]) const | GmpMmBucketIndexBase< GmpMmGaussData > | private |
| gridLinearizeCrd(const int gridCrd[GMP_MAX_INDEX_DIM]) const | GmpMmBucketIndexBase< GmpMmGaussData > | private |
| gridLinearizeCrd(const int gridCrd[GMP_MAX_INDEX_DIM], const int gridSizes[GMP_MAX_INDEX_DIM]) const | GmpMmBucketIndexBase< GmpMmGaussData > | private |
| GSBIT_CELL enum value | GmpMmBucketIndex | |
| GSBIT_GAUSS enum value | GmpMmBucketIndex | |
| GSBIT_NODE enum value | GmpMmBucketIndex | |
| GSBIT_NUM_BUCKETYPES enum value | GmpMmBucketIndex | |
| GSBIType enum name | GmpMmBucketIndex | |
| hasCapability(QString capabilityName) const (defined in GmpMmGaussBucketIndex) | GmpMmGaussBucketIndex | inlinevirtual |
| id() const | GmPluginObject | |
| init(const QVariantMap &options) | GmpMmBucketIndexBase< GmpMmGaussData > | |
| insertValue(const GmpMmGaussData &val, int gridId) | GmpMmBucketIndexBase< GmpMmGaussData > | protected |
| insertValues() (defined in GmpMmGaussBucketIndex) | GmpMmGaussBucketIndex | privatevirtual |
| loadPrivateData(LuaTable &table) | GmpMmBucketIndexBase< GmpMmGaussData > | virtual |
| logger() const | GmPluginObject | protectedvirtual |
| mesh() const (defined in GmpMmBucketIndex) | GmpMmBucketIndex | inlinevirtual |
| ndim() const (defined in GmpMmBucketIndex) | GmpMmBucketIndex | inlinevirtual |
| numReferences() const | GmpMmBucketIndexBase< GmpMmGaussData > | inlinevirtual |
| pluginCategory() const | GmSpatialIndex | virtual |
| pluginType() const (defined in GmpMmGaussBucketIndex) | GmpMmGaussBucketIndex | inlinevirtual |
| pluginTypeName() const | GmPluginObject | |
| 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) const | GmpMmBucketIndexBase< 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) const | GmpMmBucketIndexBase< 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() const | GmPluginObject | protected |
| splitGrid() | GmpMmBucketIndexBase< GmpMmGaussData > | private |
| splitSharedBucket(int fullBucketId, int gridId, const GmpMmBIReference< GmpMmGaussData > &ref) | GmpMmBucketIndexBase< GmpMmGaussData > | private |
| strToBucketType(QString str) | GmpMmBucketIndex | static |
| type() const (defined in GmpMmBucketIndex) | GmpMmBucketIndex | inline |
| ~GmPluginObject() | GmPluginObject | virtual |
| ~GmpMmBucketIndex() | GmpMmBucketIndex | virtual |
| ~GmpMmGaussBucketIndex() (defined in GmpMmGaussBucketIndex) | GmpMmGaussBucketIndex | inlinevirtual |
| ~GmSpatialIndex() | GmSpatialIndex | virtual |