VTK  9.5.20251217
vtkMeshQuality Class Reference

Calculate functions of quality of the elements of a mesh. More...

#include <vtkMeshQuality.h>

Inheritance diagram for vtkMeshQuality:
[legend]
Collaboration diagram for vtkMeshQuality:
[legend]

Public Types

enum class  QualityMeasureTypes {
  AREA = 28 , ASPECT_FROBENIUS = 3 , ASPECT_GAMMA = 27 , ASPECT_RATIO = 1 ,
  COLLAPSE_RATIO = 7 , CONDITION = 9 , DIAGONAL = 21 , DIMENSION = 22 ,
  DISTORTION = 15 , EDGE_RATIO = 0 , EQUIANGLE_SKEW = 29 , EQUIVOLUME_SKEW = 30 ,
  JACOBIAN = 25 , INRADIUS = 37 , MAX_ANGLE = 8 , MAX_ASPECT_FROBENIUS = 5 ,
  MAX_EDGE_RATIO = 16 , MAX_STRETCH = 31 , MEAN_ASPECT_FROBENIUS = 32 , MEAN_RATIO = 33 ,
  MED_ASPECT_FROBENIUS = 4 , MIN_ANGLE = 6 , NODAL_JACOBIAN_RATIO = 34 , NORMALIZED_INRADIUS = 35 ,
  ODDY = 23 , RADIUS_RATIO = 2 , RELATIVE_SIZE_SQUARED = 12 , SCALED_JACOBIAN = 10 ,
  SHAPE = 13 , SHAPE_AND_SIZE = 14 , SHEAR = 11 , SHEAR_AND_SIZE = 24 ,
  SKEW = 17 , SQUISH_INDEX = 36 , STRETCH = 20 , TAPER = 18 ,
  VOLUME = 19 , WARPAGE = 26 , TOTAL_QUALITY_MEASURE_TYPES = 38 , NONE = TOTAL_QUALITY_MEASURE_TYPES
}
 Enum which lists the Quality Measures Types. More...
 
typedef vtkDataSetAlgorithm Superclass
 
- Public Types inherited from vtkDataSetAlgorithm
typedef vtkAlgorithm Superclass
 
- Public Types inherited from vtkAlgorithm
enum  DesiredOutputPrecision { SINGLE_PRECISION , DOUBLE_PRECISION , DEFAULT_PRECISION }
 Values used for setting the desired output precision for various algorithms. More...
 
typedef vtkObject Superclass
 

Public Member Functions

void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses.
 
virtual vtkTypeBool IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class.
 
vtkMeshQualityNewInstance () const
 
virtual void SetRatio (vtkTypeBool r)
 These methods are deprecated.
 
vtkTypeBool GetRatio ()
 
void RatioOn ()
 
void RatioOff ()
 
virtual void SetSaveCellQuality (vtkTypeBool)
 This variable controls whether or not cell quality is stored as cell data in the resulting mesh or discarded (leaving only the aggregate quality average of the entire mesh, recorded in the FieldData).
 
virtual vtkTypeBool GetSaveCellQuality ()
 This variable controls whether or not cell quality is stored as cell data in the resulting mesh or discarded (leaving only the aggregate quality average of the entire mesh, recorded in the FieldData).
 
virtual void SaveCellQualityOn ()
 This variable controls whether or not cell quality is stored as cell data in the resulting mesh or discarded (leaving only the aggregate quality average of the entire mesh, recorded in the FieldData).
 
virtual void SaveCellQualityOff ()
 This variable controls whether or not cell quality is stored as cell data in the resulting mesh or discarded (leaving only the aggregate quality average of the entire mesh, recorded in the FieldData).
 
virtual void SetLinearApproximation (bool)
 If set to true, then this filter will output 2 quality arrays instead of one.
 
virtual bool GetLinearApproximation ()
 If set to true, then this filter will output 2 quality arrays instead of one.
 
virtual void LinearApproximationOn ()
 If set to true, then this filter will output 2 quality arrays instead of one.
 
virtual void LinearApproximationOff ()
 If set to true, then this filter will output 2 quality arrays instead of one.
 
 vtkSetEnumMacro (TriangleQualityMeasure, QualityMeasureTypes)
 Set/Get the particular estimator used to function the quality of triangles.
 
virtual void SetTriangleQualityMeasure (int measure)
 Set/Get the particular estimator used to function the quality of triangles.
 
 vtkGetEnumMacro (TriangleQualityMeasure, QualityMeasureTypes)
 Set/Get the particular estimator used to function the quality of triangles.
 
void SetTriangleQualityMeasureToArea ()
 Set/Get the particular estimator used to function the quality of triangles.
 
void SetTriangleQualityMeasureToEdgeRatio ()
 Set/Get the particular estimator used to function the quality of triangles.
 
void SetTriangleQualityMeasureToAspectRatio ()
 Set/Get the particular estimator used to function the quality of triangles.
 
void SetTriangleQualityMeasureToRadiusRatio ()
 Set/Get the particular estimator used to function the quality of triangles.
 
void SetTriangleQualityMeasureToAspectFrobenius ()
 Set/Get the particular estimator used to function the quality of triangles.
 
void SetTriangleQualityMeasureToMinAngle ()
 Set/Get the particular estimator used to function the quality of triangles.
 
void SetTriangleQualityMeasureToMaxAngle ()
 Set/Get the particular estimator used to function the quality of triangles.
 
void SetTriangleQualityMeasureToCondition ()
 Set/Get the particular estimator used to function the quality of triangles.
 
void SetTriangleQualityMeasureToScaledJacobian ()
 Set/Get the particular estimator used to function the quality of triangles.
 
void SetTriangleQualityMeasureToRelativeSizeSquared ()
 Set/Get the particular estimator used to function the quality of triangles.
 
void SetTriangleQualityMeasureToShape ()
 Set/Get the particular estimator used to function the quality of triangles.
 
void SetTriangleQualityMeasureToShapeAndSize ()
 Set/Get the particular estimator used to function the quality of triangles.
 
void SetTriangleQualityMeasureToDistortion ()
 Set/Get the particular estimator used to function the quality of triangles.
 
void SetTriangleQualityMeasureToEquiangleSkew ()
 Set/Get the particular estimator used to function the quality of triangles.
 
void SetTriangleQualityMeasureToNormalizedInradius ()
 Set/Get the particular estimator used to function the quality of triangles.
 
 vtkSetEnumMacro (QuadQualityMeasure, QualityMeasureTypes)
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
virtual void SetQuadQualityMeasure (int measure)
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
 vtkGetEnumMacro (QuadQualityMeasure, QualityMeasureTypes)
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
void SetQuadQualityMeasureToEdgeRatio ()
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
void SetQuadQualityMeasureToAspectRatio ()
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
void SetQuadQualityMeasureToRadiusRatio ()
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
void SetQuadQualityMeasureToMedAspectFrobenius ()
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
void SetQuadQualityMeasureToMaxAspectFrobenius ()
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
void SetQuadQualityMeasureToMaxEdgeRatio ()
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
void SetQuadQualityMeasureToSkew ()
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
void SetQuadQualityMeasureToTaper ()
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
void SetQuadQualityMeasureToWarpage ()
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
void SetQuadQualityMeasureToArea ()
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
void SetQuadQualityMeasureToStretch ()
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
void SetQuadQualityMeasureToMinAngle ()
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
void SetQuadQualityMeasureToMaxAngle ()
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
void SetQuadQualityMeasureToOddy ()
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
void SetQuadQualityMeasureToCondition ()
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
void SetQuadQualityMeasureToJacobian ()
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
void SetQuadQualityMeasureToScaledJacobian ()
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
void SetQuadQualityMeasureToShear ()
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
void SetQuadQualityMeasureToShape ()
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
void SetQuadQualityMeasureToRelativeSizeSquared ()
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
void SetQuadQualityMeasureToShapeAndSize ()
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
void SetQuadQualityMeasureToShearAndSize ()
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
void SetQuadQualityMeasureToDistortion ()
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
void SetQuadQualityMeasureToEquiangleSkew ()
 Set/Get the particular estimator used to measure the quality of quadrilaterals.
 
 vtkSetEnumMacro (TetQualityMeasure, QualityMeasureTypes)
 Set/Get the particular estimator used to measure the quality of tetrahedra.
 
virtual void SetTetQualityMeasure (int measure)
 Set/Get the particular estimator used to measure the quality of tetrahedra.
 
 vtkGetEnumMacro (TetQualityMeasure, QualityMeasureTypes)
 Set/Get the particular estimator used to measure the quality of tetrahedra.
 
void SetTetQualityMeasureToEdgeRatio ()
 Set/Get the particular estimator used to measure the quality of tetrahedra.
 
void SetTetQualityMeasureToAspectRatio ()
 Set/Get the particular estimator used to measure the quality of tetrahedra.
 
void SetTetQualityMeasureToRadiusRatio ()
 Set/Get the particular estimator used to measure the quality of tetrahedra.
 
void SetTetQualityMeasureToAspectFrobenius ()
 Set/Get the particular estimator used to measure the quality of tetrahedra.
 
void SetTetQualityMeasureToInradius ()
 Set/Get the particular estimator used to measure the quality of tetrahedra.
 
void SetTetQualityMeasureToMinAngle ()
 Set/Get the particular estimator used to measure the quality of tetrahedra.
 
void SetTetQualityMeasureToCollapseRatio ()
 Set/Get the particular estimator used to measure the quality of tetrahedra.
 
void SetTetQualityMeasureToAspectGamma ()
 Set/Get the particular estimator used to measure the quality of tetrahedra.
 
void SetTetQualityMeasureToVolume ()
 Set/Get the particular estimator used to measure the quality of tetrahedra.
 
void SetTetQualityMeasureToCondition ()
 Set/Get the particular estimator used to measure the quality of tetrahedra.
 
void SetTetQualityMeasureToJacobian ()
 Set/Get the particular estimator used to measure the quality of tetrahedra.
 
void SetTetQualityMeasureToScaledJacobian ()
 Set/Get the particular estimator used to measure the quality of tetrahedra.
 
void SetTetQualityMeasureToShape ()
 Set/Get the particular estimator used to measure the quality of tetrahedra.
 
void SetTetQualityMeasureToRelativeSizeSquared ()
 Set/Get the particular estimator used to measure the quality of tetrahedra.
 
void SetTetQualityMeasureToShapeAndSize ()
 Set/Get the particular estimator used to measure the quality of tetrahedra.
 
void SetTetQualityMeasureToDistortion ()
 Set/Get the particular estimator used to measure the quality of tetrahedra.
 
void SetTetQualityMeasureToEquiangleSkew ()
 Set/Get the particular estimator used to measure the quality of tetrahedra.
 
void SetTetQualityMeasureToEquivolumeSkew ()
 Set/Get the particular estimator used to measure the quality of tetrahedra.
 
void SetTetQualityMeasureToMeanRatio ()
 Set/Get the particular estimator used to measure the quality of tetrahedra.
 
void SetTetQualityMeasureToNormalizedInradius ()
 Set/Get the particular estimator used to measure the quality of tetrahedra.
 
void SetTetQualityMeasureToSquishIndex ()
 Set/Get the particular estimator used to measure the quality of tetrahedra.
 
 vtkSetEnumMacro (PyramidQualityMeasure, QualityMeasureTypes)
 Set/Get the particular estimator used to measure the quality of pyramids.
 
virtual void SetPyramidQualityMeasure (int measure)
 Set/Get the particular estimator used to measure the quality of pyramids.
 
 vtkGetEnumMacro (PyramidQualityMeasure, QualityMeasureTypes)
 Set/Get the particular estimator used to measure the quality of pyramids.
 
void SetPyramidQualityMeasureToEquiangleSkew ()
 Set/Get the particular estimator used to measure the quality of pyramids.
 
void SetPyramidQualityMeasureToJacobian ()
 Set/Get the particular estimator used to measure the quality of pyramids.
 
void SetPyramidQualityMeasureToScaledJacobian ()
 Set/Get the particular estimator used to measure the quality of pyramids.
 
void SetPyramidQualityMeasureToShape ()
 Set/Get the particular estimator used to measure the quality of pyramids.
 
void SetPyramidQualityMeasureToVolume ()
 Set/Get the particular estimator used to measure the quality of pyramids.
 
 vtkSetEnumMacro (WedgeQualityMeasure, QualityMeasureTypes)
 Set/Get the particular estimator used to measure the quality of wedges.
 
virtual void SetWedgeQualityMeasure (int measure)
 Set/Get the particular estimator used to measure the quality of wedges.
 
 vtkGetEnumMacro (WedgeQualityMeasure, QualityMeasureTypes)
 Set/Get the particular estimator used to measure the quality of wedges.
 
void SetWedgeQualityMeasureToCondition ()
 Set/Get the particular estimator used to measure the quality of wedges.
 
void SetWedgeQualityMeasureToDistortion ()
 Set/Get the particular estimator used to measure the quality of wedges.
 
void SetWedgeQualityMeasureToEdgeRatio ()
 Set/Get the particular estimator used to measure the quality of wedges.
 
void SetWedgeQualityMeasureToEquiangleSkew ()
 Set/Get the particular estimator used to measure the quality of wedges.
 
void SetWedgeQualityMeasureToJacobian ()
 Set/Get the particular estimator used to measure the quality of wedges.
 
void SetWedgeQualityMeasureToMaxAspectFrobenius ()
 Set/Get the particular estimator used to measure the quality of wedges.
 
void SetWedgeQualityMeasureToMaxStretch ()
 Set/Get the particular estimator used to measure the quality of wedges.
 
void SetWedgeQualityMeasureToMeanAspectFrobenius ()
 Set/Get the particular estimator used to measure the quality of wedges.
 
void SetWedgeQualityMeasureToScaledJacobian ()
 Set/Get the particular estimator used to measure the quality of wedges.
 
void SetWedgeQualityMeasureToShape ()
 Set/Get the particular estimator used to measure the quality of wedges.
 
void SetWedgeQualityMeasureToVolume ()
 Set/Get the particular estimator used to measure the quality of wedges.
 
 vtkSetEnumMacro (HexQualityMeasure, QualityMeasureTypes)
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
virtual void SetHexQualityMeasure (int measure)
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
 vtkGetEnumMacro (HexQualityMeasure, QualityMeasureTypes)
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
void SetHexQualityMeasureToEdgeRatio ()
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
void SetHexQualityMeasureToMedAspectFrobenius ()
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
void SetHexQualityMeasureToMaxAspectFrobenius ()
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
void SetHexQualityMeasureToMaxEdgeRatio ()
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
void SetHexQualityMeasureToSkew ()
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
void SetHexQualityMeasureToTaper ()
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
void SetHexQualityMeasureToVolume ()
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
void SetHexQualityMeasureToStretch ()
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
void SetHexQualityMeasureToDiagonal ()
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
void SetHexQualityMeasureToDimension ()
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
void SetHexQualityMeasureToOddy ()
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
void SetHexQualityMeasureToCondition ()
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
void SetHexQualityMeasureToJacobian ()
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
void SetHexQualityMeasureToScaledJacobian ()
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
void SetHexQualityMeasureToShear ()
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
void SetHexQualityMeasureToShape ()
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
void SetHexQualityMeasureToRelativeSizeSquared ()
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
void SetHexQualityMeasureToShapeAndSize ()
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
void SetHexQualityMeasureToShearAndSize ()
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
void SetHexQualityMeasureToDistortion ()
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
void SetHexQualityMeasureToEquiangleSkew ()
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
void SetHexQualityMeasureToNodalJacobianRatio ()
 Set/Get the particular estimator used to measure the quality of hexahedra.
 
- Public Member Functions inherited from vtkDataSetAlgorithm
vtkDataSetAlgorithmNewInstance () const
 
vtkDataObjectGetInput ()
 Get the input data object.
 
vtkPolyDataGetPolyDataOutput ()
 Get the output as vtkPolyData.
 
vtkStructuredPointsGetStructuredPointsOutput ()
 Get the output as vtkStructuredPoints.
 
vtkImageDataGetImageDataOutput ()
 Get the output as vtkStructuredPoints.
 
vtkStructuredGridGetStructuredGridOutput ()
 Get the output as vtkStructuredGrid.
 
vtkUnstructuredGridGetUnstructuredGridOutput ()
 Get the output as vtkUnstructuredGrid.
 
vtkRectilinearGridGetRectilinearGridOutput ()
 Get the output as vtkRectilinearGrid.
 
vtkTypeBool ProcessRequest (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
 see vtkAlgorithm for details
 
vtkDataSetGetOutput ()
 Get the output data object for a port on this algorithm.
 
vtkDataSetGetOutput (int)
 Get the output data object for a port on this algorithm.
 
void SetInputData (vtkDataObject *)
 Assign a data object as input.
 
void SetInputData (int, vtkDataObject *)
 Assign a data object as input.
 
void SetInputData (vtkDataSet *)
 Assign a data object as input.
 
void SetInputData (int, vtkDataSet *)
 Assign a data object as input.
 
void AddInputData (vtkDataObject *)
 Assign a data object as input.
 
void AddInputData (vtkDataSet *)
 Assign a data object as input.
 
void AddInputData (int, vtkDataSet *)
 Assign a data object as input.
 
void AddInputData (int, vtkDataObject *)
 Assign a data object as input.
 
- Public Member Functions inherited from vtkAlgorithm
vtkAlgorithmNewInstance () const
 
vtkTypeBool HasExecutive ()
 Check whether this algorithm has an assigned executive.
 
vtkExecutiveGetExecutive ()
 Get this algorithm's executive.
 
virtual void SetExecutive (vtkExecutive *executive)
 Set this algorithm's executive.
 
vtkTypeBool ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo)
 Version of ProcessRequest() that is wrapped.
 
virtual int ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, vtkMTimeType *mtime)
 A special version of ProcessRequest meant specifically for the pipeline modified time request.
 
virtual int ModifyRequest (vtkInformation *request, int when)
 This method gives the algorithm a chance to modify the contents of a request before or after (specified in the when argument) it is forwarded.
 
vtkInformationGetInputPortInformation (int port)
 Get the information object associated with an input port.
 
vtkInformationGetOutputPortInformation (int port)
 Get the information object associated with an output port.
 
