CellAttributes

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

Detailed Description

These functions compute cell attributes for simplicial meshes.


Function Documentation

template<int N, int M, bool A, typename T , typename V , typename IS , typename OutputIterator >
void computeConditionNumber ( const IndSimpSet< N, M, A, T, V, IS > &  iss,
OutputIterator  output 
) [related, inherited]

Calculate the condition number function for each simplex in the mesh.

template<int N, int M, bool A, typename T , typename V , typename IS , typename OutputIterator >
void computeContent ( const IndSimpSet< N, M, A, T, V, IS > &  iss,
OutputIterator  output 
) [related, inherited]

Calculate the content for each simplex in the mesh.

template<int N, int M, bool A, typename T , typename V , typename IS , typename OutputIterator >
void computeMeanRatio ( const IndSimpSet< N, M, A, T, V, IS > &  iss,
OutputIterator  output 
) [related, inherited]

Calculate the mean ratio function for each simplex in the mesh.

template<int N, int M, bool A, typename T , typename V , typename IS , typename OutputIterator >
void computeModifiedConditionNumber ( const IndSimpSet< N, M, A, T, V, IS > &  iss,
OutputIterator  output 
) [related, inherited]

Calculate the modified condition number function for each simplex in the mesh.

template<int N, int M, bool A, typename T , typename V , typename IS , typename OutputIterator >
void computeModifiedMeanRatio ( const IndSimpSet< N, M, A, T, V, IS > &  iss,
OutputIterator  output 
) [related, inherited]

Calculate the modified mean ratio function for each simplex in the mesh.

Generated on Thu Jun 30 02:14:58 2016 for Computational Geometry Package by  doxygen 1.6.3