document the aspect ratio filter
This commit is contained in:
parent
5ad9c70825
commit
fbb9679372
@ -6,6 +6,12 @@
|
|||||||
#include <vtkIdList.h>
|
#include <vtkIdList.h>
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
Computes the worst triangle aspect ratio for each cell and stores it
|
||||||
|
in a "aspect_ratio", 1 float cell data array. Requires the input to
|
||||||
|
have an "angles", 12 float cell data array containing the angles of
|
||||||
|
every triangle for each cell, grouped by triangle.
|
||||||
|
*/
|
||||||
class AspectRatioFilter : public vtkUnstructuredGridAlgorithm {
|
class AspectRatioFilter : public vtkUnstructuredGridAlgorithm {
|
||||||
public:
|
public:
|
||||||
static AspectRatioFilter *New();
|
static AspectRatioFilter *New();
|
||||||
|
Loading…
Reference in New Issue
Block a user