int GetNumberOfInputPorts ()
 Get the number of input ports used by the algorithm.
 
int GetNumberOfOutputPorts ()
 Get the number of output ports provided by the algorithm.
 
void SetAbortExecuteAndUpdateTime ()
 Set AbortExecute Flag and update LastAbortTime.
 
void UpdateProgress (double amount)
 Update the progress of the process object.
 
bool CheckAbort ()
 Checks to see if this filter should abort.
 
virtual void SetInputArrayToProcess (int idx, vtkInformation *info)
 Set the input data arrays that this algorithm will process.
 
int GetNumberOfInputArraySpecifications ()
 Get the number of input array indices that have already been set.
 
bool ResetInputArraySpecifications ()
 Clear all existing input array specifications (as if SetInputArrayToProcess had never been called).
 
vtkInformationGetInputArrayInformation (int idx)
 Get the info object for the specified input array to this algorithm.
 
void RemoveAllInputs ()
 Remove all the input data.
 
vtkDataObjectGetOutputDataObject (int port)
 Get the data object that will contain the algorithm output for the given port.
 
vtkDataObjectGetInputDataObject (int port, int connection)
 Get the data object that will contain the algorithm input for the given port and given connection.
 
virtual void RemoveInputConnection (int port, vtkAlgorithmOutput *input)
 Remove a connection from the given input port index.
 
virtual void RemoveInputConnection (int port, int idx)
 Remove a connection given by index idx.
 
virtual void RemoveAllInputConnections (int port)
 Removes all input connections.
 
virtual void SetInputDataObject (int port, vtkDataObject *data)
 Sets the data-object as an input on the given port index.
 
virtual void SetInputDataObject (vtkDataObject *data)
 
virtual void AddInputDataObject (int port, vtkDataObject *data)
 Add the data-object as an input to this given port.
 
virtual void AddInputDataObject (vtkDataObject *data)
 
vtkAlgorithmOutputGetOutputPort (int index)
 Get a proxy object corresponding to the given output port of this algorithm.
 
vtkAlgorithmOutputGetOutputPort ()
 
int GetNumberOfInputConnections (int port)
 Get the number of inputs currently connected to a port.
 
int GetTotalNumberOfInputConnections ()
 Get the total number of inputs for this algorithm.
 
vtkAlgorithmOutputGetInputConnection (int port, int index)
 Get the algorithm output port connected to an input port.
 
vtkAlgorithmGetInputAlgorithm (int port, int index, int &algPort)
 Returns the algorithm and the output port index of that algorithm connected to a port-index pair.
 
vtkAlgorithmGetInputAlgorithm (int port, int index)
 Returns the algorithm connected to a port-index pair.
 
vtkAlgorithmGetInputAlgorithm ()
 Equivalent to GetInputAlgorithm(0, 0).
 
vtkExecutiveGetInputExecutive (int port, int index)
 Returns the executive associated with a particular input connection.
 
vtkExecutiveGetInputExecutive ()
 Equivalent to GetInputExecutive(0, 0)
 
vtkInformationGetInputInformation (int port, int index)
 Return the information object that is associated with a particular input connection.
 
vtkInformationGetInputInformation ()
 Equivalent to GetInputInformation(0, 0)
 
vtkInformationGetOutputInformation (int port)
 Return the information object that is associated with a particular output port.
 
virtual vtkTypeBool Update (int port, vtkInformationVector *requests)
 This method enables the passing of data requests to the algorithm to be used during execution (in addition to bringing a particular port up-to-date).
 
virtual vtkTypeBool Update (vtkInformation *requests)
 Convenience method to update an algorithm after passing requests to its first output port.
 
virtual int UpdatePiece (int piece, int numPieces, int ghostLevels, const int extents[6]=nullptr)
 Convenience method to update an algorithm after passing requests to its first output port.
 
virtual int UpdateExtent (const int extents[6])
 Convenience method to update an algorithm after passing requests to its first output port.
 
virtual int UpdateTimeStep (double time, int piece=-1, int numPieces=1, int ghostLevels=0, const int extents[6]=nullptr)
 Convenience method to update an algorithm after passing requests to its first output port.
 
virtual void UpdateInformation ()
 Bring the algorithm's information up-to-date.
 
virtual void UpdateDataObject ()
 Create output object(s).
 
virtual void PropagateUpdateExtent ()
 Propagate meta-data upstream.
 
virtual void UpdateWholeExtent ()
 Bring this algorithm's outputs up-to-date.
 
void ConvertTotalInputToPortConnection (int ind, int &port, int &conn)
 Convenience routine to convert from a linear ordering of input connections to a port/connection pair.
 
void RemoveNoPriorTemporalAccessInformationKey ()
 Removes any information key vtkStreamingDemandDrivenPipeline::NO_PRIOR_TEMPORAL_ACCESS() to all output ports of this vtkAlgorithm.
 
virtual vtkInformationGetInformation ()
 Set/Get the information object associated with this algorithm.
 
virtual void SetInformation (vtkInformation *)
 Set/Get the information object associated with this algorithm.
 
bool UsesGarbageCollector () const override
 Participate in garbage collection.
 
virtual void SetAbortExecute (vtkTypeBool)
 Set/Get the AbortExecute flag for the process object.
 
virtual vtkTypeBool GetAbortExecute ()
 Set/Get the AbortExecute flag for the process object.
 
virtual void AbortExecuteOn ()
 Set/Get the AbortExecute flag for the process object.
 
virtual void AbortExecuteOff ()
 Set/Get the AbortExecute flag for the process object.
 
virtual double GetProgress ()
 Get the execution progress of a process object.
 
void SetContainerAlgorithm (vtkAlgorithm *containerAlg)
 Set/get a Container algorithm for this algorithm.
 
vtkAlgorithmGetContainerAlgorithm ()
 Set/get a Container algorithm for this algorithm.
 
virtual void SetAbortOutput (bool)
 Set/Get an internal variable used to communicate between the algorithm and executive.
 
virtual bool GetAbortOutput ()
 Set/Get an internal variable used to communicate between the algorithm and executive.
 
void SetProgressShiftScale (double shift, double scale)
 Specify the shift and scale values to use to apply to the progress amount when UpdateProgress is called.
 
virtual double GetProgressShift ()
 Specify the shift and scale values to use to apply to the progress amount when UpdateProgress is called.
 
virtual double GetProgressScale ()
 Specify the shift and scale values to use to apply to the progress amount when UpdateProgress is called.
 
void SetProgressText (const char *ptext)
 Set the current text message associated with the progress state.
 
virtual char * GetProgressText ()
 Set the current text message associated with the progress state.
 
virtual unsigned long GetErrorCode ()
 The error code contains a possible error that occurred while reading or writing the file.
 
void SetInputArrayToProcess (const char *name, int fieldAssociation, int component=vtkArrayComponents::AllComponents)
 Set the input data arrays that this algorithm will process.
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name)
 Set the input data arrays that this algorithm will process.
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name, int component)
 This method variant also accepts a component to consider rather than the entire tuple.
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType)
 Set the input data arrays that this algorithm will process.
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType, int component)
 This method variant also accepts a component to consider rather than the entire tuple.
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName)
 Set the input data arrays that this algorithm will process.
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName, const char *component)
 Set the input data arrays that this algorithm will process.
 
virtual void SetInputConnection (int port, vtkAlgorithmOutput *input)
 Set the connection for the given input port index.
 
virtual void SetInputConnection (vtkAlgorithmOutput *input)
 Set the connection for the given input port index.
 
virtual void AddInputConnection (int port, vtkAlgorithmOutput *input)
 Add a connection to the given input port index.
 
virtual void AddInputConnection (vtkAlgorithmOutput *input)
 Add a connection to the given input port index.
 
virtual void Update (int port)
 Bring this algorithm's outputs up-to-date.
 
virtual void Update ()
 Bring this algorithm's outputs up-to-date.
 
virtual void SetReleaseDataFlag (vtkTypeBool)
 Turn release data flag on or off for all output ports.
 
virtual vtkTypeBool GetReleaseDataFlag ()
 Turn release data flag on or off for all output ports.
 
void ReleaseDataFlagOn ()
 Turn release data flag on or off for all output ports.
 
void ReleaseDataFlagOff ()
 Turn release data flag on or off for all output ports.
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, vtkDataObject *output)
 This detects when the UpdateExtent will generate no data This condition is satisfied when the UpdateExtent has zero volume (0,-1,...) or the UpdateNumberOfPieces is 0.
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType)
 This detects when the UpdateExtent will generate no data This condition is satisfied when the UpdateExtent has zero volume (0,-1,...) or the UpdateNumberOfPieces is 0.
 
int * GetUpdateExtent ()
 These functions return the update extent for output ports that use 3D extents.
 
int * GetUpdateExtent (int port)
 These functions return the update extent for output ports that use 3D extents.
 
