#include <itkQuadEdgeMeshDecimationQuadricElementHelper.h>
TODO explicit specification for VDimension=3!!!
Definition at line 32 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
Public Types | |
using | CoefficientVectorType = vnl_vector_fixed<CoordType, Self::NumberOfCoefficients> |
using | CoordType = typename PointType::CoordinateType |
using | PointType = TPoint |
using | Self = QuadEdgeMeshDecimationQuadricElementHelper |
using | TriangleType = TriangleHelper<PointType> |
using | VectorType = typename PointType::VectorType |
using | VNLMatrixType = vnl_matrix<CoordType> |
using | VNLVectorType = vnl_vector_fixed<CoordType, Self::PointDimension> |
Static Public Attributes | |
static constexpr unsigned int | NumberOfCoefficients = PointDimension * (PointDimension + 1 / 2 + PointDimension + 1) |
static constexpr unsigned int | PointDimension = PointType::PointDimension |
Protected Member Functions | |
void | ComputeAMatrixAndBVector () |
Protected Attributes | |
VNLMatrixType | m_A |
VNLVectorType | m_B |
CoefficientVectorType | m_Coefficients |
unsigned int | m_Rank |
CoordType | m_SVDAbsoluteThreshold |
CoordType | m_SVDRelativeThreshold |
using itk::QuadEdgeMeshDecimationQuadricElementHelper< TPoint >::CoefficientVectorType = vnl_vector_fixed<CoordType, Self::NumberOfCoefficients> |
Definition at line 45 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
using itk::QuadEdgeMeshDecimationQuadricElementHelper< TPoint >::CoordType = typename PointType::CoordinateType |
Definition at line 37 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
using itk::QuadEdgeMeshDecimationQuadricElementHelper< TPoint >::PointType = TPoint |
Definition at line 36 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
using itk::QuadEdgeMeshDecimationQuadricElementHelper< TPoint >::Self = QuadEdgeMeshDecimationQuadricElementHelper |
Definition at line 35 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
using itk::QuadEdgeMeshDecimationQuadricElementHelper< TPoint >::TriangleType = TriangleHelper<PointType> |
Definition at line 46 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
using itk::QuadEdgeMeshDecimationQuadricElementHelper< TPoint >::VectorType = typename PointType::VectorType |
Definition at line 42 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
using itk::QuadEdgeMeshDecimationQuadricElementHelper< TPoint >::VNLMatrixType = vnl_matrix<CoordType> |
Definition at line 43 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
using itk::QuadEdgeMeshDecimationQuadricElementHelper< TPoint >::VNLVectorType = vnl_vector_fixed<CoordType, Self::PointDimension> |
Definition at line 44 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
|
inline |
Definition at line 49 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
|
inline |
Definition at line 59 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
|
default |
|
inline |
Definition at line 183 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
Referenced by itk::QuadEdgeMeshDecimationQuadricElementHelper< OutputPointType >::AddTriangle().
|
inline |
Definition at line 172 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
Referenced by itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::QuadricAtOrigin().
|
inlineprotected |
Definition at line 262 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
Referenced by itk::QuadEdgeMeshDecimationQuadricElementHelper< OutputPointType >::ComputeOptimalLocation(), itk::QuadEdgeMeshDecimationQuadricElementHelper< OutputPointType >::GetAMatrix(), itk::QuadEdgeMeshDecimationQuadricElementHelper< OutputPointType >::GetBVector(), and itk::QuadEdgeMeshDecimationQuadricElementHelper< OutputPointType >::QuadEdgeMeshDecimationQuadricElementHelper().
|
inline |
TODO this method should be really optimized!!!
Definition at line 100 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
Referenced by itk::QuadEdgeMeshDecimationQuadricElementHelper< OutputPointType >::ComputeErrorAtOptimalLocation(), and itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::MeasureEdge().
|
inline |
TODO this method should be really optimized!!!
Definition at line 137 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
|
inline |
|
inline |
TODO to be implemented!!!
Definition at line 168 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
|
inline |
Definition at line 79 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
|
inline |
Definition at line 86 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
|
inline |
Definition at line 73 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
|
inline |
Definition at line 93 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
|
inline |
Definition at line 238 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
|
inline |
Definition at line 246 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
|
inline |
Definition at line 212 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
|
inline |
Definition at line 218 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
|
inline |
Definition at line 225 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
|
inline |
Definition at line 231 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
|
inline |
Definition at line 202 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
|
protected |
Definition at line 254 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
|
protected |
Definition at line 255 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
|
protected |
Definition at line 253 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
Referenced by itk::QuadEdgeMeshDecimationQuadricElementHelper< OutputPointType >::operator+(), itk::QuadEdgeMeshDecimationQuadricElementHelper< OutputPointType >::operator+=(), itk::QuadEdgeMeshDecimationQuadricElementHelper< OutputPointType >::operator-(), itk::QuadEdgeMeshDecimationQuadricElementHelper< OutputPointType >::operator-=(), and itk::QuadEdgeMeshDecimationQuadricElementHelper< OutputPointType >::operator=().
|
protected |
Definition at line 256 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
|
protected |
Definition at line 257 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
|
protected |
Definition at line 258 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
|
staticconstexpr |
Definition at line 40 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.
|
staticconstexpr |
Definition at line 39 of file itkQuadEdgeMeshDecimationQuadricElementHelper.h.