Implements cellAttributes measures for IndSimpSet. More...
#include "IndSimpSetIncAdj.h"#include "topology.h"#include "../simplex.h"#include "cellAttributes.ipp"Go to the source code of this file.
Functions | |
| template<int M, typename T , typename VertRAIter , typename ISInIter , typename OutputIterator > | |
| void | computeMeanRatio (VertRAIter vertices, ISInIter indexedSimplicesBeginning, ISInIter indexedSimplicesEnd, OutputIterator output) |
| Calculate the mean ratio function for each simplex in the mesh. | |
| template<int M, typename T , typename SimpInIter , typename OutputIterator > | |
| void | computeMeanRatio (SimpInIter simplicesBeginning, SimpInIter simplicesEnd, OutputIterator output) |
| Calculate the mean ratio function for each simplex in the mesh. | |
| template<int M, typename T , typename VertRAIter , typename ISInIter , typename OutputIterator > | |
| void | computeModifiedMeanRatio (VertRAIter vertices, ISInIter indexedSimplicesBeginning, ISInIter indexedSimplicesEnd, OutputIterator output) |
| Calculate the modified mean ratio function for each simplex in the mesh. | |
| template<int M, typename T , typename SimpInIter , typename OutputIterator > | |
| void | computeModifiedMeanRatio (SimpInIter simplicesBeginning, SimpInIter simplicesEnd, OutputIterator output) |
| Calculate the modified mean ratio function for each simplex in the mesh. | |
| template<int M, typename T , typename VertRAIter , typename ISInIter , typename OutputIterator > | |
| void | computeConditionNumber (VertRAIter vertices, ISInIter indexedSimplicesBeginning, ISInIter indexedSimplicesEnd, OutputIterator output) |
| Calculate the condition number function for each simplex in the mesh. | |
| template<int M, typename T , typename SimpInIter , typename OutputIterator > | |
| void | computeConditionNumber (SimpInIter simplicesBeginning, SimpInIter simplicesEnd, OutputIterator output) |
| Calculate the condition number function for each simplex in the mesh. | |
| template<int M, typename T , typename VertRAIter , typename ISInIter , typename OutputIterator > | |
| void | computeModifiedConditionNumber (VertRAIter vertices, ISInIter indexedSimplicesBeginning, ISInIter indexedSimplicesEnd, OutputIterator output) |
| Calculate the modified condition number function for each simplex in the mesh. | |
| template<int M, typename T , typename SimpInIter , typename OutputIterator > | |
| void | computeModifiedConditionNumber (SimpInIter simplicesBeginning, SimpInIter simplicesEnd, OutputIterator output) |
| Calculate the modified condition number function for each simplex in the mesh. | |
| template<int M, typename T , typename VertRAIter , typename ISInIter , typename OutputIterator > | |
| void | computeContent (VertRAIter vertices, ISInIter indexedSimplicesBeginning, ISInIter indexedSimplicesEnd, OutputIterator output) |
| Calculate the content for each simplex in the mesh. | |
| template<int M, typename T , typename SimpInIter , typename OutputIterator > | |
| void | computeContent (SimpInIter simplicesBeginning, SimpInIter simplicesEnd, OutputIterator output) |
| Calculate the content for each simplex in the mesh. | |
Implements cellAttributes measures for IndSimpSet.
1.6.3