void GetUpdateExtent (int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 These functions return the update extent for output ports that use 3D extents.
 
void GetUpdateExtent (int port, int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 These functions return the update extent for output ports that use 3D extents.
 
void GetUpdateExtent (int extent[6])
 These functions return the update extent for output ports that use 3D extents.
 
void GetUpdateExtent (int port, int extent[6])
 These functions return the update extent for output ports that use 3D extents.
 
int GetUpdatePiece ()
 These functions return the update extent for output ports that use piece extents.
 
int GetUpdatePiece (int port)
 These functions return the update extent for output ports that use piece extents.
 
int GetUpdateNumberOfPieces ()
 These functions return the update extent for output ports that use piece extents.
 
int GetUpdateNumberOfPieces (int port)
 These functions return the update extent for output ports that use piece extents.
 
int GetUpdateGhostLevel ()
 These functions return the update extent for output ports that use piece extents.
 
int GetUpdateGhostLevel (int port)
 These functions return the update extent for output ports that use piece extents.
 
void SetProgressObserver (vtkProgressObserver *)
 If an ProgressObserver is set, the algorithm will report progress through it rather than directly.
 
virtual vtkProgressObserverGetProgressObserver ()
 If an ProgressObserver is set, the algorithm will report progress through it rather than directly.
 
void SetNoPriorTemporalAccessInformationKey (int key)
 Set to all output ports of this algorithm the information key vtkStreamingDemandDrivenPipeline::NO_PRIOR_TEMPORAL_ACCESS().
 
void SetNoPriorTemporalAccessInformationKey ()
 Set to all output ports of this algorithm the information key vtkStreamingDemandDrivenPipeline::NO_PRIOR_TEMPORAL_ACCESS().
 
- Public Member Functions inherited from vtkObject
 vtkBaseTypeMacro (vtkObject, vtkObjectBase)
 
virtual void DebugOn ()
 Turn debugging output on.
 
virtual void DebugOff ()
 Turn debugging output off.
 
bool GetDebug ()
 Get the value of the debug flag.
 
void SetDebug (bool debugFlag)
 Set the value of the debug flag.
 
virtual void Modified ()
 Update the modification time for this object.
 
virtual vtkMTimeType GetMTime ()
 Return this object's modified time.
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses.
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
vtkTypeBool HasObserver (unsigned long event)
 
vtkTypeBool HasObserver (const char *event)
 
vtkTypeBool InvokeEvent (unsigned long event)
 
vtkTypeBool InvokeEvent (const char *event)
 
std::string GetObjectDescription () const override
 The object description printed in messages and PrintSelf output.
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
vtkCommandGetCommand (unsigned long tag)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
void RemoveObserver (vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
void RemoveObservers (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
void RemoveObservers (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
vtkTypeBool HasObserver (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
vtkTypeBool HasObserver (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object.
 
template<class U, class T>
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 Overloads to AddObserver that allow developers to add class member functions as callbacks for events.
 
template<class U, class T>
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 Overloads to AddObserver that allow developers to add class member functions as callbacks for events.
 
template<class U, class T>
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 Allow user to set the AbortFlagOn() with the return value of the callback method.
 
vtkTypeBool InvokeEvent (unsigned long event, void *callData)
 This method invokes an event and return whether the event was aborted or not.
 
vtkTypeBool InvokeEvent (const char *event, void *callData)
 This method invokes an event and return whether the event was aborted or not.
 
virtual void SetObjectName (const std::string &objectName)
 Set/get the name of this object for reporting purposes.
 
virtual std::string GetObjectName () const
 Set/get the name of this object for reporting purposes.
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 Return the class name as a string.
 
virtual vtkIdType GetNumberOfGenerationsFromBase (const char *name)
 Given the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class).
 
virtual void Delete ()
 Delete a VTK object.
 
virtual void FastDelete ()
 Delete a reference to this object.
 
void InitializeObjectBase ()
 
void Print (ostream &os)
 Print an object to an ostream.
 
void Register (vtkObjectBase *o)
 Increase the reference count (mark as used by another object).
 
virtual void UnRegister (vtkObjectBase *o)
 Decrease the reference count (release by another object).
 
int GetReferenceCount ()
 Return the current reference count of this object.
 
void SetReferenceCount (int)
 Sets the reference count.
 
bool GetIsInMemkind () const
 A local state flag that remembers whether this object lives in the normal or extended memory space.
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses.
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses.
 

Static Public Member Functions

static vtkTypeBool IsTypeOf (const char *type)
 
static vtkMeshQualitySafeDownCast (vtkObjectBase *o)
 
static vtkMeshQualityNew ()
 
static void ComputeAverageCellSize (vtkDataSet *dataset)
 Compute the average cell size for each cell type in the mesh, and store it in field data arrays (TriArea, QuadArea, TetVolume, PyrVolume, WedgeVolume, and HexVolume) and in static variables for use in quality measures that require it.
 
static double TriangleArea (vtkCell *cell, bool linearApproximation=false)
 Calculate the area of a triangle.
 
static double TriangleAspectFrobenius (vtkCell *cell, bool linearApproximation=false)
 Calculate the Frobenius condition number of the transformation matrix from an equilateral triangle to a triangle.
 
static double TriangleAspectRatio (vtkCell *cell, bool linearApproximation=false)
 Calculate the aspect ratio of a triangle.
 
static double TriangleCondition (vtkCell *cell, bool linearApproximation=false)
 Calculate the condition number of a triangle.
 
static double TriangleDistortion (vtkCell *cell, bool linearApproximation=false)
 Calculate the distortion of a triangle.
 
static double TriangleEdgeRatio (vtkCell *cell, bool linearApproximation=false)
 Calculate the edge ratio of a triangle.
 
static double TriangleEquiangleSkew (vtkCell *cell, bool linearApproximation=false)
 Calculate the equiangle skew of a triangle.
 
static double TriangleMaxAngle (vtkCell *cell, bool linearApproximation=false)
 Calculate the maximal (nonoriented) angle of a triangle, expressed in degrees.
 
static double TriangleMinAngle (vtkCell *cell, bool linearApproximation=false)
 Calculate the minimal (nonoriented) angle of a triangle, expressed in degrees.
 
static double TriangleNormalizedInradius (vtkCell *cell, bool linearApproximation=false)
 Calculate the normalized in-radius of a triangle.
 
static double TriangleRadiusRatio (vtkCell *cell, bool linearApproximation=false)
 Calculate the radius ratio of a triangle.
 
static double TriangleRelativeSizeSquared (vtkCell *cell, bool linearApproximation=false)
 Calculate the square of the relative size of a triangle.
 
static double TriangleScaledJacobian (vtkCell *cell, bool linearApproximation=false)
 Calculate the scaled Jacobian of a triangle.
 
static double TriangleShape (vtkCell *cell, bool linearApproximation=false)
 Calculate the shape of a triangle.
 
static double TriangleShapeAndSize (vtkCell *cell, bool linearApproximation=false)
 Calculate the product of shape and relative size of a triangle.
 
static double QuadArea (vtkCell *cell, bool linearApproximation=false)
 Calculate the area of a quadrilateral.
 
static double QuadAspectRatio (vtkCell *cell, bool linearApproximation=false)
 Calculate the aspect ratio of a planar quadrilateral.
 
static double QuadCondition (vtkCell *cell, bool linearApproximation=false)
 Calculate the condition number of a quadrilateral.
 
static double QuadDistortion (vtkCell *cell, bool linearApproximation=false)
 Calculate the distortion of a quadrilateral.
 
static double QuadEdgeRatio (vtkCell *cell, bool linearApproximation=false)
 Calculate the edge ratio of a quadrilateral.
 
static double QuadEquiangleSkew (vtkCell *cell, bool linearApproximation=false)
 Calculate the equiangle skew of a quadrilateral.
 
static double QuadJacobian (vtkCell *cell, bool linearApproximation=false)
 Calculate the Jacobian of a quadrilateral.
 
static double QuadMaxAngle (vtkCell *cell, bool linearApproximation=false)
 Calculate the maximum (nonoriented) angle of a quadrilateral, expressed in degrees.
 
static double QuadMaxAspectFrobenius (vtkCell *cell, bool linearApproximation=false)
 Calculate the maximal Frobenius aspect of the 4 corner triangles of a planar quadrilateral, when the reference triangle elements are right isosceles at the quadrangle vertices.
 
static double QuadMaxEdgeRatio (vtkCell *cell, bool linearApproximation=false)
 Calculate the maximum edge length ratio of a quadrilateral at quad center.
 
static double QuadMedAspectFrobenius (vtkCell *cell, bool linearApproximation=false)
 Calculate the average Frobenius aspect of the 4 corner triangles of a planar quadrilateral, when the reference triangle elements are right isosceles at the quadrangle vertices.
 
static double QuadMinAngle (vtkCell *cell, bool linearApproximation=false)
 Calculate the minimal (nonoriented) angle of a quadrilateral, expressed in degrees.
 
static double QuadOddy (vtkCell *cell, bool linearApproximation=false)
 Calculate the oddy of a quadrilateral.
 
static double QuadRadiusRatio (vtkCell *cell, bool linearApproximation=false)
 Calculate the radius ratio of a planar quadrilateral.
 
static double QuadRelativeSizeSquared (vtkCell *cell, bool linearApproximation=false)
 Calculate the relative size squared of a quadrilateral.
 
static double QuadScaledJacobian (vtkCell *cell, bool linearApproximation=false)
 Calculate the scaled Jacobian of a quadrilateral.
 
static double QuadShape (vtkCell *cell, bool linearApproximation=false)
 Calculate the shear of a quadrilateral.
 
static double QuadShapeAndSize (vtkCell *cell, bool linearApproximation=false)
 Calculate the shape and size of a quadrilateral.
 
static double QuadShear (vtkCell *cell, bool linearApproximation=false)
 Calculate the shear of a quadrilateral.
 
static double QuadShearAndSize (vtkCell *cell, bool linearApproximation=false)
 Calculate the shear and size of a quadrilateral.
 
static double QuadSkew (vtkCell *cell, bool linearApproximation=false)
 Calculate the skew of a quadrilateral.
 
static double QuadStretch (vtkCell *cell, bool linearApproximation=false)
 Calculate the stretch of a quadrilateral.
 
static double QuadTaper (vtkCell *cell, bool linearApproximation=false)
 Calculate the taper of a quadrilateral.
 
static double QuadWarpage (vtkCell *cell, bool linearApproximation=false)
 Calculate the warpage of a quadrilateral.
 
static double TetAspectFrobenius (vtkCell *cell, bool linearApproximation=false)
 Calculate the Frobenius condition number of the transformation matrix from a regular tetrahedron to a tetrahedron.
 
static double TetAspectGamma (vtkCell *cell, bool linearApproximation=false)
 Calculate the aspect gamma of a tetrahedron.
 
static double TetAspectRatio (vtkCell *cell, bool linearApproximation=false)
 Calculate the aspect ratio of a tetrahedron.
 
static double TetCollapseRatio (vtkCell *cell, bool linearApproximation=false)
 Calculate the collapse ratio of a tetrahedron.
 
static double TetCondition (vtkCell *cell, bool linearApproximation=false)
 Calculate the condition number of a tetrahedron.
 
static double TetDistortion (vtkCell *cell, bool linearApproximation=false)
 Calculate the distortion of a tetrahedron.
 
static double TetEdgeRatio (vtkCell *cell, bool linearApproximation=false)
 Calculate the edge ratio of a tetrahedron.
 
static double TetEquiangleSkew (vtkCell *cell, bool linearApproximation=false)
 Calculate the equiangle skew of a tetrahedron.
 
static double TetEquivolumeSkew (vtkCell *cell, bool linearApproximation=false)
 Calculate the equivolume skew of a tetrahedron.
 
static double TetInradius (vtkCell *cell, bool linearApproximation=false)
 Calculate the inradius of a tetrahedron.
 
static double TetJacobian (vtkCell *cell, bool linearApproximation=false)
 Calculate the Jacobian of a tetrahedron.
 
static double TetMeanRatio (vtkCell *cell, bool linearApproximation=false)
 Calculate the mean ratio of a tetrahedron.
 
static double TetMinAngle (vtkCell *cell, bool linearApproximation=false)
 Calculate the minimal (nonoriented) dihedral angle of a tetrahedron, expressed in degrees.
 
static double TetNormalizedInradius (vtkCell *cell, bool linearApproximation=false)
 Calculate the normalized in-radius of a tetrahedron.
 
static double TetRadiusRatio (vtkCell *cell, bool linearApproximation=false)
 Calculate the radius ratio of a tetrahedron.
 
static double TetRelativeSizeSquared (vtkCell *cell, bool linearApproximation=false)
 Calculate the relative size squared of a tetrahedron.
 
static double TetScaledJacobian (vtkCell *cell, bool linearApproximation=false)
 Calculate the scaled Jacobian of a tetrahedron.
 
static double TetShape (vtkCell *cell, bool linearApproximation=false)
 Calculate the shape of a tetrahedron.
 
static double TetShapeAndSize (vtkCell *cell, bool linearApproximation=false)
 Calculate the shape and size of a tetrahedron.
 
static double TetSquishIndex (vtkCell *cell, bool linearApproximation=false)
 Calculate the squish index of a tetrahedron.
 
static double TetVolume (vtkCell *cell, bool linearApproximation=false)
 Calculate the volume of a tetrahedron.
 
static double PyramidEquiangleSkew (vtkCell *cell, bool linearApproximation=false)
 Calculate the equiangle skew of a pyramid.
 
static double PyramidJacobian (vtkCell *cell, bool linearApproximation=false)
 Calculate the Jacobian of a pyramid.
 
static double PyramidScaledJacobian (vtkCell *cell, bool linearApproximation=false)
 Calculate the Jacobian of a pyramid.
 
static double PyramidShape (vtkCell *cell, bool linearApproximation=false)
 Calculate the shape of a pyramid.
 
static double PyramidVolume (vtkCell *cell, bool linearApproximation=false)
 Calculate the volume of a pyramid.
 
static double WedgeCondition (vtkCell *cell, bool linearApproximation=false)
 Calculate the condition number of a wedge.
 
static double WedgeDistortion (vtkCell *cell, bool linearApproximation=false)
 Calculate the distortion of a wedge.
 
static double WedgeEdgeRatio (vtkCell *cell, bool linearApproximation=false)
 Calculate the edge ratio of a wedge.
 
static double WedgeEquiangleSkew (vtkCell *cell, bool linearApproximation=false)
 Calculate the equiangle skew of a wedge.
 
static double WedgeJacobian (vtkCell *cell, bool linearApproximation=false)
 Calculate the Jacobian of a wedge.
 
static double WedgeMaxAspectFrobenius (vtkCell *cell, bool linearApproximation=false)
 Calculate the max aspect Frobenius of a wedge.
 
static double WedgeMaxStretch (vtkCell *cell, bool linearApproximation=false)
 Calculate the max stretch of a wedge.
 
static double WedgeMeanAspectFrobenius (vtkCell *cell, bool linearApproximation=false)
 Calculate the mean aspect Frobenius of a wedge.
 
static double WedgeScaledJacobian (vtkCell *cell, bool linearApproximation=false)
 Calculate the scaled Jacobian a wedge.
 
static double WedgeShape (vtkCell *cell, bool linearApproximation=false)
 Calculate the shape of a wedge.
 
static double WedgeVolume (vtkCell *cell, bool linearApproximation=false)
 Calculate the volume of a wedge.
 
static double HexCondition (vtkCell *cell, bool linearApproximation=false)
 Calculate the condition of a hexahedron.
 
static double HexDiagonal (vtkCell *cell, bool linearApproximation=false)
 Calculate the diagonal of a hexahedron.
 
static double HexDimension (vtkCell *cell, bool linearApproximation=false)
 Calculate the dimension of a hexahedron.
 
static double HexDistortion (vtkCell *cell, bool linearApproximation=false)
 Calculate the distortion of a hexahedron.
 
static double HexEdgeRatio (vtkCell *cell, bool linearApproximation=false)
 Calculate the edge ratio of a hexahedron.
 
static double HexEquiangleSkew (vtkCell *cell, bool linearApproximation=false)
 Calculate the equiangle skew of a hexahedron.
 
static double HexJacobian (vtkCell *cell, bool linearApproximation=false)
 Calculate the Jacobian of a hexahedron.
 
static double HexMaxAspectFrobenius (vtkCell *cell, bool linearApproximation=false)
 Calculate the maximal Frobenius aspect of the 8 corner tetrahedra of a hexahedron, when the reference tetrahedral elements are right isosceles at the hexahedron vertices.
 
static double HexMaxEdgeRatio (vtkCell *cell, bool linearApproximation=false)
 Calculate the maximum edge ratio of a hexahedron at its center.
 
static double HexMedAspectFrobenius (vtkCell *cell, bool linearApproximation=false)
 Calculate the average Frobenius aspect of the 8 corner tetrahedra of a hexahedron, when the reference tetrahedral elements are right isosceles at the hexahedron vertices.
 
static double HexNodalJacobianRatio (vtkCell *cell, bool linearApproximation=false)
 Calculate the nodal Jacobian ratio of a hexahedron.
 
static double HexOddy (vtkCell *cell, bool linearApproximation=false)
 Calculate the oddy of a hexahedron.
 
static double HexRelativeSizeSquared (vtkCell *cell, bool linearApproximation=false)
 Calculate the relative size squared of a hexahedron.
 
static double HexScaledJacobian (vtkCell *cell, bool linearApproximation=false)
 Calculate the scaled Jacobian of a hexahedron.
 
static double HexShape (vtkCell *cell, bool linearApproximation=false)
 Calculate the shape of a hexahedron.
 
static double HexShapeAndSize (vtkCell *cell, bool linearApproximation=false)
 Calculate the shape and size of a hexahedron.
 
static double HexShear (vtkCell *cell, bool linearApproximation=false)
 Calculate the shear of a hexahedron.
 
static double HexShearAndSize (vtkCell *cell, bool linearApproximation=false)
 Calculate the shear and size of a hexahedron.
 
static double HexSkew (vtkCell *cell, bool linearApproximation=false)
 Calculate the skew of a hexahedron.
 
static double HexStretch (vtkCell *cell, bool linearApproximation=false)
 Calculate the stretch of a hexahedron.
 
static double HexTaper (vtkCell *cell, bool linearApproximation=false)
 Calculate the taper of a hexahedron.
 
static double HexVolume (vtkCell *cell, bool linearApproximation=false)
 Calculate the volume of a hexahedron.
 
- Static Public Member Functions inherited from vtkDataSetAlgorithm
static vtkDataSetAlgorithmNew ()
 
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkDataSetAlgorithmSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkAlgorithm
static vtkAlgorithmNew ()
 
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkAlgorithmSafeDownCast (vtkObjectBase *o)
 
static vtkInformationIntegerKeyINPUT_IS_OPTIONAL ()
 Keys used to specify input port requirements.
 
static vtkInformationIntegerKeyINPUT_IS_REPEATABLE ()
 
static vtkInformationInformationVectorKeyINPUT_REQUIRED_FIELDS ()
 
static vtkInformationStringVectorKeyINPUT_REQUIRED_DATA_TYPE ()
 
static vtkInformationInformationVectorKeyINPUT_ARRAYS_TO_PROCESS ()
 
static vtkInformationIntegerKeyINPUT_PORT ()
 
static vtkInformationIntegerKeyINPUT_CONNECTION ()
 
static vtkInformationIntegerKeyCAN_PRODUCE_SUB_EXTENT ()
 This key tells the executive that a particular output port is capable of producing an arbitrary subextent of the whole extent.
 
static vtkInformationIntegerKeyCAN_HANDLE_PIECE_REQUEST ()
 Key that tells the pipeline that a particular algorithm can or cannot handle piece request.
 
static vtkInformationIntegerKeyABORTED ()
 
static void SetDefaultExecutivePrototype (vtkExecutive *proto)
 If the DefaultExecutivePrototype is set, a copy of it is created in CreateDefaultExecutive() using NewInstance().
 
- Static Public Member Functions inherited from vtkObject
static vtkObjectNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
 
static void BreakOnError ()
 This method is called when vtkErrorMacro executes.
 
static void SetGlobalWarningDisplay (vtkTypeBool val)
 This is a global flag that controls whether any debug, warning or error messages are displayed.
 
static void GlobalWarningDisplayOn ()
 This is a global flag that controls whether any debug, warning or error messages are displayed.
 
static void GlobalWarningDisplayOff ()
 This is a global flag that controls whether any debug, warning or error messages are displayed.
 
static vtkTypeBool GetGlobalWarningDisplay ()
 This is a global flag that controls whether any debug, warning or error messages are displayed.
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 Return 1 if this class type is the same type of (or a subclass of) the named class.
 
static vtkIdType GetNumberOfGenerationsFromBaseType (const char *name)
 Given a the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class).
 
static vtkObjectBaseNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
 
static void SetMemkindDirectory (const char *directoryname)
 The name of a directory, ideally mounted -o dax, to memory map an extended memory space within.
 
static bool GetUsingMemkind ()
 A global state flag that controls whether vtkObjects are constructed in the usual way (the default) or within the extended memory space.
 

Static Public Attributes

static const char * QualityMeasureNames []
 Array which lists the Quality Measures Names.
 

Protected Types

using CellQualityType = std::function<double(vtkCell*, bool)>
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkMeshQuality ()
 
 ~vtkMeshQuality () override=default
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 This is called within ProcessRequest when a request asks the algorithm to do its work.
 
CellQualityType GetTriangleQualityMeasureFunction () const
 
CellQualityType GetQuadraticTriangleQualityMeasureFunction () const
 
CellQualityType GetBiQuadraticTriangleQualityMeasureFunction () const
 
CellQualityType GetQuadQualityMeasureFunction () const
 
CellQualityType GetQuadraticQuadQualityMeasureFunction () const
 
CellQualityType GetBiQuadraticQuadQualityMeasureFunction () const
 
CellQualityType GetTetQualityMeasureFunction () const
 
CellQualityType GetQuadraticTetQualityMeasureFunction () const
 
CellQualityType GetPyramidQualityMeasureFunction () const
 
CellQualityType GetWedgeQualityMeasureFunction () const
 
CellQualityType GetHexQualityMeasureFunction () const
 
CellQualityType GetQuadraticHexQualityMeasureFunction () const
 
CellQualityType GetTriQuadraticHexQualityMeasureFunction () const
 
- Protected Member Functions inherited from vtkDataSetAlgorithm
 vtkDataSetAlgorithm ()
 
 ~vtkDataSetAlgorithm () override=default
 
virtual int RequestDataObject (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 This is called within ProcessRequest when a request asks the algorithm to create empty output data objects.
 
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 This is called within ProcessRequest when a request asks for Information.
 
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 This is called within ProcessRequest when each filter in the pipeline decides what portion of its input is needed to create the portion of its output that the downstream filter asks for.
 
virtual int RequestUpdateTime (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
int FillOutputPortInformation (int port, vtkInformation *info) override
 Fill the output port information objects for this algorithm.
 
int FillInputPortInformation (int port, vtkInformation *info) override
 Fill the input port information objects for this algorithm.
 
vtkDataObjectGetInput (int port)
 
- Protected Member Functions inherited from vtkAlgorithm
 vtkAlgorithm ()
 
 ~vtkAlgorithm () override
 
bool CheckUpstreamAbort ()
 Checks to see if an upstream filter has been aborted.
 
virtual void SetNumberOfInputPorts (int n)
 Set the number of input ports used by the algorithm.
 
virtual void SetNumberOfOutputPorts (int n)
 Set the number of output ports provided by the algorithm.
 
int InputPortIndexInRange (int index, const char *action)
 
int OutputPortIndexInRange (int index, const char *action)
 
int GetInputArrayAssociation (int idx, vtkInformationVector **inputVector)
 Get the association of the actual data array for the input array specified by idx, this is only reasonable during the REQUEST_DATA pass.
 
int GetInputArrayComponent (int idx)
 Get the component to process of the actual data array for the input array specified by idx, this is only reasonable during the REQUEST_DATA pass.
 
vtkInformationGetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector)
 This method takes in an index (as specified in SetInputArrayToProcess) and a pipeline information vector.
 
virtual vtkExecutiveCreateDefaultExecutive ()
 Create a default executive.
 
void ReportReferences (vtkGarbageCollector *) override
 
virtual void SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input)
 Replace the Nth connection on the given input port.
 
virtual void SetNumberOfInputConnections (int port, int n)
 Set the number of input connections on the given input port.
 
void SetInputDataInternal (int port, vtkDataObject *input)
 These methods are used by subclasses to implement methods to set data objects directly as input.
 
void AddInputDataInternal (int port, vtkDataObject *input)
 
int GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector)
 Filters that have multiple connections on one port can use this signature.
 
int GetInputArrayAssociation (int idx, vtkDataObject *input)
 Filters that have multiple connections on one port can use this signature.
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector)
 Get the actual data array for the input array specified by idx, this is only reasonable during the REQUEST_DATA pass.
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 Get the actual data array for the input array specified by idx, this is only reasonable during the REQUEST_DATA pass.
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 Filters that have multiple connections on one port can use this signature.
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 Filters that have multiple connections on one port can use this signature.
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input)
 Filters that have multiple connections on one port can use this signature.
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input, int &association)
 Filters that have multiple connections on one port can use this signature.
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector)
 Get the actual data array for the input array specified by idx, this is only reasonable during the REQUEST_DATA pass.
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 Get the actual data array for the input array specified by idx, this is only reasonable during the REQUEST_DATA pass.
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 Filters that have multiple connections on one port can use this signature.
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 Filters that have multiple connections on one port can use this signature.
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input)
 Filters that have multiple connections on one port can use this signature.
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association)
 Filters that have multiple connections on one port can use this signature.
 
vtkSmartPointer< vtkAbstractArrayGetInputArray (int idx, int connection, vtkInformationVector **inputVector, int &association, int requestedComponent=vtkArrayComponents::Requested)
 Get an array from the input at index idx.
 
vtkSmartPointer< vtkAbstractArrayGetInputArray (int idx, vtkDataObject *input, int &association, int requestedComponent=vtkArrayComponents::Requested)
 Get an array from the input at index idx.
 
template<typename ArrayType, typename... Params>
vtkSmartPointer< ArrayType > GetInputArrayAs (Params &&... params)
 Get an array from the input at index idx.
 
virtual void SetErrorCode (unsigned long)
 The error code contains a possible error that occurred while reading or writing the file.
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
 ~vtkObject () override
 
void RegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr)
 These methods allow a command to exclusively grab all events.
 
void InternalReleaseFocus ()
 These methods allow a command to exclusively grab all events.
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

vtkTypeBool SaveCellQuality
 
QualityMeasureTypes TriangleQualityMeasure
 
QualityMeasureTypes QuadQualityMeasure
 
QualityMeasureTypes TetQualityMeasure
 
QualityMeasureTypes PyramidQualityMeasure
 
QualityMeasureTypes WedgeQualityMeasure
 
QualityMeasureTypes HexQualityMeasure
 
bool LinearApproximation
 
- Protected Attributes inherited from vtkAlgorithm
vtkTimeStamp LastAbortCheckTime
 
vtkInformationInformation
 
double Progress
 
char * ProgressText
 
vtkProgressObserverProgressObserver
 
unsigned long ErrorCode
 The error code contains a possible error that occurred while reading or writing the file.
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
std::string ObjectName
 
