|
Functions |
template<int M, typename T, typename VertRAIter, typename ISInIter, typename OutputIterator> |
void | geom::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 | geom::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 | geom::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 | geom::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 | geom::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 | geom::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 | geom::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 | geom::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 | geom::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 | geom::computeContent (SimpInIter simplicesBeginning, SimpInIter simplicesEnd, OutputIterator output) |
| Calculate the content for each simplex in the mesh.
|
void | geom::IndSimpSet::computeMeanRatio (const IndSimpSet< N, M, A, T, V, IS > &iss, OutputIterator output) |
| Calculate the mean ratio function for each simplex in the mesh.
|
void | geom::IndSimpSet::computeModifiedMeanRatio (const IndSimpSet< N, M, A, T, V, IS > &iss, OutputIterator output) |
| Calculate the modified mean ratio function for each simplex in the mesh.
|
void | geom::IndSimpSet::computeConditionNumber (const IndSimpSet< N, M, A, T, V, IS > &iss, OutputIterator output) |
| Calculate the condition number function for each simplex in the mesh.
|
void | geom::IndSimpSet::computeModifiedConditionNumber (const IndSimpSet< N, M, A, T, V, IS > &iss, OutputIterator output) |
| Calculate the modified condition number function for each simplex in the mesh.
|
void | geom::IndSimpSet::computeContent (const IndSimpSet< N, M, A, T, V, IS > &iss, OutputIterator output) |
| Calculate the content for each simplex in the mesh.
|