- Protected Attributes inherited from vtkObjectBase
std::atomic< int32_t > ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Static Protected Attributes

static double TriangleAverageSize
 
static double QuadAverageSize
 
static double TetAverageSize
 
static double PyramidAverageSize
 
static double WedgeAverageSize
 
static double HexAverageSize
 
- Static Protected Attributes inherited from vtkAlgorithm
static vtkTimeStamp LastAbortTime
 
static vtkExecutiveDefaultExecutivePrototype
 

Additional Inherited Members

- Public Attributes inherited from vtkAlgorithm
std::atomic< vtkTypeBoolAbortExecute
 
- Static Protected Member Functions inherited from vtkAlgorithm
static vtkInformationIntegerKeyPORT_REQUIREMENTS_FILLED ()
 
- Static Protected Member Functions inherited from vtkObjectBase
static vtkMallocingFunction GetCurrentMallocFunction ()
 
static vtkReallocingFunction GetCurrentReallocFunction ()
 
static vtkFreeingFunction GetCurrentFreeFunction ()
 
static vtkFreeingFunction GetAlternateFreeFunction ()
 

Detailed Description

Calculate functions of quality of the elements of a mesh.

vtkMeshQuality computes one or more functions of (geometric) quality for each 2-D and 3-D cell (triangle, quadrilateral, tetrahedron, pyramid, wedge, or hexahedron) of a mesh. These functions of quality are then averaged over the entire mesh. The minimum, average, maximum, and unbiased variance of quality for each type of cell is stored in the output mesh's FieldData. The FieldData arrays are named "Mesh Triangle Quality," "Mesh Quadrilateral Quality," "Mesh Tetrahedron Quality," "Mesh Pyramid Quality," "Mesh Wedge Quality," and "Mesh Hexahedron Quality." Each array has a single tuple with 5 components. The first 4 components are the quality statistics mentioned above; the final value is the number of cells of the given type. This final component makes aggregation of statistics for distributed mesh data possible.

By default, the per-cell quality is added to the mesh's cell data, in an array named "Quality." Cell types not supported by this filter will have an entry of 0. Use SaveCellQualityOff() to store only the final statistics.

This version of the filter written by Philippe Pebay and David Thompson overtakes an older version written by Leila Baghdadi, Hanif Ladak, and David Steinman at the Imaging Research Labs, Robarts Research Institute. That version only supported tetrahedral radius ratio. See the CompatibilityModeOn() member for information on how to make this filter behave like the previous implementation. For more information on the triangle quality functions of this class, cf. Pebay & Baker 2003, Analysis of triangle quality measures, Math Comp 72:244. For more information on the quadrangle quality functions of this class, cf. Pebay 2004, Planar Quadrangle Quality Measures, Eng Comp 20:2.

Warning
While more general than before, this class does not address many cell types, including triangle strips and fans in 2D (among others). Most quadrilateral quality functions are intended for planar quadrilaterals only. The minimal angle is not, strictly speaking, a quality function, but it is provided because of its usage by many authors.
This class has been threaded with vtkSMPTools. Using TBB or other non-sequential type (set in the CMake variable VTK_SMP_IMPLEMENTATION_TYPE) may improve performance significantly.
Online Examples:

Tests:
vtkMeshQuality (Tests)

Definition at line 97 of file vtkMeshQuality.h.

Member Typedef Documentation

◆ Superclass

◆ CellQualityType

using vtkMeshQuality::CellQualityType = std::function<double(vtkCell*, bool)>
protected

Definition at line 1606 of file vtkMeshQuality.h.

Member Enumeration Documentation

◆ QualityMeasureTypes

Enum which lists the Quality Measures Types.

  • AREA: Element area computed via Jacobian.
  • ASPECT_FROBENIUS: Frobenius condition number of transformation matrix from reference element (equilateral triangle or regular tetrahedron).
  • ASPECT_GAMMA: Root-mean-square edge to volume ratio.
  • ASPECT_RATIO: Ratio of greatest edge length to characteristic radius.
  • COLLAPSE_RATIO: Ratio of minimum vertex height to opposing triangle's longest edge; useful to identify sliver tetrahedra.
  • CONDITION: Condition number of the Jacobian matrix or weighted Jacobian matrix.
  • DIAGONAL: Minimum diagonal length divided by maximum diagonal length.
  • DIMENSION: Characteristic length for stable time step calculation.
  • DISTORTION: Ratio of minimum Jacobian to actual volume, scaled by parent element volume.
  • EDGE_RATIO: Ratio between the longest and the shortest edge.
  • EQUIANGLE_SKEW: Angular deviation from ideal equiangle configuration.
  • EQUIVOLUME_SKEW: Volume-based skewness measure.
  • INRADIUS: The radius of the largest sphere that fits snugly inside it.
  • JACOBIAN: Minimum point-wise volume at corners or element center.
  • MAX_ANGLE: Maximal (nonoriented) angle, expressed in degrees.
  • MAX_ASPECT_FROBENIUS: Maximum Frobenius aspect of corner triangles or tetrahedra.
  • MAX_EDGE_RATIO: Maximum edge length ratio at element center.
  • MAX_STRETCH: Maximum stretch of quadrilateral faces.
  • MEAN_ASPECT_FROBENIUS: Average aspect Frobenius measure across element components.
  • MEAN_RATIO: Ratio of element volume to volume of equilateral element with same RMS edge length.
  • MED_ASPECT_FROBENIUS: Average/median Frobenius aspect of corner triangles or tetrahedra.
  • MIN_ANGLE: Minimal (nonoriented) angle, expressed in degrees.
  • NODAL_JACOBIAN_RATIO: Minimum Jacobian divided by maximum Jacobian over all nodes.
  • NORMALIZED_INRADIUS: Ratio of minimum sub-element inner radius to outer element radius.
  • ODDY: General distortion measure based on left Cauchy-Green Tensor.
  • RADIUS_RATIO: Ratio of circumradius to inradius.
  • RELATIVE_SIZE_SQUARED: Min(J, 1/J) where J is determinant of weighted Jacobian matrix (requires average cell size computation).
  • SCALED_JACOBIAN: Minimum Jacobian divided by the lengths of edge vectors, normalized appropriately.
  • SHAPE: Quality based on mean ratio of weighted Jacobian matrix.
  • SHAPE_AND_SIZE: Product of shape measure and relative average size (requires average cell size computation).
  • SHEAR: Measure based on condition number of Jacobian Skew matrix.
  • SHEAR_AND_SIZE: Product of shear measure and relative average size (requires average cell size computation).
  • SKEW: Maximum |cos A| where A is angle between edges at element center, or angular deviation measure.
  • SQUISH_INDEX: Measure of element squishing/compression.
  • STRETCH: Ratio of minimum edge length to maximum diagonal length, scaled by geometric constants.
  • TAPER: Ratio representing variation in areas/volumes from opposite edges or faces.
  • VOLUME: Element volume computed via Jacobian.
  • WARPAGE: Cosine of minimum dihedral angle formed by planes intersecting in diagonals; indicates non-planarity.
Enumerator
AREA 
ASPECT_FROBENIUS 
ASPECT_GAMMA 
ASPECT_RATIO 
COLLAPSE_RATIO 
CONDITION 
DIAGONAL 
DIMENSION 
DISTORTION 
EDGE_RATIO 
EQUIANGLE_SKEW 
EQUIVOLUME_SKEW 
JACOBIAN 
INRADIUS 
MAX_ANGLE 
MAX_ASPECT_FROBENIUS 
MAX_EDGE_RATIO 
MAX_STRETCH 
MEAN_ASPECT_FROBENIUS 
MEAN_RATIO 
MED_ASPECT_FROBENIUS 
MIN_ANGLE 
NODAL_JACOBIAN_RATIO 
NORMALIZED_INRADIUS 
ODDY 
RADIUS_RATIO 
RELATIVE_SIZE_SQUARED 
SCALED_JACOBIAN 
SHAPE 
SHAPE_AND_SIZE 
SHEAR 
SHEAR_AND_SIZE 
SKEW 
SQUISH_INDEX 
STRETCH 
TAPER 
VOLUME 
WARPAGE 
TOTAL_QUALITY_MEASURE_TYPES 
NONE 

Definition at line 191 of file vtkMeshQuality.h.

Constructor & Destructor Documentation

◆ vtkMeshQuality()

vtkMeshQuality::vtkMeshQuality ( )
protected

◆ ~vtkMeshQuality()

vtkMeshQuality::~vtkMeshQuality ( )
overrideprotecteddefault

Member Function Documentation

◆ PrintSelf()

void vtkMeshQuality::PrintSelf ( ostream & os,
vtkIndent indent )
overridevirtual

Methods invoked by print to print information about the object including superclasses.

Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkDataSetAlgorithm.

◆ IsTypeOf()

static vtkTypeBool vtkMeshQuality::IsTypeOf ( const char * type)
static

◆ IsA()

virtual vtkTypeBool vtkMeshQuality::IsA ( const char * name)
virtual

Return 1 if this class is the same type of (or a subclass of) the named class.

Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkDataSetAlgorithm.

◆ SafeDownCast()

static vtkMeshQuality * vtkMeshQuality::SafeDownCast ( vtkObjectBase * o)
static

◆ NewInstanceInternal()

virtual vtkObjectBase * vtkMeshQuality::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkDataSetAlgorithm.

◆ NewInstance()

vtkMeshQuality * vtkMeshQuality::NewInstance ( ) const

◆ New()

static vtkMeshQuality * vtkMeshQuality::New ( )
static

◆ SetSaveCellQuality()

virtual void vtkMeshQuality::SetSaveCellQuality ( vtkTypeBool )
virtual

This variable controls whether or not cell quality is stored as cell data in the resulting mesh or discarded (leaving only the aggregate quality average of the entire mesh, recorded in the FieldData).

◆ GetSaveCellQuality()

virtual vtkTypeBool vtkMeshQuality::GetSaveCellQuality ( )
virtual

This variable controls whether or not cell quality is stored as cell data in the resulting mesh or discarded (leaving only the aggregate quality average of the entire mesh, recorded in the FieldData).

◆ SaveCellQualityOn()

virtual void vtkMeshQuality::SaveCellQualityOn ( )
virtual

This variable controls whether or not cell quality is stored as cell data in the resulting mesh or discarded (leaving only the aggregate quality average of the entire mesh, recorded in the FieldData).

◆ SaveCellQualityOff()

virtual void vtkMeshQuality::SaveCellQualityOff ( )
virtual

This variable controls whether or not cell quality is stored as cell data in the resulting mesh or discarded (leaving only the aggregate quality average of the entire mesh, recorded in the FieldData).

◆ SetLinearApproximation()

virtual void vtkMeshQuality::SetLinearApproximation ( bool )
virtual

If set to true, then this filter will output 2 quality arrays instead of one.

The second array is names "Quality (Linear Approx)" and features measure for all non-linear cells in addition to the linear ones, but treated like if they were linear.

Note
In the array "Quality", any non-linear cell quality is set to NaN.

◆ GetLinearApproximation()

virtual bool vtkMeshQuality::GetLinearApproximation ( )
virtual

If set to true, then this filter will output 2 quality arrays instead of one.

The second array is names "Quality (Linear Approx)" and features measure for all non-linear cells in addition to the linear ones, but treated like if they were linear.

Note
In the array "Quality", any non-linear cell quality is set to NaN.

◆ LinearApproximationOn()

virtual void vtkMeshQuality::LinearApproximationOn ( )
virtual

If set to true, then this filter will output 2 quality arrays instead of one.

The second array is names "Quality (Linear Approx)" and features measure for all non-linear cells in addition to the linear ones, but treated like if they were linear.

Note
In the array "Quality", any non-linear cell quality is set to NaN.

◆ LinearApproximationOff()

virtual void vtkMeshQuality::LinearApproximationOff ( )
virtual

If set to true, then this filter will output 2 quality arrays instead of one.

The second array is names "Quality (Linear Approx)" and features measure for all non-linear cells in addition to the linear ones, but treated like if they were linear.

Note
In the array "Quality", any non-linear cell quality is set to NaN.

◆ ComputeAverageCellSize()

static void vtkMeshQuality::ComputeAverageCellSize ( vtkDataSet * dataset)
static

Compute the average cell size for each cell type in the mesh, and store it in field data arrays (TriArea, QuadArea, TetVolume, PyrVolume, WedgeVolume, and HexVolume) and in static variables for use in quality measures that require it.

◆ vtkSetEnumMacro() [1/6]

vtkMeshQuality::vtkSetEnumMacro ( TriangleQualityMeasure ,
QualityMeasureTypes  )

Set/Get the particular estimator used to function the quality of triangles.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, and EDGE_RATIO, MIN_ANGLE, MAX_ANGLE, CONDITION, SCALED_JACOBIAN, RELATIVE_SIZE_SQUARED, SHAPE, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NORMALIZED_INRADIUS.

◆ SetTriangleQualityMeasure()

virtual void vtkMeshQuality::SetTriangleQualityMeasure ( int measure)
inlinevirtual

Set/Get the particular estimator used to function the quality of triangles.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, and EDGE_RATIO, MIN_ANGLE, MAX_ANGLE, CONDITION, SCALED_JACOBIAN, RELATIVE_SIZE_SQUARED, SHAPE, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NORMALIZED_INRADIUS.

Definition at line 249 of file vtkMeshQuality.h.

◆ vtkGetEnumMacro() [1/6]

vtkMeshQuality::vtkGetEnumMacro ( TriangleQualityMeasure ,
QualityMeasureTypes  )

Set/Get the particular estimator used to function the quality of triangles.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, and EDGE_RATIO, MIN_ANGLE, MAX_ANGLE, CONDITION, SCALED_JACOBIAN, RELATIVE_SIZE_SQUARED, SHAPE, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NORMALIZED_INRADIUS.

◆ SetTriangleQualityMeasureToArea()

void vtkMeshQuality::SetTriangleQualityMeasureToArea ( )
inline

Set/Get the particular estimator used to function the quality of triangles.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, and EDGE_RATIO, MIN_ANGLE, MAX_ANGLE, CONDITION, SCALED_JACOBIAN, RELATIVE_SIZE_SQUARED, SHAPE, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NORMALIZED_INRADIUS.

Definition at line 254 of file vtkMeshQuality.h.

◆ SetTriangleQualityMeasureToEdgeRatio()

void vtkMeshQuality::SetTriangleQualityMeasureToEdgeRatio ( )
inline

Set/Get the particular estimator used to function the quality of triangles.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, and EDGE_RATIO, MIN_ANGLE, MAX_ANGLE, CONDITION, SCALED_JACOBIAN, RELATIVE_SIZE_SQUARED, SHAPE, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NORMALIZED_INRADIUS.

Definition at line 258 of file vtkMeshQuality.h.

◆ SetTriangleQualityMeasureToAspectRatio()

void vtkMeshQuality::SetTriangleQualityMeasureToAspectRatio ( )
inline

Set/Get the particular estimator used to function the quality of triangles.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, and EDGE_RATIO, MIN_ANGLE, MAX_ANGLE, CONDITION, SCALED_JACOBIAN, RELATIVE_SIZE_SQUARED, SHAPE, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NORMALIZED_INRADIUS.

Definition at line 262 of file vtkMeshQuality.h.

◆ SetTriangleQualityMeasureToRadiusRatio()

void vtkMeshQuality::SetTriangleQualityMeasureToRadiusRatio ( )
inline

Set/Get the particular estimator used to function the quality of triangles.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, and EDGE_RATIO, MIN_ANGLE, MAX_ANGLE, CONDITION, SCALED_JACOBIAN, RELATIVE_SIZE_SQUARED, SHAPE, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NORMALIZED_INRADIUS.

Definition at line 266 of file vtkMeshQuality.h.

◆ SetTriangleQualityMeasureToAspectFrobenius()

void vtkMeshQuality::SetTriangleQualityMeasureToAspectFrobenius ( )
inline

Set/Get the particular estimator used to function the quality of triangles.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, and EDGE_RATIO, MIN_ANGLE, MAX_ANGLE, CONDITION, SCALED_JACOBIAN, RELATIVE_SIZE_SQUARED, SHAPE, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NORMALIZED_INRADIUS.

Definition at line 270 of file vtkMeshQuality.h.

◆ SetTriangleQualityMeasureToMinAngle()

void vtkMeshQuality::SetTriangleQualityMeasureToMinAngle ( )
inline

Set/Get the particular estimator used to function the quality of triangles.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, and EDGE_RATIO, MIN_ANGLE, MAX_ANGLE, CONDITION, SCALED_JACOBIAN, RELATIVE_SIZE_SQUARED, SHAPE, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NORMALIZED_INRADIUS.

Definition at line 274 of file vtkMeshQuality.h.

◆ SetTriangleQualityMeasureToMaxAngle()

void vtkMeshQuality::SetTriangleQualityMeasureToMaxAngle ( )
inline

Set/Get the particular estimator used to function the quality of triangles.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, and EDGE_RATIO, MIN_ANGLE, MAX_ANGLE, CONDITION, SCALED_JACOBIAN, RELATIVE_SIZE_SQUARED, SHAPE, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NORMALIZED_INRADIUS.

Definition at line 278 of file vtkMeshQuality.h.

◆ SetTriangleQualityMeasureToCondition()

void vtkMeshQuality::SetTriangleQualityMeasureToCondition ( )
inline

Set/Get the particular estimator used to function the quality of triangles.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, and EDGE_RATIO, MIN_ANGLE, MAX_ANGLE, CONDITION, SCALED_JACOBIAN, RELATIVE_SIZE_SQUARED, SHAPE, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NORMALIZED_INRADIUS.

Definition at line 282 of file vtkMeshQuality.h.

◆ SetTriangleQualityMeasureToScaledJacobian()

void vtkMeshQuality::SetTriangleQualityMeasureToScaledJacobian ( )
inline

Set/Get the particular estimator used to function the quality of triangles.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, and EDGE_RATIO, MIN_ANGLE, MAX_ANGLE, CONDITION, SCALED_JACOBIAN, RELATIVE_SIZE_SQUARED, SHAPE, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NORMALIZED_INRADIUS.

Definition at line 286 of file vtkMeshQuality.h.

◆ SetTriangleQualityMeasureToRelativeSizeSquared()

void vtkMeshQuality::SetTriangleQualityMeasureToRelativeSizeSquared ( )
inline

Set/Get the particular estimator used to function the quality of triangles.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, and EDGE_RATIO, MIN_ANGLE, MAX_ANGLE, CONDITION, SCALED_JACOBIAN, RELATIVE_SIZE_SQUARED, SHAPE, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NORMALIZED_INRADIUS.

Definition at line 290 of file vtkMeshQuality.h.

◆ SetTriangleQualityMeasureToShape()

void vtkMeshQuality::SetTriangleQualityMeasureToShape ( )
inline

Set/Get the particular estimator used to function the quality of triangles.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, and EDGE_RATIO, MIN_ANGLE, MAX_ANGLE, CONDITION, SCALED_JACOBIAN, RELATIVE_SIZE_SQUARED, SHAPE, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NORMALIZED_INRADIUS.

Definition at line 294 of file vtkMeshQuality.h.

◆ SetTriangleQualityMeasureToShapeAndSize()

void vtkMeshQuality::SetTriangleQualityMeasureToShapeAndSize ( )
inline

Set/Get the particular estimator used to function the quality of triangles.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, and EDGE_RATIO, MIN_ANGLE, MAX_ANGLE, CONDITION, SCALED_JACOBIAN, RELATIVE_SIZE_SQUARED, SHAPE, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NORMALIZED_INRADIUS.

Definition at line 298 of file vtkMeshQuality.h.

◆ SetTriangleQualityMeasureToDistortion()

void vtkMeshQuality::SetTriangleQualityMeasureToDistortion ( )
inline

Set/Get the particular estimator used to function the quality of triangles.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, and EDGE_RATIO, MIN_ANGLE, MAX_ANGLE, CONDITION, SCALED_JACOBIAN, RELATIVE_SIZE_SQUARED, SHAPE, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NORMALIZED_INRADIUS.

Definition at line 302 of file vtkMeshQuality.h.

◆ SetTriangleQualityMeasureToEquiangleSkew()

void vtkMeshQuality::SetTriangleQualityMeasureToEquiangleSkew ( )
inline

Set/Get the particular estimator used to function the quality of triangles.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, and EDGE_RATIO, MIN_ANGLE, MAX_ANGLE, CONDITION, SCALED_JACOBIAN, RELATIVE_SIZE_SQUARED, SHAPE, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NORMALIZED_INRADIUS.

Definition at line 306 of file vtkMeshQuality.h.

◆ SetTriangleQualityMeasureToNormalizedInradius()

void vtkMeshQuality::SetTriangleQualityMeasureToNormalizedInradius ( )
inline

Set/Get the particular estimator used to function the quality of triangles.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, and EDGE_RATIO, MIN_ANGLE, MAX_ANGLE, CONDITION, SCALED_JACOBIAN, RELATIVE_SIZE_SQUARED, SHAPE, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NORMALIZED_INRADIUS.

Definition at line 310 of file vtkMeshQuality.h.

◆ vtkSetEnumMacro() [2/6]

vtkMeshQuality::vtkSetEnumMacro ( QuadQualityMeasure ,
QualityMeasureTypes  )

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

◆ SetQuadQualityMeasure()

virtual void vtkMeshQuality::SetQuadQualityMeasure ( int measure)
inlinevirtual

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 330 of file vtkMeshQuality.h.

◆ vtkGetEnumMacro() [2/6]

vtkMeshQuality::vtkGetEnumMacro ( QuadQualityMeasure ,
QualityMeasureTypes  )

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

◆ SetQuadQualityMeasureToEdgeRatio()

void vtkMeshQuality::SetQuadQualityMeasureToEdgeRatio ( )
inline

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 335 of file vtkMeshQuality.h.

◆ SetQuadQualityMeasureToAspectRatio()

void vtkMeshQuality::SetQuadQualityMeasureToAspectRatio ( )
inline

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 339 of file vtkMeshQuality.h.

◆ SetQuadQualityMeasureToRadiusRatio()

void vtkMeshQuality::SetQuadQualityMeasureToRadiusRatio ( )
inline

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 343 of file vtkMeshQuality.h.

◆ SetQuadQualityMeasureToMedAspectFrobenius()

void vtkMeshQuality::SetQuadQualityMeasureToMedAspectFrobenius ( )
inline

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 347 of file vtkMeshQuality.h.

◆ SetQuadQualityMeasureToMaxAspectFrobenius()

void vtkMeshQuality::SetQuadQualityMeasureToMaxAspectFrobenius ( )
inline

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 351 of file vtkMeshQuality.h.

◆ SetQuadQualityMeasureToMaxEdgeRatio()

void vtkMeshQuality::SetQuadQualityMeasureToMaxEdgeRatio ( )
inline

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 355 of file vtkMeshQuality.h.

◆ SetQuadQualityMeasureToSkew()

void vtkMeshQuality::SetQuadQualityMeasureToSkew ( )
inline

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 359 of file vtkMeshQuality.h.

◆ SetQuadQualityMeasureToTaper()

void vtkMeshQuality::SetQuadQualityMeasureToTaper ( )
inline

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 360 of file vtkMeshQuality.h.

◆ SetQuadQualityMeasureToWarpage()

void vtkMeshQuality::SetQuadQualityMeasureToWarpage ( )
inline

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 361 of file vtkMeshQuality.h.

◆ SetQuadQualityMeasureToArea()

void vtkMeshQuality::SetQuadQualityMeasureToArea ( )
inline

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 365 of file vtkMeshQuality.h.

◆ SetQuadQualityMeasureToStretch()

void vtkMeshQuality::SetQuadQualityMeasureToStretch ( )
inline

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 366 of file vtkMeshQuality.h.

◆ SetQuadQualityMeasureToMinAngle()

void vtkMeshQuality::SetQuadQualityMeasureToMinAngle ( )
inline

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 370 of file vtkMeshQuality.h.

◆ SetQuadQualityMeasureToMaxAngle()

void vtkMeshQuality::SetQuadQualityMeasureToMaxAngle ( )
inline

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 374 of file vtkMeshQuality.h.

◆ SetQuadQualityMeasureToOddy()

void vtkMeshQuality::SetQuadQualityMeasureToOddy ( )
inline

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 378 of file vtkMeshQuality.h.

◆ SetQuadQualityMeasureToCondition()

void vtkMeshQuality::SetQuadQualityMeasureToCondition ( )
inline

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 379 of file vtkMeshQuality.h.

◆ SetQuadQualityMeasureToJacobian()

void vtkMeshQuality::SetQuadQualityMeasureToJacobian ( )
inline

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 383 of file vtkMeshQuality.h.

◆ SetQuadQualityMeasureToScaledJacobian()

void vtkMeshQuality::SetQuadQualityMeasureToScaledJacobian ( )
inline

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 387 of file vtkMeshQuality.h.

◆ SetQuadQualityMeasureToShear()

void vtkMeshQuality::SetQuadQualityMeasureToShear ( )
inline

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 391 of file vtkMeshQuality.h.

◆ SetQuadQualityMeasureToShape()

void vtkMeshQuality::SetQuadQualityMeasureToShape ( )
inline

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 392 of file vtkMeshQuality.h.

◆ SetQuadQualityMeasureToRelativeSizeSquared()

void vtkMeshQuality::SetQuadQualityMeasureToRelativeSizeSquared ( )
inline

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 393 of file vtkMeshQuality.h.

◆ SetQuadQualityMeasureToShapeAndSize()

void vtkMeshQuality::SetQuadQualityMeasureToShapeAndSize ( )
inline

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 397 of file vtkMeshQuality.h.

◆ SetQuadQualityMeasureToShearAndSize()

void vtkMeshQuality::SetQuadQualityMeasureToShearAndSize ( )
inline

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 401 of file vtkMeshQuality.h.

◆ SetQuadQualityMeasureToDistortion()

void vtkMeshQuality::SetQuadQualityMeasureToDistortion ( )
inline

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 405 of file vtkMeshQuality.h.

◆ SetQuadQualityMeasureToEquiangleSkew()

void vtkMeshQuality::SetQuadQualityMeasureToEquiangleSkew ( )
inline

Set/Get the particular estimator used to measure the quality of quadrilaterals.

The default is EDGE_RATIO and valid values also include RADIUS_RATIO, ASPECT_RATIO, MAX_EDGE_RATIO SKEW, TAPER, WARPAGE, AREA, STRETCH, MIN_ANGLE, MAX_ANGLE, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, and EQUIANGLE_SKEW.

Scope: Except for EDGE_RATIO, these estimators are intended for planar quadrilaterals only; use at your own risk if you really want to assess non-planar quadrilateral quality with those.

Definition at line 409 of file vtkMeshQuality.h.

◆ vtkSetEnumMacro() [3/6]

vtkMeshQuality::vtkSetEnumMacro ( TetQualityMeasure ,
QualityMeasureTypes  )

Set/Get the particular estimator used to measure the quality of tetrahedra.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, EDGE_RATIO, COLLAPSE_RATIO, ASPECT_GAMMA, VOLUME, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, EQUIVOLUME_SKEW, MEAN_RATIO, NORMALIZED_INRADIUS, and SQUISH_INDEX.

◆ SetTetQualityMeasure()

virtual void vtkMeshQuality::SetTetQualityMeasure ( int measure)
inlinevirtual

Set/Get the particular estimator used to measure the quality of tetrahedra.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, EDGE_RATIO, COLLAPSE_RATIO, ASPECT_GAMMA, VOLUME, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, EQUIVOLUME_SKEW, MEAN_RATIO, NORMALIZED_INRADIUS, and SQUISH_INDEX.

Definition at line 424 of file vtkMeshQuality.h.

◆ vtkGetEnumMacro() [3/6]

vtkMeshQuality::vtkGetEnumMacro ( TetQualityMeasure ,
QualityMeasureTypes  )

Set/Get the particular estimator used to measure the quality of tetrahedra.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, EDGE_RATIO, COLLAPSE_RATIO, ASPECT_GAMMA, VOLUME, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, EQUIVOLUME_SKEW, MEAN_RATIO, NORMALIZED_INRADIUS, and SQUISH_INDEX.

◆ SetTetQualityMeasureToEdgeRatio()

void vtkMeshQuality::SetTetQualityMeasureToEdgeRatio ( )
inline

Set/Get the particular estimator used to measure the quality of tetrahedra.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, EDGE_RATIO, COLLAPSE_RATIO, ASPECT_GAMMA, VOLUME, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, EQUIVOLUME_SKEW, MEAN_RATIO, NORMALIZED_INRADIUS, and SQUISH_INDEX.

Definition at line 429 of file vtkMeshQuality.h.

◆ SetTetQualityMeasureToAspectRatio()

void vtkMeshQuality::SetTetQualityMeasureToAspectRatio ( )
inline

Set/Get the particular estimator used to measure the quality of tetrahedra.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, EDGE_RATIO, COLLAPSE_RATIO, ASPECT_GAMMA, VOLUME, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, EQUIVOLUME_SKEW, MEAN_RATIO, NORMALIZED_INRADIUS, and SQUISH_INDEX.

Definition at line 433 of file vtkMeshQuality.h.

◆ SetTetQualityMeasureToRadiusRatio()

void vtkMeshQuality::SetTetQualityMeasureToRadiusRatio ( )
inline

Set/Get the particular estimator used to measure the quality of tetrahedra.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, EDGE_RATIO, COLLAPSE_RATIO, ASPECT_GAMMA, VOLUME, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, EQUIVOLUME_SKEW, MEAN_RATIO, NORMALIZED_INRADIUS, and SQUISH_INDEX.

Definition at line 437 of file vtkMeshQuality.h.

◆ SetTetQualityMeasureToAspectFrobenius()

void vtkMeshQuality::SetTetQualityMeasureToAspectFrobenius ( )
inline

Set/Get the particular estimator used to measure the quality of tetrahedra.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, EDGE_RATIO, COLLAPSE_RATIO, ASPECT_GAMMA, VOLUME, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, EQUIVOLUME_SKEW, MEAN_RATIO, NORMALIZED_INRADIUS, and SQUISH_INDEX.

Definition at line 441 of file vtkMeshQuality.h.

◆ SetTetQualityMeasureToInradius()

void vtkMeshQuality::SetTetQualityMeasureToInradius ( )
inline

Set/Get the particular estimator used to measure the quality of tetrahedra.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, EDGE_RATIO, COLLAPSE_RATIO, ASPECT_GAMMA, VOLUME, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, EQUIVOLUME_SKEW, MEAN_RATIO, NORMALIZED_INRADIUS, and SQUISH_INDEX.

Definition at line 445 of file vtkMeshQuality.h.

◆ SetTetQualityMeasureToMinAngle()

void vtkMeshQuality::SetTetQualityMeasureToMinAngle ( )
inline

Set/Get the particular estimator used to measure the quality of tetrahedra.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, EDGE_RATIO, COLLAPSE_RATIO, ASPECT_GAMMA, VOLUME, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, EQUIVOLUME_SKEW, MEAN_RATIO, NORMALIZED_INRADIUS, and SQUISH_INDEX.

Definition at line 449 of file vtkMeshQuality.h.

◆ SetTetQualityMeasureToCollapseRatio()

void vtkMeshQuality::SetTetQualityMeasureToCollapseRatio ( )
inline

Set/Get the particular estimator used to measure the quality of tetrahedra.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, EDGE_RATIO, COLLAPSE_RATIO, ASPECT_GAMMA, VOLUME, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, EQUIVOLUME_SKEW, MEAN_RATIO, NORMALIZED_INRADIUS, and SQUISH_INDEX.

Definition at line 453 of file vtkMeshQuality.h.

◆ SetTetQualityMeasureToAspectGamma()

void vtkMeshQuality::SetTetQualityMeasureToAspectGamma ( )
inline

Set/Get the particular estimator used to measure the quality of tetrahedra.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, EDGE_RATIO, COLLAPSE_RATIO, ASPECT_GAMMA, VOLUME, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, EQUIVOLUME_SKEW, MEAN_RATIO, NORMALIZED_INRADIUS, and SQUISH_INDEX.

Definition at line 457 of file vtkMeshQuality.h.

◆ SetTetQualityMeasureToVolume()

void vtkMeshQuality::SetTetQualityMeasureToVolume ( )
inline

Set/Get the particular estimator used to measure the quality of tetrahedra.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, EDGE_RATIO, COLLAPSE_RATIO, ASPECT_GAMMA, VOLUME, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, EQUIVOLUME_SKEW, MEAN_RATIO, NORMALIZED_INRADIUS, and SQUISH_INDEX.

Definition at line 461 of file vtkMeshQuality.h.

◆ SetTetQualityMeasureToCondition()

void vtkMeshQuality::SetTetQualityMeasureToCondition ( )
inline

Set/Get the particular estimator used to measure the quality of tetrahedra.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, EDGE_RATIO, COLLAPSE_RATIO, ASPECT_GAMMA, VOLUME, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, EQUIVOLUME_SKEW, MEAN_RATIO, NORMALIZED_INRADIUS, and SQUISH_INDEX.

Definition at line 462 of file vtkMeshQuality.h.

◆ SetTetQualityMeasureToJacobian()

void vtkMeshQuality::SetTetQualityMeasureToJacobian ( )
inline

Set/Get the particular estimator used to measure the quality of tetrahedra.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, EDGE_RATIO, COLLAPSE_RATIO, ASPECT_GAMMA, VOLUME, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, EQUIVOLUME_SKEW, MEAN_RATIO, NORMALIZED_INRADIUS, and SQUISH_INDEX.

Definition at line 466 of file vtkMeshQuality.h.

◆ SetTetQualityMeasureToScaledJacobian()

void vtkMeshQuality::SetTetQualityMeasureToScaledJacobian ( )
inline

Set/Get the particular estimator used to measure the quality of tetrahedra.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, EDGE_RATIO, COLLAPSE_RATIO, ASPECT_GAMMA, VOLUME, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, EQUIVOLUME_SKEW, MEAN_RATIO, NORMALIZED_INRADIUS, and SQUISH_INDEX.

Definition at line 470 of file vtkMeshQuality.h.

◆ SetTetQualityMeasureToShape()

void vtkMeshQuality::SetTetQualityMeasureToShape ( )
inline

Set/Get the particular estimator used to measure the quality of tetrahedra.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, EDGE_RATIO, COLLAPSE_RATIO, ASPECT_GAMMA, VOLUME, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, EQUIVOLUME_SKEW, MEAN_RATIO, NORMALIZED_INRADIUS, and SQUISH_INDEX.

Definition at line 474 of file vtkMeshQuality.h.

◆ SetTetQualityMeasureToRelativeSizeSquared()

void vtkMeshQuality::SetTetQualityMeasureToRelativeSizeSquared ( )
inline

Set/Get the particular estimator used to measure the quality of tetrahedra.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, EDGE_RATIO, COLLAPSE_RATIO, ASPECT_GAMMA, VOLUME, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, EQUIVOLUME_SKEW, MEAN_RATIO, NORMALIZED_INRADIUS, and SQUISH_INDEX.

Definition at line 475 of file vtkMeshQuality.h.

◆ SetTetQualityMeasureToShapeAndSize()

void vtkMeshQuality::SetTetQualityMeasureToShapeAndSize ( )
inline

Set/Get the particular estimator used to measure the quality of tetrahedra.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, EDGE_RATIO, COLLAPSE_RATIO, ASPECT_GAMMA, VOLUME, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, EQUIVOLUME_SKEW, MEAN_RATIO, NORMALIZED_INRADIUS, and SQUISH_INDEX.

Definition at line 479 of file vtkMeshQuality.h.

◆ SetTetQualityMeasureToDistortion()

void vtkMeshQuality::SetTetQualityMeasureToDistortion ( )
inline

Set/Get the particular estimator used to measure the quality of tetrahedra.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, EDGE_RATIO, COLLAPSE_RATIO, ASPECT_GAMMA, VOLUME, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, EQUIVOLUME_SKEW, MEAN_RATIO, NORMALIZED_INRADIUS, and SQUISH_INDEX.

Definition at line 483 of file vtkMeshQuality.h.

◆ SetTetQualityMeasureToEquiangleSkew()

void vtkMeshQuality::SetTetQualityMeasureToEquiangleSkew ( )
inline

Set/Get the particular estimator used to measure the quality of tetrahedra.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, EDGE_RATIO, COLLAPSE_RATIO, ASPECT_GAMMA, VOLUME, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, EQUIVOLUME_SKEW, MEAN_RATIO, NORMALIZED_INRADIUS, and SQUISH_INDEX.

Definition at line 487 of file vtkMeshQuality.h.

◆ SetTetQualityMeasureToEquivolumeSkew()

void vtkMeshQuality::SetTetQualityMeasureToEquivolumeSkew ( )
inline

Set/Get the particular estimator used to measure the quality of tetrahedra.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, EDGE_RATIO, COLLAPSE_RATIO, ASPECT_GAMMA, VOLUME, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, EQUIVOLUME_SKEW, MEAN_RATIO, NORMALIZED_INRADIUS, and SQUISH_INDEX.

Definition at line 491 of file vtkMeshQuality.h.

◆ SetTetQualityMeasureToMeanRatio()

void vtkMeshQuality::SetTetQualityMeasureToMeanRatio ( )
inline

Set/Get the particular estimator used to measure the quality of tetrahedra.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, EDGE_RATIO, COLLAPSE_RATIO, ASPECT_GAMMA, VOLUME, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, EQUIVOLUME_SKEW, MEAN_RATIO, NORMALIZED_INRADIUS, and SQUISH_INDEX.

Definition at line 495 of file vtkMeshQuality.h.

◆ SetTetQualityMeasureToNormalizedInradius()

void vtkMeshQuality::SetTetQualityMeasureToNormalizedInradius ( )
inline

Set/Get the particular estimator used to measure the quality of tetrahedra.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, EDGE_RATIO, COLLAPSE_RATIO, ASPECT_GAMMA, VOLUME, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, EQUIVOLUME_SKEW, MEAN_RATIO, NORMALIZED_INRADIUS, and SQUISH_INDEX.

Definition at line 499 of file vtkMeshQuality.h.

◆ SetTetQualityMeasureToSquishIndex()

void vtkMeshQuality::SetTetQualityMeasureToSquishIndex ( )
inline

Set/Get the particular estimator used to measure the quality of tetrahedra.

The default is RADIUS_RATIO and valid values also include ASPECT_RATIO, ASPECT_FROBENIUS, EDGE_RATIO, COLLAPSE_RATIO, ASPECT_GAMMA, VOLUME, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, EQUIVOLUME_SKEW, MEAN_RATIO, NORMALIZED_INRADIUS, and SQUISH_INDEX.

Definition at line 503 of file vtkMeshQuality.h.

◆ vtkSetEnumMacro() [4/6]

vtkMeshQuality::vtkSetEnumMacro ( PyramidQualityMeasure ,
QualityMeasureTypes  )

Set/Get the particular estimator used to measure the quality of pyramids.

The default is SHAPE and valid values also include EQUIANGLE_SKEW, JACOBIAN, SCALED_JACOBIAN, and VOLUME.

◆ SetPyramidQualityMeasure()

virtual void vtkMeshQuality::SetPyramidQualityMeasure ( int measure)
inlinevirtual

Set/Get the particular estimator used to measure the quality of pyramids.

The default is SHAPE and valid values also include EQUIANGLE_SKEW, JACOBIAN, SCALED_JACOBIAN, and VOLUME.

Definition at line 516 of file vtkMeshQuality.h.

◆ vtkGetEnumMacro() [4/6]

vtkMeshQuality::vtkGetEnumMacro ( PyramidQualityMeasure ,
QualityMeasureTypes  )

Set/Get the particular estimator used to measure the quality of pyramids.

The default is SHAPE and valid values also include EQUIANGLE_SKEW, JACOBIAN, SCALED_JACOBIAN, and VOLUME.

◆ SetPyramidQualityMeasureToEquiangleSkew()

void vtkMeshQuality::SetPyramidQualityMeasureToEquiangleSkew ( )
inline

Set/Get the particular estimator used to measure the quality of pyramids.

The default is SHAPE and valid values also include EQUIANGLE_SKEW, JACOBIAN, SCALED_JACOBIAN, and VOLUME.

Definition at line 521 of file vtkMeshQuality.h.

◆ SetPyramidQualityMeasureToJacobian()

void vtkMeshQuality::SetPyramidQualityMeasureToJacobian ( )
inline

Set/Get the particular estimator used to measure the quality of pyramids.

The default is SHAPE and valid values also include EQUIANGLE_SKEW, JACOBIAN, SCALED_JACOBIAN, and VOLUME.

Definition at line 525 of file vtkMeshQuality.h.

◆ SetPyramidQualityMeasureToScaledJacobian()

void vtkMeshQuality::SetPyramidQualityMeasureToScaledJacobian ( )
inline

Set/Get the particular estimator used to measure the quality of pyramids.

The default is SHAPE and valid values also include EQUIANGLE_SKEW, JACOBIAN, SCALED_JACOBIAN, and VOLUME.

Definition at line 529 of file vtkMeshQuality.h.

◆ SetPyramidQualityMeasureToShape()

void vtkMeshQuality::SetPyramidQualityMeasureToShape ( )
inline

Set/Get the particular estimator used to measure the quality of pyramids.

The default is SHAPE and valid values also include EQUIANGLE_SKEW, JACOBIAN, SCALED_JACOBIAN, and VOLUME.

Definition at line 533 of file vtkMeshQuality.h.

◆ SetPyramidQualityMeasureToVolume()

void vtkMeshQuality::SetPyramidQualityMeasureToVolume ( )
inline

Set/Get the particular estimator used to measure the quality of pyramids.

The default is SHAPE and valid values also include EQUIANGLE_SKEW, JACOBIAN, SCALED_JACOBIAN, and VOLUME.

Definition at line 537 of file vtkMeshQuality.h.

◆ vtkSetEnumMacro() [5/6]

vtkMeshQuality::vtkSetEnumMacro ( WedgeQualityMeasure ,
QualityMeasureTypes  )

Set/Get the particular estimator used to measure the quality of wedges.

The default is EDGE_RATIO and valid values also include CONDITION, DISTORTION, EQUIANGLE_SKEW, JACOBIAN, MAX_ASPECT_FROBENIUS, MAX_STRETCH, MEAN_ASPECT_FROBENIUS, SCALED_JACOBIAN, SHAPE, and VOLUME.

◆ SetWedgeQualityMeasure()

virtual void vtkMeshQuality::SetWedgeQualityMeasure ( int measure)
inlinevirtual

Set/Get the particular estimator used to measure the quality of wedges.

The default is EDGE_RATIO and valid values also include CONDITION, DISTORTION, EQUIANGLE_SKEW, JACOBIAN, MAX_ASPECT_FROBENIUS, MAX_STRETCH, MEAN_ASPECT_FROBENIUS, SCALED_JACOBIAN, SHAPE, and VOLUME.

Definition at line 551 of file vtkMeshQuality.h.

◆ vtkGetEnumMacro() [5/6]

vtkMeshQuality::vtkGetEnumMacro ( WedgeQualityMeasure ,
QualityMeasureTypes  )

Set/Get the particular estimator used to measure the quality of wedges.

The default is EDGE_RATIO and valid values also include CONDITION, DISTORTION, EQUIANGLE_SKEW, JACOBIAN, MAX_ASPECT_FROBENIUS, MAX_STRETCH, MEAN_ASPECT_FROBENIUS, SCALED_JACOBIAN, SHAPE, and VOLUME.

◆ SetWedgeQualityMeasureToCondition()

void vtkMeshQuality::SetWedgeQualityMeasureToCondition ( )
inline

Set/Get the particular estimator used to measure the quality of wedges.

The default is EDGE_RATIO and valid values also include CONDITION, DISTORTION, EQUIANGLE_SKEW, JACOBIAN, MAX_ASPECT_FROBENIUS, MAX_STRETCH, MEAN_ASPECT_FROBENIUS, SCALED_JACOBIAN, SHAPE, and VOLUME.

Definition at line 556 of file vtkMeshQuality.h.

◆ SetWedgeQualityMeasureToDistortion()

void vtkMeshQuality::SetWedgeQualityMeasureToDistortion ( )
inline

Set/Get the particular estimator used to measure the quality of wedges.

The default is EDGE_RATIO and valid values also include CONDITION, DISTORTION, EQUIANGLE_SKEW, JACOBIAN, MAX_ASPECT_FROBENIUS, MAX_STRETCH, MEAN_ASPECT_FROBENIUS, SCALED_JACOBIAN, SHAPE, and VOLUME.

Definition at line 560 of file vtkMeshQuality.h.

◆ SetWedgeQualityMeasureToEdgeRatio()

void vtkMeshQuality::SetWedgeQualityMeasureToEdgeRatio ( )
inline

Set/Get the particular estimator used to measure the quality of wedges.

The default is EDGE_RATIO and valid values also include CONDITION, DISTORTION, EQUIANGLE_SKEW, JACOBIAN, MAX_ASPECT_FROBENIUS, MAX_STRETCH, MEAN_ASPECT_FROBENIUS, SCALED_JACOBIAN, SHAPE, and VOLUME.

Definition at line 564 of file vtkMeshQuality.h.

◆ SetWedgeQualityMeasureToEquiangleSkew()

void vtkMeshQuality::SetWedgeQualityMeasureToEquiangleSkew ( )
inline

Set/Get the particular estimator used to measure the quality of wedges.

The default is EDGE_RATIO and valid values also include CONDITION, DISTORTION, EQUIANGLE_SKEW, JACOBIAN, MAX_ASPECT_FROBENIUS, MAX_STRETCH, MEAN_ASPECT_FROBENIUS, SCALED_JACOBIAN, SHAPE, and VOLUME.

Definition at line 568 of file vtkMeshQuality.h.

◆ SetWedgeQualityMeasureToJacobian()

void vtkMeshQuality::SetWedgeQualityMeasureToJacobian ( )
inline

Set/Get the particular estimator used to measure the quality of wedges.

The default is EDGE_RATIO and valid values also include CONDITION, DISTORTION, EQUIANGLE_SKEW, JACOBIAN, MAX_ASPECT_FROBENIUS, MAX_STRETCH, MEAN_ASPECT_FROBENIUS, SCALED_JACOBIAN, SHAPE, and VOLUME.

Definition at line 572 of file vtkMeshQuality.h.

◆ SetWedgeQualityMeasureToMaxAspectFrobenius()

void vtkMeshQuality::SetWedgeQualityMeasureToMaxAspectFrobenius ( )
inline

Set/Get the particular estimator used to measure the quality of wedges.

The default is EDGE_RATIO and valid values also include CONDITION, DISTORTION, EQUIANGLE_SKEW, JACOBIAN, MAX_ASPECT_FROBENIUS, MAX_STRETCH, MEAN_ASPECT_FROBENIUS, SCALED_JACOBIAN, SHAPE, and VOLUME.

Definition at line 576 of file vtkMeshQuality.h.

◆ SetWedgeQualityMeasureToMaxStretch()

void vtkMeshQuality::SetWedgeQualityMeasureToMaxStretch ( )
inline

Set/Get the particular estimator used to measure the quality of wedges.

The default is EDGE_RATIO and valid values also include CONDITION, DISTORTION, EQUIANGLE_SKEW, JACOBIAN, MAX_ASPECT_FROBENIUS, MAX_STRETCH, MEAN_ASPECT_FROBENIUS, SCALED_JACOBIAN, SHAPE, and VOLUME.

Definition at line 580 of file vtkMeshQuality.h.

◆ SetWedgeQualityMeasureToMeanAspectFrobenius()

void vtkMeshQuality::SetWedgeQualityMeasureToMeanAspectFrobenius ( )
inline

Set/Get the particular estimator used to measure the quality of wedges.

The default is EDGE_RATIO and valid values also include CONDITION, DISTORTION, EQUIANGLE_SKEW, JACOBIAN, MAX_ASPECT_FROBENIUS, MAX_STRETCH, MEAN_ASPECT_FROBENIUS, SCALED_JACOBIAN, SHAPE, and VOLUME.

Definition at line 584 of file vtkMeshQuality.h.

◆ SetWedgeQualityMeasureToScaledJacobian()

void vtkMeshQuality::SetWedgeQualityMeasureToScaledJacobian ( )
inline

Set/Get the particular estimator used to measure the quality of wedges.

The default is EDGE_RATIO and valid values also include CONDITION, DISTORTION, EQUIANGLE_SKEW, JACOBIAN, MAX_ASPECT_FROBENIUS, MAX_STRETCH, MEAN_ASPECT_FROBENIUS, SCALED_JACOBIAN, SHAPE, and VOLUME.

Definition at line 588 of file vtkMeshQuality.h.

◆ SetWedgeQualityMeasureToShape()

void vtkMeshQuality::SetWedgeQualityMeasureToShape ( )
inline

Set/Get the particular estimator used to measure the quality of wedges.

The default is EDGE_RATIO and valid values also include CONDITION, DISTORTION, EQUIANGLE_SKEW, JACOBIAN, MAX_ASPECT_FROBENIUS, MAX_STRETCH, MEAN_ASPECT_FROBENIUS, SCALED_JACOBIAN, SHAPE, and VOLUME.

Definition at line 592 of file vtkMeshQuality.h.

◆ SetWedgeQualityMeasureToVolume()

void vtkMeshQuality::SetWedgeQualityMeasureToVolume ( )
inline

Set/Get the particular estimator used to measure the quality of wedges.

The default is EDGE_RATIO and valid values also include CONDITION, DISTORTION, EQUIANGLE_SKEW, JACOBIAN, MAX_ASPECT_FROBENIUS, MAX_STRETCH, MEAN_ASPECT_FROBENIUS, SCALED_JACOBIAN, SHAPE, and VOLUME.

Definition at line 593 of file vtkMeshQuality.h.

◆ vtkSetEnumMacro() [6/6]

vtkMeshQuality::vtkSetEnumMacro ( HexQualityMeasure ,
QualityMeasureTypes  )

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

◆ SetHexQualityMeasure()

virtual void vtkMeshQuality::SetHexQualityMeasure ( int measure)
inlinevirtual

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

Definition at line 609 of file vtkMeshQuality.h.

◆ vtkGetEnumMacro() [6/6]

vtkMeshQuality::vtkGetEnumMacro ( HexQualityMeasure ,
QualityMeasureTypes  )

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

◆ SetHexQualityMeasureToEdgeRatio()

void vtkMeshQuality::SetHexQualityMeasureToEdgeRatio ( )
inline

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

Definition at line 614 of file vtkMeshQuality.h.

◆ SetHexQualityMeasureToMedAspectFrobenius()

void vtkMeshQuality::SetHexQualityMeasureToMedAspectFrobenius ( )
inline

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

Definition at line 618 of file vtkMeshQuality.h.

◆ SetHexQualityMeasureToMaxAspectFrobenius()

void vtkMeshQuality::SetHexQualityMeasureToMaxAspectFrobenius ( )
inline

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

Definition at line 622 of file vtkMeshQuality.h.

◆ SetHexQualityMeasureToMaxEdgeRatio()

void vtkMeshQuality::SetHexQualityMeasureToMaxEdgeRatio ( )
inline

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

Definition at line 626 of file vtkMeshQuality.h.

◆ SetHexQualityMeasureToSkew()

void vtkMeshQuality::SetHexQualityMeasureToSkew ( )
inline

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

Definition at line 630 of file vtkMeshQuality.h.

◆ SetHexQualityMeasureToTaper()

void vtkMeshQuality::SetHexQualityMeasureToTaper ( )
inline

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

Definition at line 631 of file vtkMeshQuality.h.

◆ SetHexQualityMeasureToVolume()

void vtkMeshQuality::SetHexQualityMeasureToVolume ( )
inline

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

Definition at line 632 of file vtkMeshQuality.h.

◆ SetHexQualityMeasureToStretch()

void vtkMeshQuality::SetHexQualityMeasureToStretch ( )
inline

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

Definition at line 633 of file vtkMeshQuality.h.

◆ SetHexQualityMeasureToDiagonal()

void vtkMeshQuality::SetHexQualityMeasureToDiagonal ( )
inline

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

Definition at line 634 of file vtkMeshQuality.h.

◆ SetHexQualityMeasureToDimension()

void vtkMeshQuality::SetHexQualityMeasureToDimension ( )
inline

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

Definition at line 638 of file vtkMeshQuality.h.

◆ SetHexQualityMeasureToOddy()

void vtkMeshQuality::SetHexQualityMeasureToOddy ( )
inline

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

Definition at line 642 of file vtkMeshQuality.h.

◆ SetHexQualityMeasureToCondition()

void vtkMeshQuality::SetHexQualityMeasureToCondition ( )
inline

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

Definition at line 643 of file vtkMeshQuality.h.

◆ SetHexQualityMeasureToJacobian()

void vtkMeshQuality::SetHexQualityMeasureToJacobian ( )
inline

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

Definition at line 647 of file vtkMeshQuality.h.

◆ SetHexQualityMeasureToScaledJacobian()

void vtkMeshQuality::SetHexQualityMeasureToScaledJacobian ( )
inline

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

Definition at line 651 of file vtkMeshQuality.h.

◆ SetHexQualityMeasureToShear()

void vtkMeshQuality::SetHexQualityMeasureToShear ( )
inline

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

Definition at line 655 of file vtkMeshQuality.h.

◆ SetHexQualityMeasureToShape()

void vtkMeshQuality::SetHexQualityMeasureToShape ( )
inline

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

Definition at line 656 of file vtkMeshQuality.h.

◆ SetHexQualityMeasureToRelativeSizeSquared()

void vtkMeshQuality::SetHexQualityMeasureToRelativeSizeSquared ( )
inline

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

Definition at line 657 of file vtkMeshQuality.h.

◆ SetHexQualityMeasureToShapeAndSize()

void vtkMeshQuality::SetHexQualityMeasureToShapeAndSize ( )
inline

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

Definition at line 661 of file vtkMeshQuality.h.

◆ SetHexQualityMeasureToShearAndSize()

void vtkMeshQuality::SetHexQualityMeasureToShearAndSize ( )
inline

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

Definition at line 665 of file vtkMeshQuality.h.

◆ SetHexQualityMeasureToDistortion()

void vtkMeshQuality::SetHexQualityMeasureToDistortion ( )
inline

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

Definition at line 669 of file vtkMeshQuality.h.

◆ SetHexQualityMeasureToEquiangleSkew()

void vtkMeshQuality::SetHexQualityMeasureToEquiangleSkew ( )
inline

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

Definition at line 673 of file vtkMeshQuality.h.

◆ SetHexQualityMeasureToNodalJacobianRatio()

void vtkMeshQuality::SetHexQualityMeasureToNodalJacobianRatio ( )
inline

Set/Get the particular estimator used to measure the quality of hexahedra.

The default is MAX_ASPECT_FROBENIUS and valid values also include EDGE_RATIO, MAX_ASPECT_FROBENIUS, MAX_EDGE_RATIO, SKEW, TAPER, VOLUME, STRETCH, DIAGONAL, DIMENSION, ODDY, CONDITION, JACOBIAN, SCALED_JACOBIAN, SHEAR, SHAPE, RELATIVE_SIZE_SQUARED, SHAPE_AND_SIZE, SHEAR_AND_SIZE, DISTORTION, EQUIANGLE_SKEW, and NODAL_JACOBIAN_RATIO.

Definition at line 677 of file vtkMeshQuality.h.

◆ TriangleArea()

static double vtkMeshQuality::TriangleArea ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the area of a triangle.

Note
Supports only vtkTriangle, vtkQuadraticTriangle, and vtkBiQuadraticTriangle.

◆ TriangleAspectFrobenius()

static double vtkMeshQuality::TriangleAspectFrobenius ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the Frobenius condition number of the transformation matrix from an equilateral triangle to a triangle.

The Frobenius aspect of a triangle \(t\), when the reference element is equilateral, is: \(\frac{|t|^2_2}{2\sqrt{3}{\cal A}}\), where \(|t|^2_2\) and \(\cal A\) respectively denote the sum of the squared edge lengths and the area of \(t\).

Note
Supports only vtkTriangle.

◆ TriangleAspectRatio()

static double vtkMeshQuality::TriangleAspectRatio ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the aspect ratio of a triangle.

The aspect ratio of a triangle \(t\) is: \(\frac{|t|_\infty}{2\sqrt{3}r}\), where \(|t|_\infty\) and \(r\) respectively denote the greatest edge length and the inradius of \(t\).

Note
Supports only vtkTriangle.

◆ TriangleCondition()

static double vtkMeshQuality::TriangleCondition ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the condition number of a triangle.

Note
Supports only vtkTriangle.

◆ TriangleDistortion()

static double vtkMeshQuality::TriangleDistortion ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the distortion of a triangle.

Note
Supports only vtkTriangle, vtkQuadraticTriangle, and vtkBiQuadraticTriangle.
Warning
For vtkTriangle is will always return 1.0 because it's a 2-simplex.

◆ TriangleEdgeRatio()

static double vtkMeshQuality::TriangleEdgeRatio ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the edge ratio of a triangle.

The edge ratio of a triangle \(t\) is: \(\frac{|t|_\infty}{|t|_0}\), where \(|t|_\infty\) and \(|t|_0\) respectively denote the greatest and the smallest edge lengths of \(t\).

Note
Supports only vtkTriangle.

◆ TriangleEquiangleSkew()

static double vtkMeshQuality::TriangleEquiangleSkew ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the equiangle skew of a triangle.

Note
Supports only vtkTriangle.

◆ TriangleMaxAngle()

static double vtkMeshQuality::TriangleMaxAngle ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the maximal (nonoriented) angle of a triangle, expressed in degrees.

Note
Supports only vtkTriangle.

◆ TriangleMinAngle()

static double vtkMeshQuality::TriangleMinAngle ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the minimal (nonoriented) angle of a triangle, expressed in degrees.

Note
Supports only vtkTriangle.

◆ TriangleNormalizedInradius()

static double vtkMeshQuality::TriangleNormalizedInradius ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the normalized in-radius of a triangle.

The minimum normalized in-radius of a triangle is the ratio of the minimum sub-triangle inner radius to the outer triangle radius.

Note
Supports only vtkTriangle and vtkQuadraticTriangle.

◆ TriangleRadiusRatio()

static double vtkMeshQuality::TriangleRadiusRatio ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the radius ratio of a triangle.

The radius ratio of a triangle \(t\) is: \(\frac{R}{2r}\), where \(R\) and \(r\) respectively denote the circumradius and the inradius of \(t\).

Note
Supports only vtkTriangle.

◆ TriangleRelativeSizeSquared()

static double vtkMeshQuality::TriangleRelativeSizeSquared ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the square of the relative size of a triangle.

Note: TriangleRelativeSizeSquared will return 0.0 if the MeshQuality filter has NOT been executed, because it relies on the average triangle size.

Note
Supports only vtkTriangle.
Precondition
Requires computing triangle average size first.

◆ TriangleScaledJacobian()

static double vtkMeshQuality::TriangleScaledJacobian ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the scaled Jacobian of a triangle.

Note
Supports only vtkTriangle, vtkQuadraticTriangle.

◆ TriangleShape()

static double vtkMeshQuality::TriangleShape ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the shape of a triangle.

Note
Supports only vtkTriangle.

◆ TriangleShapeAndSize()

static double vtkMeshQuality::TriangleShapeAndSize ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the product of shape and relative size of a triangle.

Note: TriangleShapeAndSize will return 0.0 if the MeshQuality filter has NOT been executed, because it relies on the average triangle size.

Note
Supports only vtkTriangle.
Precondition
Requires computing triangle average size first.

◆ QuadArea()

static double vtkMeshQuality::QuadArea ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the area of a quadrilateral.

The area of a quadrilateral is the Jacobian at quad center.

Note
Supports only vtkQuad, vtkQuadraticQuad, and vtkBiQuadraticQuad.

◆ QuadAspectRatio()

static double vtkMeshQuality::QuadAspectRatio ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the aspect ratio of a planar quadrilateral.

The aspect ratio of a planar quadrilateral \(q\) is: \(\frac{|q|_1|q|_\infty}{4{\cal A}}\), where \(|q|_1\), \(|q|_\infty\) and \({\cal A}\) respectively denote the perimeter, the greatest edge length and the area of \(q\).

Note
Supports only vtkQuad.

◆ QuadCondition()

static double vtkMeshQuality::QuadCondition ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the condition number of a quadrilateral.

The condition number of a quadrilateral is the (maximum) condition number of the Jacobian matrix at the 4 corners.

Note
Supports only vtkQuad.

◆ QuadDistortion()

static double vtkMeshQuality::QuadDistortion ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the distortion of a quadrilateral.

The distortion of a quadrilateral is {min(|J|)/actual area} * parent area, parent area = 4 for quad.

Note
Supports only vtkQuad and vtkQuadraticQuad.

◆ QuadEdgeRatio()

static double vtkMeshQuality::QuadEdgeRatio ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the edge ratio of a quadrilateral.

The edge ratio of a quadrilateral \(q\) is: \(\frac{|q|_\infty}{|q|_0}\), where \(|q|_\infty\) and \(|q|_0\) respectively denote the greatest and the smallest edge lengths of \(q\).

Note
Supports only vtkQuad.

◆ QuadEquiangleSkew()

static double vtkMeshQuality::QuadEquiangleSkew ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the equiangle skew of a quadrilateral.

Note
Supports only vtkQuad.

◆ QuadJacobian()

static double vtkMeshQuality::QuadJacobian ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the Jacobian of a quadrilateral.

The Jacobian of a quadrilateral is the minimum point-wise volume of local map at 4 corners & center of quad.

Note
Supports only vtkQuad.

◆ QuadMaxAngle()

static double vtkMeshQuality::QuadMaxAngle ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the maximum (nonoriented) angle of a quadrilateral, expressed in degrees.

Note
Supports only vtkQuad.

◆ QuadMaxAspectFrobenius()

static double vtkMeshQuality::QuadMaxAspectFrobenius ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the maximal Frobenius aspect of the 4 corner triangles of a planar quadrilateral, when the reference triangle elements are right isosceles at the quadrangle vertices.

The Frobenius aspect of a triangle \(t\), when the reference element is right isosceles at vertex \(V\), is: \(\frac{f^2+g^2}{4{\cal A}}\), where \(f^2+g^2\) and \(\cal A\) respectively denote the sum of the squared lengths of the edges attached to \(V\) and the area of \(t\).

Note
Supports only vtkQuad.

◆ QuadMaxEdgeRatio()

static double vtkMeshQuality::QuadMaxEdgeRatio ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the maximum edge length ratio of a quadrilateral at quad center.

Note
Supports only vtkQuad.

◆ QuadMedAspectFrobenius()

static double vtkMeshQuality::QuadMedAspectFrobenius ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the average Frobenius aspect of the 4 corner triangles of a planar quadrilateral, when the reference triangle elements are right isosceles at the quadrangle vertices.

The Frobenius aspect of a triangle \(t\), when the reference element is right isosceles at vertex \(V\), is: \(\frac{f^2+g^2}{4{\cal A}}\), where \(f^2+g^2\) and \(\cal A\) respectively denote the sum of the squared lengths of the edges attached to \(V\) and the area of \(t\).

Note
Supports only vtkQuad.

◆ QuadMinAngle()

static double vtkMeshQuality::QuadMinAngle ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the minimal (nonoriented) angle of a quadrilateral, expressed in degrees.

Note
Supports only vtkQuad.

◆ QuadOddy()

static double vtkMeshQuality::QuadOddy ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the oddy of a quadrilateral.

The oddy of a quadrilateral is the general distortion measure based on left Cauchy-Green Tensor.

Note
Supports only vtkQuad.

◆ QuadRadiusRatio()

static double vtkMeshQuality::QuadRadiusRatio ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the radius ratio of a planar quadrilateral.

The name is only used by analogy with the triangle radius ratio, because in general a quadrilateral does not have a circumcircle nor an incircle. The radius ratio of a planar quadrilateral \(q\) is: \(\frac{|q|_2h_{\max}}{\min_i{\cal A}_i}\), where \(|q|_2\), \(h_{\max}\) and \(\min{\cal A}_i\) respectively denote the sum of the squared edge lengths, the greatest amongst diagonal and edge lengths and the smallest area of the 4 triangles extractable from \(q\).

Note
Supports only vtkQuad.

◆ QuadRelativeSizeSquared()

static double vtkMeshQuality::QuadRelativeSizeSquared ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the relative size squared of a quadrilateral.

The relative size squared of a quadrilateral is the Min(J, 1 / J), where J is the determinant of weighted Jacobian matrix.

Note: QuadRelativeSizeSquared will return 0.0 if the MeshQuality filter has NOT been executed, because it relies on the average quad size.

Note
Supports only vtkQuad.
Precondition
Requires computing quad average size first.

◆ QuadScaledJacobian()

static double vtkMeshQuality::QuadScaledJacobian ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the scaled Jacobian of a quadrilateral.

The scaled Jacobian of a quadrilateral is the minimum Jacobian divided by the lengths of the 2 edge vectors.

Note
Supports only vtkQuad.

◆ QuadShape()

static double vtkMeshQuality::QuadShape ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the shear of a quadrilateral.

The shear of a quadrilateral is 2 / Condition number of weighted Jacobian matrix.

Note
Supports only vtkQuad.

◆ QuadShapeAndSize()

static double vtkMeshQuality::QuadShapeAndSize ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the shape and size of a quadrilateral.

The shape and size of a quadrilateral is product of shape and average size.

Note: QuadShapeAndSize will return 0.0 if the MeshQuality filter has NOT been executed, because it relies on the average triangle size.

Note
Supports only vtkQuad.
Precondition
Requires computing quad average size first.

◆ QuadShear()

static double vtkMeshQuality::QuadShear ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the shear of a quadrilateral.

The shear of a quadrilateral is 2 / Condition number of Jacobian Skew matrix.

Note
Supports only vtkQuad.

◆ QuadShearAndSize()

static double vtkMeshQuality::QuadShearAndSize ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the shear and size of a quadrilateral.

The shear and size of a quadrilateral is product of shear and average size.

Note: QuadShearAndSize will return 0.0 if the MeshQuality filter has NOT been executed, because it relies on the average triangle size.

Note
Supports only vtkQuad.
Precondition
Requires computing quad average size first.

◆ QuadSkew()

static double vtkMeshQuality::QuadSkew ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the skew of a quadrilateral.

The skew of a quadrilateral is the maximum |cos A|, where A is the angle between edges at the quad center.

Note
Supports only vtkQuad.

◆ QuadStretch()

static double vtkMeshQuality::QuadStretch ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the stretch of a quadrilateral.

The stretch of a quadrilateral is Sqrt(2) * minimum edge length / maximum diagonal length.

Note
Supports only vtkQuad.

◆ QuadTaper()

static double vtkMeshQuality::QuadTaper ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the taper of a quadrilateral.

The taper of a quadrilateral is the ratio of lengths derived from opposite edges.

Note
Supports only vtkQuad.

◆ QuadWarpage()

static double vtkMeshQuality::QuadWarpage ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the warpage of a quadrilateral.

The warpage of a quadrilateral is the cosine of Minimum Dihedral Angle formed by Planes Intersecting in Diagonals.

Note
Supports only vtkQuad.

◆ TetAspectFrobenius()

static double vtkMeshQuality::TetAspectFrobenius ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the Frobenius condition number of the transformation matrix from a regular tetrahedron to a tetrahedron.

The Frobenius aspect of a tetrahedron \(K\), when the reference element is regular, is: \(\frac{\frac{3}{2}(l_{11}+l_{22}+l_{33}) - (l_{12}+l_{13}+l_{23})} {3(\sqrt{2}\det{T})^\frac{2}{3}}\), where \(T\) and \(l_{ij}\) respectively denote the edge matrix of \(K\) and the entries of \(L=T^t\,T\).

Note
Supports only vtkTetra.

◆ TetAspectGamma()

static double vtkMeshQuality::TetAspectGamma ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the aspect gamma of a tetrahedron.

The aspect gamma of a tetrahedron is: Srms**3 / (8.479670*V) where Srms = sqrt(Sum(Si**2)/6), Si = edge length.

Note
Supports only vtkTetra.

◆ TetAspectRatio()

static double vtkMeshQuality::TetAspectRatio ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the aspect ratio of a tetrahedron.

The aspect ratio of a tetrahedron \(K\) is: \(\frac{|K|_\infty}{2\sqrt{6}r}\), where \(|K|_\infty\) and \(r\) respectively denote the greatest edge length and the inradius of \(K\).

Note
Supports only vtkTetra.

◆ TetCollapseRatio()

static double vtkMeshQuality::TetCollapseRatio ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the collapse ratio of a tetrahedron.

The collapse ratio is a dimensionless number defined as the smallest ratio of the height of a vertex above its opposing triangle to the longest edge of that opposing triangle across all vertices of the tetrahedron.

Note
Supports only vtkTetra.

◆ TetCondition()

static double vtkMeshQuality::TetCondition ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the condition number of a tetrahedron.

The condition number of a tetrahedron is Condition number of the Jacobian matrix at any corner.

Note
Supports only vtkTetra.

◆ TetDistortion()

static double vtkMeshQuality::TetDistortion ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the distortion of a tetrahedron.

The distortion of a quadrilateral is {min(|J|)/actual volume} * parent volume, parent volume = 1 / 6 for a tetrahedron.

Note
Supports only vtkTetra and vtkQuadraticTetra.
Warning
For vtkTetra is will always return 1.0 because it's a 3-simplex.

◆ TetEdgeRatio()

static double vtkMeshQuality::TetEdgeRatio ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the edge ratio of a tetrahedron.

The edge ratio of a tetrahedron \(K\) is: \(\frac{|K|_\infty}{|K|_0}\), where \(|K|_\infty\) and \(|K|_0\) respectively denote the greatest and the smallest edge lengths of \(K\).

Note
Supports only vtkTetra.

◆ TetEquiangleSkew()

static double vtkMeshQuality::TetEquiangleSkew ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the equiangle skew of a tetrahedron.

Note
Supports only vtkTetra.

◆ TetEquivolumeSkew()

static double vtkMeshQuality::TetEquivolumeSkew ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the equivolume skew of a tetrahedron.

Note
Supports only vtkTetra and vtkQuadraticTetra.

◆ TetInradius()

static double vtkMeshQuality::TetInradius ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the inradius of a tetrahedron.

The inradius of a tetrahedron is the radius of the largest sphere that fits snugly inside it.

Note
Supports only vtkTetra, vtkQuadraticTetra.

◆ TetJacobian()

static double vtkMeshQuality::TetJacobian ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the Jacobian of a tetrahedron.

The jacobian of a tetrahedron is the minimum point-wise volume at any corner.

Note
Supports only vtkTetra, vtkQuadraticTetra.

◆ TetMeanRatio()

static double vtkMeshQuality::TetMeanRatio ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the mean ratio of a tetrahedron.

The mean ratio of a tetrahedron is the ratio of tetrahedron volume over the volume of an equilateral tetrahedron with the same RMS edge length.

Note
Supports only vtkTetra and vtkQuadraticTetra.

◆ TetMinAngle()

static double vtkMeshQuality::TetMinAngle ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the minimal (nonoriented) dihedral angle of a tetrahedron, expressed in degrees.

Note
Supports only vtkTetra.

◆ TetNormalizedInradius()

static double vtkMeshQuality::TetNormalizedInradius ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the normalized in-radius of a tetrahedron.

The minimum normalized in-radius of a tetrahedron is the ratio of the minimum sub-tetrahedron inner radius to the outer tetrahedron radius.

Note
Supports only vtkTetra and vtkQuadraticTetra.

◆ TetRadiusRatio()

static double vtkMeshQuality::TetRadiusRatio ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the radius ratio of a tetrahedron.

The radius ratio of a tetrahedron \(K\) is: \(\frac{R}{3r}\), where \(R\) and \(r\) respectively denote the circumradius and the inradius of \(K\).

Note
Supports only vtkTetra.

◆ TetRelativeSizeSquared()

static double vtkMeshQuality::TetRelativeSizeSquared ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the relative size squared of a tetrahedron.

The relative size squared of a tetrahedron is Min(J, 1 / J), where J is determinant of weighted Jacobian matrix.

Note: TetRelativeSizeSquared will return 0.0 if the MeshQuality filter has NOT been executed, because it relies on the average tet size.

Note
Supports only vtkTetra.
Precondition
Requires computing tet average size first.

◆ TetScaledJacobian()

static double vtkMeshQuality::TetScaledJacobian ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the scaled Jacobian of a tetrahedron.

The scaled jacobian of a tetrahedron is the minimum Jacobian divided by the lengths of 3 edge vectors.

Note
Supports only vtkTetra and vtkQuadraticTetra.

◆ TetShape()

static double vtkMeshQuality::TetShape ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the shape of a tetrahedron.

The shape of a tetrahedron is 3 / Mean Ratio of weighted Jacobian matrix.

Note
Supports only vtkTetra.

◆ TetShapeAndSize()

static double vtkMeshQuality::TetShapeAndSize ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the shape and size of a tetrahedron.

The shape and size of a tetrahedron is product of shape and average size.

Note: TetShapeAndSize will return 0.0 if the MeshQuality filter has NOT been executed, because it relies on the average tet size.

Note
Supports only vtkTetra.
Precondition
Requires computing tet average size first.

◆ TetSquishIndex()

static double vtkMeshQuality::TetSquishIndex ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the squish index of a tetrahedron.

Note
Supports only vtkTetra.

◆ TetVolume()

static double vtkMeshQuality::TetVolume ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the volume of a tetrahedron.

The volume of a tetrahedron is (1/6) * Jacobian at corner node.

Note
Supports only vtkTetra and vtkQuadraticTetra.

◆ PyramidEquiangleSkew()

static double vtkMeshQuality::PyramidEquiangleSkew ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the equiangle skew of a pyramid.

Note
Supports only vtkPyramid.

◆ PyramidJacobian()

static double vtkMeshQuality::PyramidJacobian ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the Jacobian of a pyramid.

The jacobian of a tetrahedron is the minimum point-wise volume at any corner.

Note
Supports only vtkPyramid.

◆ PyramidScaledJacobian()

static double vtkMeshQuality::PyramidScaledJacobian ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the Jacobian of a pyramid.

The jacobian of a tetrahedron is the minimum point-wise volume at any corner.

Note
Supports only vtkPyramid.

◆ PyramidShape()

static double vtkMeshQuality::PyramidShape ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the shape of a pyramid.

The shape of a pyramid is 4 divided by the minimum mean ratio of the Jacobian matrix at each element corner.

Note
Supports only vtkPyramid.

◆ PyramidVolume()

static double vtkMeshQuality::PyramidVolume ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the volume of a pyramid.

Note
Supports only vtkPyramid.

◆ WedgeCondition()

static double vtkMeshQuality::WedgeCondition ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the condition number of a wedge.

The condition number of a wedge is equivalent to the max aspect Frobenius.

Note
Supports only vtkWedge.

◆ WedgeDistortion()

static double vtkMeshQuality::WedgeDistortion ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the distortion of a wedge.

The distortion of a wedge is {min(|J|) / actual volume } * parent volume.

Note
Supports only vtkWedge.

◆ WedgeEdgeRatio()

static double vtkMeshQuality::WedgeEdgeRatio ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the edge ratio of a wedge.

The edge ratio of a wedge is Hmax / Hmin, where Hmax and Hmin are respectively the maximum and the minimum edge lengths.

Note
Supports only vtkWedge.

◆ WedgeEquiangleSkew()

static double vtkMeshQuality::WedgeEquiangleSkew ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the equiangle skew of a wedge.

Note
Supports only vtkWedge.

◆ WedgeJacobian()

static double vtkMeshQuality::WedgeJacobian ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the Jacobian of a wedge.

The jacobian of a wedge is the min{((L_2 X L_0) * L_3)_k}.

Note
Supports only vtkWedge.

◆ WedgeMaxAspectFrobenius()

static double vtkMeshQuality::WedgeMaxAspectFrobenius ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the max aspect Frobenius of a wedge.

The max aspect Frobenius of a wedge is max(F_0123, F_1204, F_2015, F_3540, F_4351, F_5432).

Note
Supports only vtkWedge.

◆ WedgeMaxStretch()

static double vtkMeshQuality::WedgeMaxStretch ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the max stretch of a wedge.

The maximum stretch of a wedge is maximum stretch (S) of the three quadrilateral faces: q = max[S_1043, S_1254, S_2035]

Note
Supports only vtkWedge.

◆ WedgeMeanAspectFrobenius()

static double vtkMeshQuality::WedgeMeanAspectFrobenius ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the mean aspect Frobenius of a wedge.

The mean aspect Frobenius of a wedge is: 1/6 * (F_0123 + F_1204 + F+2015 + F_3540 + F_4351 + F_5432).

Note
Supports only vtkWedge.

◆ WedgeScaledJacobian()

static double vtkMeshQuality::WedgeScaledJacobian ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the scaled Jacobian a wedge.

The jacobian of a wedge is the minimum point-wise volume at any corner divided by the corresponding edge lengths and normalized to the unit wedge: q = min( 2 / sqrt(3) * ((L_2 X L_0) * L_3)_k / sqrt(mag(L_2) * mag(L_0) * mag(L_3))), where ((L_2 X L_0) * L_3)_k is the determinant of the Jacobian of the tetrahedron defined at the kth corner node, and L_2, L_0 and L_3 are the edges defined according to the standard for tetrahedral elements.

Note
Supports only vtkWedge.

◆ WedgeShape()

static double vtkMeshQuality::WedgeShape ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the shape of a wedge.

The shape of a wedge is 3 divided by the minimum mean ratio of the Jacobian matrix at each element corner.

Note
Supports only vtkWedge.

◆ WedgeVolume()

static double vtkMeshQuality::WedgeVolume ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the volume of a wedge.

Note
Supports only vtkWedge.

◆ HexCondition()

static double vtkMeshQuality::HexCondition ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the condition of a hexahedron.

The condition of a hexahedron is equivalent to HexMaxAspectFrobenius.

Note
Supports only vtkHexahedron.

◆ HexDiagonal()

static double vtkMeshQuality::HexDiagonal ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the diagonal of a hexahedron.

The diagonal of a hexahedron Minimum diagonal length / maximum diagonal length.

Note
Supports only vtkHexahedron.

◆ HexDimension()

static double vtkMeshQuality::HexDimension ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the dimension of a hexahedron.

The dimension of a hexahedron is the Pronto-specific characteristic length for stable time step calculation, where characteristic length = Volume / 2 grad Volume.

Note
Supports only vtkHexahedron.

◆ HexDistortion()

static double vtkMeshQuality::HexDistortion ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the distortion of a hexahedron.

The distortion of a hexahedron is {min(|J|)/actual volume} * parent volume, parent volume = 8 for a hexahedron.

Note
Supports only vtkHexahedron vtkQuadraticHexahedron and vtkTriQuadraticHexahedron.

◆ HexEdgeRatio()

static double vtkMeshQuality::HexEdgeRatio ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the edge ratio of a hexahedron.

The edge ratio of a hexahedron \(H\) is: \(\frac{|H|_\infty}{|H|_0}\), where \(|H|_\infty\) and \(|H|_0\) respectively denote the greatest and the smallest edge lengths of \(H\).

Note
Supports only vtkHexahedron.

◆ HexEquiangleSkew()

static double vtkMeshQuality::HexEquiangleSkew ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the equiangle skew of a hexahedron.

Note
Supports only vtkHexahedron.

◆ HexJacobian()

static double vtkMeshQuality::HexJacobian ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the Jacobian of a hexahedron.

The jacobian of a hexahedron is the minimum point-wise of local map at 8 corners & center of the hexahedron.

Note
Supports only vtkHexahedron and vtkTriQuadraticHexahedron

◆ HexMaxAspectFrobenius()

static double vtkMeshQuality::HexMaxAspectFrobenius ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the maximal Frobenius aspect of the 8 corner tetrahedra of a hexahedron, when the reference tetrahedral elements are right isosceles at the hexahedron vertices.

Note
Supports only vtkHexahedron.

◆ HexMaxEdgeRatio()

static double vtkMeshQuality::HexMaxEdgeRatio ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the maximum edge ratio of a hexahedron at its center.

Note
Supports only vtkHexahedron.

◆ HexMedAspectFrobenius()

static double vtkMeshQuality::HexMedAspectFrobenius ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the average Frobenius aspect of the 8 corner tetrahedra of a hexahedron, when the reference tetrahedral elements are right isosceles at the hexahedron vertices.

Note
Supports only vtkHexahedron.

◆ HexNodalJacobianRatio()

static double vtkMeshQuality::HexNodalJacobianRatio ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the nodal Jacobian ratio of a hexahedron.

The nodal Jacobian ratio of a hexahedron is min(Jacobian) / max(Jacobian) over all nodes.

Note
Supports only vtkHexahedron.

◆ HexOddy()

static double vtkMeshQuality::HexOddy ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the oddy of a hexahedron.

The oddy of a hexahedron is the general distortion measure based on left Cauchy-Green Tensor.

Note
Supports only vtkHexahedron.

◆ HexRelativeSizeSquared()

static double vtkMeshQuality::HexRelativeSizeSquared ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the relative size squared of a hexahedron.

The relative size squared of a hexahedron is Min(J, 1 / J), where J is determinant of weighted Jacobian matrix.

Note: HexRelativeSizeSquared will return 0.0 if the MeshQuality filter has NOT been executed, because it relies on the average hex size.

Note
Supports only vtkHexahedron.
Precondition
Requires computing hex average size first.

◆ HexScaledJacobian()

static double vtkMeshQuality::HexScaledJacobian ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the scaled Jacobian of a hexahedron.

The scaled jacobian of a hexahedron is the minimum Jacobian divided by the lengths of 3 edge vectors.

Note
Supports only vtkHexahedron.

◆ HexShape()

static double vtkMeshQuality::HexShape ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the shape of a hexahedron.

The shape of a hexahedron is 3 / Mean Ratio of weighted Jacobian matrix.

Note
Supports only vtkHexahedron.

◆ HexShapeAndSize()

static double vtkMeshQuality::HexShapeAndSize ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the shape and size of a hexahedron.

The shape and size of a hexahedron is product of shape and average size.

Note: HexShapeAndSize will return 0.0 if the MeshQuality filter has NOT been executed, because it relies on the average hex size.

Note
Supports only vtkHexahedron.
Precondition
Requires computing hex average size first.

◆ HexShear()

static double vtkMeshQuality::HexShear ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the shear of a hexahedron.

The shear of a hexahedron is 3 / Mean Ratio of Jacobian Skew matrix.

Note
Supports only vtkHexahedron.

◆ HexShearAndSize()

static double vtkMeshQuality::HexShearAndSize ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the shear and size of a hexahedron.

The shear and size of a hexahedron is product of shear and average size.

Note: HexShearAndSize will return 0.0 if the MeshQuality filter has NOT been executed, because it relies on the average hex size.

Note
Supports only vtkHexahedron.

◆ HexSkew()

static double vtkMeshQuality::HexSkew ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the skew of a hexahedron.

The skew of a hexahedron is the maximum |cos A|, where A is the angle between edges at the hexahedron center.

Note
Supports only vtkHexahedron.
Precondition
Requires computing hex average size first.

◆ HexStretch()

static double vtkMeshQuality::HexStretch ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the stretch of a hexahedron.

The stretch of a hexahedron is Sqrt(3) * minimum edge length / maximum diagonal length.

Note
Supports only vtkHexahedron.

◆ HexTaper()

static double vtkMeshQuality::HexTaper ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the taper of a hexahedron.

The taper of a hexahedron is the ratio of lengths derived from opposite edges.

Note
Supports only vtkHexahedron.

◆ HexVolume()

static double vtkMeshQuality::HexVolume ( vtkCell * cell,
bool linearApproximation = false )
static

Calculate the volume of a hexahedron.

The volume of a hexahedron is the Jacobian at the hexahedron center.

Note
Supports only vtkHexahedron, vtkQuadraticHexahedron and vtkTriQuadraticHexahedron.

◆ SetRatio()

virtual void vtkMeshQuality::SetRatio ( vtkTypeBool r)
inlinevirtual

These methods are deprecated.

Use Get/SetSaveCellQuality() instead.

Formerly, SetRatio could be used to disable computation of the tetrahedral radius ratio so that volume alone could be computed. Now, cell quality is always computed, but you may decide not to store the result for each cell. This allows average cell quality of a mesh to be calculated without requiring per-cell storage.

Definition at line 1583 of file vtkMeshQuality.h.

◆ GetRatio()

vtkTypeBool vtkMeshQuality::GetRatio ( )
inline

Definition at line 1585 of file vtkMeshQuality.h.

◆ RatioOn()

void vtkMeshQuality::RatioOn ( )
inline

Definition at line 1587 of file vtkMeshQuality.h.

◆ RatioOff()

void vtkMeshQuality::RatioOff ( )
inline

Definition at line 1589 of file vtkMeshQuality.h.

◆ RequestData()

int vtkMeshQuality::RequestData ( vtkInformation * ,
vtkInformationVector ** ,
vtkInformationVector *  )
overrideprotectedvirtual

This is called within ProcessRequest when a request asks the algorithm to do its work.

This is the method you should override to do whatever the algorithm is designed to do. This happens during the final pass in the pipeline execution process.

Reimplemented from vtkDataSetAlgorithm.

◆ GetTriangleQualityMeasureFunction()

CellQualityType vtkMeshQuality::GetTriangleQualityMeasureFunction ( ) const
protected

◆ GetQuadraticTriangleQualityMeasureFunction()

CellQualityType vtkMeshQuality::GetQuadraticTriangleQualityMeasureFunction ( ) const
protected

◆ GetBiQuadraticTriangleQualityMeasureFunction()

CellQualityType vtkMeshQuality::GetBiQuadraticTriangleQualityMeasureFunction ( ) const
protected

◆ GetQuadQualityMeasureFunction()

CellQualityType vtkMeshQuality::GetQuadQualityMeasureFunction ( ) const
protected

◆ GetQuadraticQuadQualityMeasureFunction()

CellQualityType vtkMeshQuality::GetQuadraticQuadQualityMeasureFunction ( ) const
protected

◆ GetBiQuadraticQuadQualityMeasureFunction()

CellQualityType vtkMeshQuality::GetBiQuadraticQuadQualityMeasureFunction ( ) const
protected

◆ GetTetQualityMeasureFunction()

CellQualityType vtkMeshQuality::GetTetQualityMeasureFunction ( ) const
protected

◆ GetQuadraticTetQualityMeasureFunction()

CellQualityType vtkMeshQuality::GetQuadraticTetQualityMeasureFunction ( ) const
protected

◆ GetPyramidQualityMeasureFunction()

CellQualityType vtkMeshQuality::GetPyramidQualityMeasureFunction ( ) const
protected

◆ GetWedgeQualityMeasureFunction()

CellQualityType vtkMeshQuality::GetWedgeQualityMeasureFunction ( ) const
protected

◆ GetHexQualityMeasureFunction()

CellQualityType vtkMeshQuality::GetHexQualityMeasureFunction ( ) const
protected

◆ GetQuadraticHexQualityMeasureFunction()

CellQualityType vtkMeshQuality::GetQuadraticHexQualityMeasureFunction ( ) const
protected

◆ GetTriQuadraticHexQualityMeasureFunction()

CellQualityType vtkMeshQuality::GetTriQuadraticHexQualityMeasureFunction ( ) const
protected

Member Data Documentation

◆ QualityMeasureNames

const char* vtkMeshQuality::QualityMeasureNames[]
static

Array which lists the Quality Measures Names.

Definition at line 238 of file vtkMeshQuality.h.

◆ SaveCellQuality

vtkTypeBool vtkMeshQuality::SaveCellQuality
protected

Definition at line 1597 of file vtkMeshQuality.h.

◆ TriangleQualityMeasure

QualityMeasureTypes vtkMeshQuality::TriangleQualityMeasure
protected

Definition at line 1598 of file vtkMeshQuality.h.

◆ QuadQualityMeasure

QualityMeasureTypes vtkMeshQuality::QuadQualityMeasure
protected

Definition at line 1599 of file vtkMeshQuality.h.

◆ TetQualityMeasure

QualityMeasureTypes vtkMeshQuality::TetQualityMeasure
protected

Definition at line 1600 of file vtkMeshQuality.h.

◆ PyramidQualityMeasure

QualityMeasureTypes vtkMeshQuality::PyramidQualityMeasure
protected

Definition at line 1601 of file vtkMeshQuality.h.

◆ WedgeQualityMeasure

QualityMeasureTypes vtkMeshQuality::WedgeQualityMeasure
protected

Definition at line 1602 of file vtkMeshQuality.h.

◆ HexQualityMeasure

QualityMeasureTypes vtkMeshQuality::HexQualityMeasure
protected

Definition at line 1603 of file vtkMeshQuality.h.

◆ LinearApproximation

bool vtkMeshQuality::LinearApproximation
protected

Definition at line 1604 of file vtkMeshQuality.h.

◆ TriangleAverageSize

double vtkMeshQuality::TriangleAverageSize
staticprotected

Definition at line 1622 of file vtkMeshQuality.h.

◆ QuadAverageSize

double vtkMeshQuality::QuadAverageSize
staticprotected

Definition at line 1623 of file vtkMeshQuality.h.

◆ TetAverageSize

double vtkMeshQuality::TetAverageSize
staticprotected

Definition at line 1624 of file vtkMeshQuality.h.

◆ PyramidAverageSize

double vtkMeshQuality::PyramidAverageSize
staticprotected

Definition at line 1625 of file vtkMeshQuality.h.

◆ WedgeAverageSize

double vtkMeshQuality::WedgeAverageSize
staticprotected

Definition at line 1626 of file vtkMeshQuality.h.

◆ HexAverageSize

double vtkMeshQuality::HexAverageSize
staticprotected

Definition at line 1627 of file vtkMeshQuality.h.


The documentation for this class was generated from the following file: